From 0aa97080446c16ed4249dadc2a76530e1fe89ab4 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 5 Nov 2013 07:34:29 -0800 Subject: [PATCH] Update RELEASE_NOTES --- RELEASE_NOTES | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d67e9cc87..c9d8a0209 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -21,21 +21,48 @@ Supported platforms New user-visible features ------------------------- -- It is now possible to randomize the time of the first beacon from an access point. - Use an attribute "EnableBeaconJitter" to enable/disable this feature. -- a new FixedRoomPositionAllocator helper class is available, it - allows to generate a random position uniformly distributed in the + +Bugs fixed +---------- + +Release 3.18.1 +============== + +Availability +------------ +This release is not yet available. + +Supported platforms +------------------- + +New user-visible features +------------------------- +- It is now possible to randomize the time of the first beacon from an + access point. Use an attribute "EnableBeaconJitter" to enable/disable + this feature. +- A new FixedRoomPositionAllocator helper class is available; it + allows one to generate a random position uniformly distributed in the volume of a chosen room inside a chosen building. - Logging wildcards: allow "***" as synonym for "*=**" to turn on all logging. - The log component list ("NS_LOG=print-list") is now printed alphabetically. Bugs fixed ---------- -- Bug 1552 - Storing log name inside LogComponent class (NS_LOG) as std::string -- Bug 1722 - beacons transmitted concurrently -- Bug 1616 - WifiPhyStateHelper reports false CCA_BUSY times at State trace source -- Bug 1011 - assert failed. file=../src/devices/wifi/dcf-manager.cc +- Bug 1779 - NS_UNUSED_GLOBAL not working in attribute test class declaration +- Bug 1766 - Fixes to wifi-hidden-terminal.cc example +- Bug 1722 - Avoid transmitting beacons concurrently - Bug 1691 - RTS/CTS NAV reset prematurely +- Bug 1622 - Avoid waf hanging during apiscan +- Bug 1616 - WifiPhyStateHelper reports false CCA_BUSY times at State trace source +- Bug 1552 - Storing log name inside LogComponent class (NS_LOG) as std::string +- Bug 1011 - assert failed. file=../src/devices/wifi/dcf-manager.cc +- bug 945 - remove deprecated IEEE 802.11p code from wifi module +- Fix aliasing bug in optimized static builds +- Fix memory leak due to circular reference in MPI module +- Make wifi tests more robust to random variable perturbations +- Fix Time class doxygen +- Fix compilation with Clang 3.2 and newer versions, including Apple Xcode 5 +- Miscellaneous NetAnim fixes Release 3.18 =============