This commit is contained in:
Craig Dowell
2008-06-17 11:57:27 -07:00
parent 098186e7e6
commit 9da2bfa832
2 changed files with 16 additions and 1 deletions

View File

@@ -3,6 +3,21 @@
This file contains ns-3 release notes (most recent releases first).
Release 3.1 (2008/06/30 tentatively)
========================
First supported ns-3 release.
- TCP bugfixes and support for packet tags
- CSMA NetDevice cleanup and documentation
- internet-node renamed to internet-stack
- Socket::RecvFrom added; "flags" argument added to Send calls
- updated doxygen
- several bugs and open issues closed out
- revised tutorial
Note: Some API in class ns3::Ipv4 and ns3::Ipv4RoutingProtocol is
deprecated and may be removed and replaced in future releases.
Release 3.0.13 (2008/06/02)
========================
- point to point links generate ppp pcap traces

View File

@@ -1 +1 @@
3.0.13
3.1-RC1