Update Changes.html and Release_notes with the latest -dev info
authorTommaso Pecorella <tommaso.pecorella@unifi.it>
Thu, 26 Jan 2012 19:22:49 +0100
changeset 7698 db9d8003b3cf
parent 7697 2a250bff1466
child 7699 90904c14135f
Update Changes.html and Release_notes with the latest -dev info
CHANGES.html
RELEASE_NOTES
--- a/CHANGES.html	Wed Jan 25 19:16:56 2012 +0100
+++ b/CHANGES.html	Thu Jan 26 19:22:49 2012 +0100
@@ -44,6 +44,16 @@
 us a note on ns-developers mailing list.  </p>
 
 <hr>
+<h1>Changes from ns-3.13 to ns-3-dev</h1>
+
+<h2>Changes to existing API:</h2>
+<ul>
+<li> The Ipv6RawSocketImpl "IcmpFilter" attribute has been removed. Six 
+new member functions have been added to enable the same functionality.
+</li>
+</ul>
+
+<hr>
 <h1>Changes from ns-3.12 to ns-3.13</h1>
 
 <h2>Changes to build system:</h2>
--- a/RELEASE_NOTES	Wed Jan 25 19:16:56 2012 +0100
+++ b/RELEASE_NOTES	Thu Jan 26 19:22:49 2012 +0100
@@ -9,6 +9,29 @@
 Consult the file CHANGES.html for more detailed information about changed
 API and behavior across ns-3 releases.
 
+Release 3-dev
+==============
+
+Availability
+------------
+This release is available from: 
+
+Supported platforms
+-------------------
+
+New user-visible features
+-------------------------
+
+Bugs fixed
+----------
+ - bug 1319 - Fix Ipv6RawSocketImpl Icmpv6 filter
+ - bug 1318 - Asserts for IPv6 malformed packets
+
+Known issues
+------------
+In general, known issues are tracked on the project tracker available
+at http://www.nsnam.org/bugzilla/
+
 Release 3.13
 ==============