update RELEASE_NOTES and a few other files

This commit is contained in:
Tom Henderson
2008-06-02 21:21:16 -07:00
parent 937f78e7bc
commit be9d919a58
5 changed files with 15 additions and 5 deletions

View File

@@ -3,6 +3,16 @@
This file contains ns-3 release notes (most recent releases first).
Release 3.0.13 (2008/06/02)
========================
- point to point links generate ppp pcap traces
- point to point links support asymmetrical data rates.
- generate doxygen documentation for all attributes and trace sources
- add ConfigStore and GtkConfigStore to contrib module
- socket API now support tx and rx buffers: implemented for UDP and TCP
- ARP cache now supports per-entry pending queues
- lots of bugfixes and implementation and API cleanups
Release 3.0.12 (2008/04/07)
========================
- Add Attribute support to the TypeId metadata system and add

View File

@@ -1 +1 @@
3.0.12
3.0.13

View File

@@ -13,7 +13,7 @@
* - a Functor class: ns3::Callback
* - an os-independent interface to get access to the elapsed wall clock time: ns3::SystemWallClockMs
* - a class to register regression tests with the test manager: ns3::Test and ns3::TestManager
* - debugging facilities: \ref logging, \ref assert, \ref error
* - debugging facilities: \ref logging, \ref assert
* - \ref randomvariable
* - a base class for objects which need to support per-instance "attributes" and
* trace sources: ns3::ObjectBase

View File

@@ -6,7 +6,7 @@ Steps in doing an ns-3 release
- revise and check in RELEASE_NOTES
- update and check in VERSION to the latest release number
- confirm that Doxygen builds cleanly and without warnings
(./waf --doxygen), and check in any necessary changes
(./waf check; ./waf --doxygen), and check in any necessary changes
2. ./waf configure; ./waf dist
- this will create a ns-3.0.x.tar.bz2 tarball
- this will also create a ns-3.0.x-ref-traces.tar.bz2 tarball
@@ -23,7 +23,7 @@ Steps in doing an ns-3 release
6. Run the regression tests on the new release and update the reference traces
- ./waf --regression
- ./waf --valgrind --regression (for valgrind version)
- There should be no regressions at this time
- There should be no regression errors at this time
- tag ns-3-dev-ref-traces with "release ns-3.0.X"
hg tag "release ns-3.0.x"
hg push

View File

@@ -34,7 +34,7 @@ class RandomVariable;
/**
* \ingroup node
* \defgroup application
* \defgroup application Application
*
* \brief The base class for all ns3 applicationes
*