Difference between revisions of "Ns-3.20"

From Nsnam
Jump to: navigation, search
(Release schedule)
(Release schedule)
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
= Release schedule =
 
= Release schedule =
  
ns-3.20 is scheduled for <s>April 2014</s> early June 2014.
+
ns-3.20 was released on June 17, 2014.
 
+
The first release candidate was posted on:
+
* May 31, 2014
+
 
+
The second release candidate was posted on:
+
* June 6, 2014
+
 
+
See the main wiki page for links to the release candidates.
+
 
+
Fixes to the following bugs are still being considered for ns-3.20:
+
 
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1770 bug 1770] mesh test crashing
+
** Plan is to most likely ship with this issue
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1770 bug 1868] Wstrict-overflow
+
** Plan to limit scope of Wstrict-overflow to gcc-4.8.2 for now
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1922 bug 1907] Add IsSupportedMcs()
+
** Plan to merge the patch
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1919 bug 1919] Strip trailing semi-colons from mobility trace files
+
** Plan to merge the patch
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1920 bug 1920] Remove spaces from DSR attributes so can be re-loaded by config-store
+
** Plan to fix according to tracker discussion
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1922 bug 1922] GetSsid() should not be fatal
+
** Plan to merge the patch
+
  
 
= Packaging =  
 
= Packaging =  

Latest revision as of 17:52, 17 June 2014

Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summer Projects

Installation - Troubleshooting - User FAQ - HOWTOs - Samples - Models - Education - Contributed Code - Papers

This page summarizes the release planning for ns-3.20. The ns-3 release process is listed here and here.

The release manager is Tom Henderson.

Release schedule

ns-3.20 was released on June 17, 2014.

Packaging

ns-3.20 will be packaged as a source tarball as before: ns-allinone-3.20.tar.bz2.

The tarball will contain:

where bake is used to fetch optional ns-3 components, including DCE.

A patch from ns-3.19 to ns-3.20 will also be posted.

Release platforms

Our primary platforms for this release are planned to be:

  • Fedora 20 (32/64 bit systems)
  • Ubuntu 13.10 and 14.04 (32/64 bit systems)
  • Ubuntu 12.04 LTS and 10.04 LTS (64 bit)
  • CentOS/RHEL 6.4 (64-bit)
  • Mac OS 10.9 Mavericks (64 bit) with Xcode 5.1
  • FreeBSD 9.2 (64 bit)

Remaining work before release

New features

No further new features will be added.

Bugs in core or build system

Bugs in models to fix

Bugs in models fixed

Other merges

  • Nicola to merge some additional LTE patches.