# HG changeset patch # User Tom Henderson # Date 1443722842 25200 # Node ID 1e2add8163149cba1c7ea516063b25b341c1f244 # Parent 05ea1489e5098babbed15e63089e287e2c61b6b3 update RELEASE_NOTES and VERSION for ns-3.24.1 diff -r 05ea1489e509 -r 1e2add816314 RELEASE_NOTES --- a/RELEASE_NOTES Mon Sep 28 20:27:25 2015 -0700 +++ b/RELEASE_NOTES Thu Oct 01 11:07:22 2015 -0700 @@ -9,6 +9,51 @@ Consult the file CHANGES.html for more detailed information about changed API and behavior across ns-3 releases. +Release 3.24.1 +============== + +Release 3.24.1 is a maintenance release that fixes three issues: +- support for Xcode 7 clang compiler version +- detection of Python bindings location +- compilation problem on 32-bit gcc-4.4 machine + +The issues prevented selected systems from being able to successfully +build ns-3, and prevented the released version from being able to +detect the presence of pybindgen used for Python bindings. + +Availability +------------ +This release is available from: +https://www.nsnam.org/release/ns-allinone-3.24.1.tar.bz2 + +Supported platforms +------------------- +This release has been tested on the following platforms: +- Ubuntu 15.04 (64 bit) with g++-4.9.2 +- Fedora Core 22 (32 bit) with g++-5.1.1 +- Fedora Core 21 (64 bit) with g++-4.9.2 +- Ubuntu 14.04 (64 bit) with g++-4.8.2 +- Ubuntu 12.04.4 (64 bit) with g++-4.6.3 +- CentOS/RHEL 6.7 (64-bit) with g++-4.4.7 +- OS X Yosemite 10.10.5 with Xcode 7 and Apple LLVM version 7.0.0 +- OS X Yosemite 10.10.5 with Xcode 6.4 and Apple LLVM version 6.1.0 +- FreeBSD 10.2-RELEASE (64 bit) with clang-3.4.1 + +New user-visible features +------------------------- +Features are identical to release 3.24. + +Bugs fixed +---------- +- Bug 2181 - Xcode 7.0 compiler warnings trigger build failure +- Bug 2182 - pybindgen required version is now a string literal +- Bug 2184 - integer overflow in MacLow + +Known issues +------------ +In general, known issues are tracked on the project tracker available +at http://www.nsnam.org/bugzilla/ + Release 3.24 ============ @@ -26,7 +71,7 @@ - Ubuntu 14.04 (64 bit) with g++-4.8.2 - Ubuntu 12.04.4 (32/64 bit) with g++-4.6.3 - CentOS/RHEL 6.7 (64-bit) with g++-4.4.7 -- OS X Yosemite 10.10.4 with Xcode 6.4 and Apple LLVM version 6.1.0 +- OS X Yosemite 10.10.5 with Xcode 6.4 and Apple LLVM version 6.1.0 - FreeBSD 10.1-RELEASE (64 bit) with clang-3.4.1 New user-visible features diff -r 05ea1489e509 -r 1e2add816314 VERSION --- a/VERSION Mon Sep 28 20:27:25 2015 -0700 +++ b/VERSION Thu Oct 01 11:07:22 2015 -0700 @@ -1,1 +1,1 @@ -3.24 +3.24.1