release note update dce-1.1
authorHajime Tazaki <tazaki@sfc.wide.ad.jp>
Sat, 31 Aug 2013 01:00:55 +0900
changeset 509 5aef2e4b3053
parent 508 67aadc1f9e59
child 510 f851dbdc9310
release note update
RELEASE_NOTES
ns3waf/__init__.py
--- a/RELEASE_NOTES	Mon Aug 26 23:04:37 2013 +0900
+++ b/RELEASE_NOTES	Sat Aug 31 01:00:55 2013 +0900
@@ -5,23 +5,40 @@
 
 Please refer the page http://www.nsnam.org/projects/direct-code-execution/ for detailed instructions
 
-Release dce-dev
+Release dce-1.1
 =============
 
 Availability
 ------------
-This release is not yet available.
+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.1
+   or
+ % bake.py configure -e dce-linux-1.1
+ % bake.py download
+ % bake.py build
 
-Supported platforms
+For more information, please refer the document.
+
+Tested platforms
 -------------------
+- Ubuntu 10.04 64bit
+- Ubuntu 12.04 32bit/64bit
+- Ubuntu 12.10 64bit
+- Ubuntu 13.04 64bit
+- Fedora 18 32bit
 
 New user-visible features
 -------------------------
+- LTE (LteUeNetDevice) Support with multipath TCP
+- early version: Bug 1598 - include tracing system for kernel code
 
 Bugs fixed
 ----------
 - Bug 1709 - dce_select don't clear fds when returning 0
 - Bug 1711 - Allow DCE cradle to support ns-3 based bulk send application
+- Fix static/optimized build
 
 Known issues
 ------------
--- a/ns3waf/__init__.py	Mon Aug 26 23:04:37 2013 +0900
+++ b/ns3waf/__init__.py	Sat Aug 31 01:00:55 2013 +0900
@@ -148,7 +148,7 @@
         if module in conf.env['NS3_MODULES_FOUND']:
             continue
         # XXX need better way to find .pc files
-        for ver in ['3-dev', '3.17']:
+        for ver in ['3-dev', '3.18', '3.17']:
             try:
                 retval = conf.check_cfg(package = 'libns%s-%s-%s' 
                                         % (ver, module.lower(), conf.env['LIB_SUFFIX']),