RELEASE_NOTES
author Siddharth Gangadhar <siddharth@ittc.ku.edu>
Sat, 08 Mar 2014 10:47:18 +0900
changeset 584 feee7d4dbb7a
parent 579 ce6b3650adfd
child 588 7ab95a4ef0a6
permissions -rw-r--r--
Bug 1875 - Memory leak: LinuxSocketImpl:Send()/Sendto() with DCE Cradle
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
394
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     1
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     2
		ns-3-dce RELEASE NOTES
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     3
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     4
This file contains Direct Code Execution release notes (most recent releases first).  
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     5
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     6
Please refer the page http://www.nsnam.org/projects/direct-code-execution/ for detailed instructions
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     7
542
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
     8
Release dce-dev
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
     9
=============
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    10
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    11
Availability
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    12
------------
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    13
This release is not yet available.
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    14
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    15
Tested platforms
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    16
-------------------
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    17
- Ubuntu 10.04 64bit
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    18
- Ubuntu 12.04 32bit/64bit
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    19
- Ubuntu 12.10 64bit
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    20
- Ubuntu 13.04 64bit
579
ce6b3650adfd update RELEASE_NODES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 549
diff changeset
    21
- Ubuntu 13.10 64bit (new)
542
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    22
- Fedora 18 32bit
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    23
- CentOS 6.2 64bit
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    24
- CentOS 6.4 64bit
579
ce6b3650adfd update RELEASE_NODES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 549
diff changeset
    25
- Debian Jessie 64bit (new)
542
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    26
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    27
New user-visible features
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    28
-------------------------
579
ce6b3650adfd update RELEASE_NODES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 549
diff changeset
    29
- DCE now requires an additional option to LDFLAGS for applications running on DCE (Bug 1773).
ce6b3650adfd update RELEASE_NODES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 549
diff changeset
    30
  - we only needed to add '-pie' option to build PIE (Position Independent Executable) binary
ce6b3650adfd update RELEASE_NODES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 549
diff changeset
    31
  - (new) but we need '-rdynamic' option from now to resolve symbols defined in PIE applications.
ce6b3650adfd update RELEASE_NODES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 549
diff changeset
    32
544
9952fad1036b Bug 1827 - Linux SCTP support over DCE
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 542
diff changeset
    33
- LinuxStackHelper now can configure IPv6 addresses with the support of Ipv6AddressHelper
546
d7753e122d06 Bug 1827 - Linux SCTP support over DCE
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 544
diff changeset
    34
- DCE Cradle now support IPv6 sockets (TCP6, UDP6, RAW6, DCCP6, SCTP6)
d7753e122d06 Bug 1827 - Linux SCTP support over DCE
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 544
diff changeset
    35
- Stream Control Transmission Protocol (SCTP) support, DCE Cradle as well
544
9952fad1036b Bug 1827 - Linux SCTP support over DCE
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 542
diff changeset
    36
  you need to install lksctp-dev/lksctp-tools-devel to run example.
542
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    37
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    38
Bugs fixed
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    39
----------
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    40
- Bug 1713 - Ipv6 address configuration support for LinuxStackHelper
544
9952fad1036b Bug 1827 - Linux SCTP support over DCE
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 542
diff changeset
    41
- Bug 1827 - Linux SCTP support over DCE
548
fab0397aa9a4 Bug 1828 - Tests and examples do not compile when sctp-tools is not enabled
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 546
diff changeset
    42
- Bug 1828 - Tests and examples do not compile when sctp-tools is not enabled 
549
28471949ecd1 Bug 1825 - IpL4Protocol not declared in this scope in ipv6-linux.cc
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 548
diff changeset
    43
- Bug 1825 - IpL4Protocol not declared in this scope in ipv6-linux.cc
579
ce6b3650adfd update RELEASE_NODES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 549
diff changeset
    44
- Bug 1773 - DCE doesn't run on Fedora 19, Ubuntu 13.10 (64bits) (temporal fix)
584
feee7d4dbb7a Bug 1875 - Memory leak: LinuxSocketImpl:Send()/Sendto() with DCE Cradle
Siddharth Gangadhar <siddharth@ittc.ku.edu>
parents: 579
diff changeset
    45
- Bug 1875 - Memory leak: LinuxSocketImpl:Send()/Sendto() with DCE Cradle
542
50d36a829029 add place folder for next release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 538
diff changeset
    46
535
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    47
Release dce-1.2
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    48
=============
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    49
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    50
Availability
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    51
------------
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    52
In order to use DCE, please use bake tool to install DCE.
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    53
The followings are the basic steps to use DCE.
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    54
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    55
 % bake.py configure -e dce-ns3-1.2
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    56
   or
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    57
 % bake.py configure -e dce-linux-1.2
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    58
 % bake.py download
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    59
 % bake.py build
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    60
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    61
For more information, please refer the document.
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    62
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    63
Tested platforms
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    64
-------------------
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    65
- Ubuntu 10.04 64bit
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    66
- Ubuntu 12.04 32bit/64bit
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    67
- Ubuntu 12.10 64bit
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    68
- Ubuntu 13.04 64bit
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    69
- Fedora 18 32bit
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    70
- CentOS 6.2 64bit
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    71
- CentOS 6.4 64bit
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    72
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    73
New user-visible features
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    74
-------------------------
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    75
(none)
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    76
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    77
Bugs fixed
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    78
----------
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    79
- Bug 1759 - dce httpd example stops working with big files (~1MB)
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    80
- Bug 1765 - DCE can't use TapBridge if built via bake
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    81
- Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    82
- Bug 1806 - CcnClientHelper m_files is never cleared
538
0909ab178387 document for dce-1.2: update supported platform
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 535
diff changeset
    83
- Bug 1800 - ns-3-dce can't build on debian testing
535
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    84
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    85
Known issues
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    86
------------
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    87
In general, known issues are tracked on the project tracker available
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    88
at http://www.nsnam.org/bugzilla/
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    89
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    90
In particular, the following bugs are not fixed in this release.
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    91
- Bug 1773 - DCE doesn't run on Fedora 19 (64bits)
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    92
2cb88cf7a3b9 DCE 1.2 release
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 529
diff changeset
    93
529
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
    94
Release dce-1.1.1 (hotfix)
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
    95
=========================
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
    96
This release includes a hotfix for the combination with ns3-18.1.
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
    97
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
    98
Bugs fixed
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
    99
----------
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   100
Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   101
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   102
Availability
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   103
------------
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   104
In order to use DCE, please use bake tool to install DCE.
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   105
The followings are the basic steps to use DCE.
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   106
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   107
 % bake.py configure -e dce-ns3-1.1.1
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   108
   or
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   109
 % bake.py configure -e dce-linux-1.1.1
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   110
 % bake.py download
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   111
 % bake.py build
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   112
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   113
For more information, please refer the document.
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   114
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   115
Tested platforms
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   116
-------------------
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   117
- Ubuntu 10.04 64bit
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   118
- Ubuntu 12.04 32bit/64bit
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   119
- Ubuntu 12.10 64bit
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   120
- Ubuntu 13.04 64bit
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   121
- Fedora 18 32bit
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   122
- CentOS 6.2 64bit
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   123
- CentOS 6.4 64bit
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   124
f302f8b792d8 Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 509
diff changeset
   125
509
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   126
Release dce-1.1
489
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   127
=============
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   128
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   129
Availability
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   130
------------
509
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   131
In order to use DCE, please use bake tool to install DCE.
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   132
The followings are the basic steps to use DCE.
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   133
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   134
 % bake.py configure -e dce-ns3-1.1
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   135
   or
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   136
 % bake.py configure -e dce-linux-1.1
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   137
 % bake.py download
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   138
 % bake.py build
489
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   139
509
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   140
For more information, please refer the document.
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   141
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   142
Tested platforms
489
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   143
-------------------
509
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   144
- Ubuntu 10.04 64bit
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   145
- Ubuntu 12.04 32bit/64bit
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   146
- Ubuntu 12.10 64bit
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   147
- Ubuntu 13.04 64bit
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   148
- Fedora 18 32bit
489
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   149
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   150
New user-visible features
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   151
-------------------------
509
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   152
- LTE (LteUeNetDevice) Support with multipath TCP
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   153
- early version: Bug 1598 - include tracing system for kernel code
489
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   154
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   155
Bugs fixed
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   156
----------
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   157
- Bug 1709 - dce_select don't clear fds when returning 0
491
3e2d2616d9b0 Bug 1711 - Allow DCE cradle to support ns-3 based bulk send application
Hajime Tazaki <tazaki@nict.go.jp>
parents: 489
diff changeset
   158
- Bug 1711 - Allow DCE cradle to support ns-3 based bulk send application
509
5aef2e4b3053 release note update
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 491
diff changeset
   159
- Fix static/optimized build
489
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   160
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   161
Known issues
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   162
------------
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   163
In general, known issues are tracked on the project tracker available
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   164
at http://www.nsnam.org/bugzilla/
e934d302bf3c update RELEASE_NODES
Hajime Tazaki <tazaki@nict.go.jp>
parents: 465
diff changeset
   165
394
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   166
Release 1.0
456
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   167
===========
394
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   168
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   169
Availability
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   170
------------
456
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   171
In order to use DCE, please use bake tool to install DCE.
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   172
The followings are the basic steps to use DCE.
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   173
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   174
 % bake.py configure -e dce-ns3
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   175
 % bake.py download
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   176
 % bake.py build
394
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   177
456
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   178
For more information, please refer the document.
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   179
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   180
Tested platforms
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   181
-----------------
465
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   182
- Ubuntu 10.04 32bit/64bit
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   183
- Ubuntu 10.10 32bit/64bit
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   184
- Ubuntu 11.04 32bit/64bit
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   185
- Ubuntu 11.10 32bit/64bit
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   186
- Ubuntu 12.04 32bit/64bit
456
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   187
- Ubuntu 12.10 64bit
465
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   188
- Fedora 14 32bit/64bit
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   189
- Fedora 15 32bit/64bit
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   190
- Fedora 16 32bit/64bit
37756061e10f fix documents: doxygen cleanup, header doxygen, manual cleanup
Hajime Tazaki <tazaki@nict.go.jp>
parents: 456
diff changeset
   191
- Fedora 18 32bit
394
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   192
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   193
New user-visible features
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   194
-------------------------
456
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   195
- gcov coverage test support (Bug 1594)
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   196
- DCE Cradle (Bug 1593)
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   197
- Tested applications
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   198
-- ccnx
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   199
-- quagga
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   200
-- umip
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   201
-- iperf
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   202
-- ping/ping6
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   203
-- iproute (ip command)
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   204
-- thttpd
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   205
-- wget
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   206
394
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   207
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   208
Bugs fixed
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   209
----------
451
0d12323b6961 Bug 1624 - glibc-2.15/2.16 on 32bit oses broke dce-iperf
Hajime Tazaki <tazaki@nict.go.jp>
parents: 394
diff changeset
   210
- Bug 1624 - glibc-2.15/2.16 on 32bit oses broke dce-iperf
394
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   211
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   212
Known issues
4ba4c249ae91 add README and RELEASE_NOTES for the release.
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
   213
------------
456
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   214
- elf-loader with PthreadFiberManager crashes (Bug 1513)
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   215
- no python binding (Bug 1455)
b8ced6ccb82c Release note for 1.0 (rc1)
Hajime Tazaki <tazaki@nict.go.jp>
parents: 451
diff changeset
   216
- the lack of IPv6 support with LinuxStackHelper