From 9da2bfa832e472ffcf2ab9ef53b9ec162ac80521 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Tue, 17 Jun 2008 11:57:27 -0700 Subject: [PATCH] bump --- RELEASE_NOTES | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 572bc13d7..0441d0d04 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 diff --git a/VERSION b/VERSION index eea30e595..b70bb4894 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.13 +3.1-RC1