RELEASE_NOTES
author Hajime Tazaki <tazaki@nict.go.jp>
Thu, 20 Jun 2013 11:30:52 +0900
changeset 489 e934d302bf3c
parent 465 37756061e10f
child 491 3e2d2616d9b0
permissions -rw-r--r--
update RELEASE_NODES


		ns-3-dce RELEASE NOTES

This file contains Direct Code Execution release notes (most recent releases first).  

Please refer the page http://www.nsnam.org/projects/direct-code-execution/ for detailed instructions

Release dce-dev
=============

Availability
------------
This release is not yet available.

Supported platforms
-------------------

New user-visible features
-------------------------

Bugs fixed
----------
- Bug 1709 - dce_select don't clear fds when returning 0

Known issues
------------
In general, known issues are tracked on the project tracker available
at http://www.nsnam.org/bugzilla/

Release 1.0
===========

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
 % bake.py download
 % bake.py build

For more information, please refer the document.

Tested platforms
-----------------
- Ubuntu 10.04 32bit/64bit
- Ubuntu 10.10 32bit/64bit
- Ubuntu 11.04 32bit/64bit
- Ubuntu 11.10 32bit/64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 12.10 64bit
- Fedora 14 32bit/64bit
- Fedora 15 32bit/64bit
- Fedora 16 32bit/64bit
- Fedora 18 32bit

New user-visible features
-------------------------
- gcov coverage test support (Bug 1594)
- DCE Cradle (Bug 1593)
- Tested applications
-- ccnx
-- quagga
-- umip
-- iperf
-- ping/ping6
-- iproute (ip command)
-- thttpd
-- wget


Bugs fixed
----------
- Bug 1624 - glibc-2.15/2.16 on 32bit oses broke dce-iperf

Known issues
------------
- elf-loader with PthreadFiberManager crashes (Bug 1513)
- no python binding (Bug 1455)
- the lack of IPv6 support with LinuxStackHelper