update CHANGES.html and RELEASE_NOTES for new release cycle

Tom Henderson 2011-06-28 10:26:07 -07:00
parent 7264771d92
commit 9240554b0f
2 changed files with 39 additions and 0 deletions

View File

@ -43,6 +43,23 @@ the cracks, unfortunately. If you, as a user, can suggest improvements
to this file based on your experience, please contribute a patch or drop
us a note on ns-developers mailing list. </p>
<hr>
<h1>Changes from ns-3.11 to ns-3.12</h1>
<ul>
</ul>
<h2>New API:</h2>
<ul>
</ul>
<h2>Changes to existing API:</h2>
<ul>
</ul>
<h2>Changed behavior:</h2>
<ul>
</ul>
<hr>
<h1>Changes from ns-3.10 to ns-3.11</h1>

View File

@ -9,6 +9,28 @@ http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html
Consult the file CHANGES.html for more detailed information about changed
API and behavior across ns-3 releases.
Release 3.12
===========
Availability
------------
Supported platforms
-------------------
New user-visible features
-------------------------
Bugs fixed
----------
- bug 1033 - Mesh airtime-metric fixed
- bug 1102 - IPv4 header fragment offset field not set correctly
- bug 1123 - class MinMaxAvgTotalCalculator does not implement all methods
- bug 1141 - MeshWifiInterfaceMac adds supported modes to wrong remote station
- bug 1175 - shared libraries are not versioned
- bug 1192 - some test cases fail to clean up properly
- bug 1201 - UDP sockets need to set connected state before notifying the ConnectionSucceeded callback
Release 3.11
===========