dce-1.7 release dce-1.7
authorHajime Tazaki <tazaki@sfc.wide.ad.jp>
Thu, 03 Sep 2015 17:08:26 +0900
changeset 689 9e75ce0b8d7c
parent 688 c76a28f648c5
child 690 25683bd28587
dce-1.7 release
RELEASE_NOTES
doc/doxygen.conf
doc/ns3_html_theme/static/ns3_version.js
doc/source/conf.py
ns3waf/__init__.py
--- a/RELEASE_NOTES	Wed Aug 26 17:01:49 2015 +0900
+++ b/RELEASE_NOTES	Thu Sep 03 17:08:26 2015 +0900
@@ -5,25 +5,37 @@
 
 Please refer the page http://www.nsnam.org/projects/direct-code-execution/ for detailed instructions
 
-Release dce-dev
+Release dce-1.7
 ===============
-This release is not yet available.
+Availability
+------------
+In order to use DCE, please use bake tool to install DCE.
+The followings are the basic steps to use DCE.
+
+ % bake.py configure -e dce-ns3-1.7
+   or
+ % bake.py configure -e dce-linux-1.7
+ % bake.py download
+ % bake.py build
+
+For more information, please refer the document.
 
 Availability
 ------------
 
 Tested platforms
 -------------------
-- Ubuntu 10.04 64bit
 - Ubuntu 12.04 32bit/64bit
 - Ubuntu 13.04 64bit
 - Ubuntu 14.04 64bit
+- Ubuntu 15.04 64bit (new)
 - Fedora 18 32bit
 - CentOS 6.2 64bit
 
 New user-visible features
 -------------------------
 - dlopen(3), dlsym(3) support, this is useful for newer iproute2
+- Added an overload DceManagerHelper::Install(Ptr<Node>)
 
 Bugs fixed
 ----------
@@ -33,6 +45,7 @@
 - Bug 2129 - DCE-Linux simulations with heterogeneous nodes crash (some DCE-Linux and some ns3)
 - Bug 2101 - When loading binary not compiled with the correct options, dce crashes
 - Bug 2160 - Waf Fails to recognize pygccxml version 1.6.2
+- github PR#6 fix routing in dce-iperf-mptcp example
 
 
 Release dce-1.6
--- a/doc/doxygen.conf	Wed Aug 26 17:01:49 2015 +0900
+++ b/doc/doxygen.conf	Thu Sep 03 17:08:26 2015 +0900
@@ -32,7 +32,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = "1.6"
+PROJECT_NUMBER         = "1.7"
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer
--- a/doc/ns3_html_theme/static/ns3_version.js	Wed Aug 26 17:01:49 2015 +0900
+++ b/doc/ns3_html_theme/static/ns3_version.js	Thu Sep 03 17:08:26 2015 +0900
@@ -1,7 +1,7 @@
 // ns3_version.js:  automatically generated
 //  public urls
 var ns3_host = "/";
-var ns3_version = "Release <a href=\"http://www.nsnam.org/overview/projects/direct-code-execution/dce-1.6\">dce-1.6</a>";
-var ns3_release = "docs/dce/release/1.6/";
+var ns3_version = "Release <a href=\"http://www.nsnam.org/overview/projects/direct-code-execution/dce-1.7\">dce-1.7</a>";
+var ns3_release = "docs/dce/release/1.7/";
 var ns3_local = "";
 var ns3_doxy  = "doxygen/";
--- a/doc/source/conf.py	Wed Aug 26 17:01:49 2015 +0900
+++ b/doc/source/conf.py	Thu Sep 03 17:08:26 2015 +0900
@@ -48,9 +48,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.6'
+version = '1.7'
 # The full version, including alpha/beta/rc tags.
-release = '1.6'
+release = '1.7'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
--- a/ns3waf/__init__.py	Wed Aug 26 17:01:49 2015 +0900
+++ b/ns3waf/__init__.py	Thu Sep 03 17:08:26 2015 +0900
@@ -145,7 +145,7 @@
                 env['WL_SONAME_SUPPORTED'] = True
 
 
-ns3_versions = ['3-dev', '3.23', '3.22', '3.21', '3.20', '3.19', '3.18', '3.17']
+ns3_versions = ['3-dev', '3.24', '3.23', '3.22', '3.21', '3.20', '3.19', '3.18', '3.17']
 def _check_dependencies(conf, required, mandatory):
     found = []
     match_pkg = None