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-- |
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 | 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 | 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 | 29 |
- DCE now requires an additional option to LDFLAGS for applications running on DCE (Bug 1773). |
30 |
- we only needed to add '-pie' option to build PIE (Position Independent Executable) binary |
|
31 |
- (new) but we need '-rdynamic' option from now to resolve symbols defined in PIE applications. |
|
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 | 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 | 47 |
Release dce-1.2 |
48 |
============= |
|
49 |
||
50 |
Availability |
|
51 |
------------ |
|
52 |
In order to use DCE, please use bake tool to install DCE. |
|
53 |
The followings are the basic steps to use DCE. |
|
54 |
||
55 |
% bake.py configure -e dce-ns3-1.2 |
|
56 |
or |
|
57 |
% bake.py configure -e dce-linux-1.2 |
|
58 |
% bake.py download |
|
59 |
% bake.py build |
|
60 |
||
61 |
For more information, please refer the document. |
|
62 |
||
63 |
Tested platforms |
|
64 |
------------------- |
|
65 |
- Ubuntu 10.04 64bit |
|
66 |
- Ubuntu 12.04 32bit/64bit |
|
67 |
- Ubuntu 12.10 64bit |
|
68 |
- Ubuntu 13.04 64bit |
|
69 |
- Fedora 18 32bit |
|
70 |
- CentOS 6.2 64bit |
|
71 |
- CentOS 6.4 64bit |
|
72 |
||
73 |
New user-visible features |
|
74 |
------------------------- |
|
75 |
(none) |
|
76 |
||
77 |
Bugs fixed |
|
78 |
---------- |
|
79 |
- Bug 1759 - dce httpd example stops working with big files (~1MB) |
|
80 |
- Bug 1765 - DCE can't use TapBridge if built via bake |
|
81 |
- Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1 |
|
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 | 84 |
|
85 |
Known issues |
|
86 |
------------ |
|
87 |
In general, known issues are tracked on the project tracker available |
|
88 |
at http://www.nsnam.org/bugzilla/ |
|
89 |
||
90 |
In particular, the following bugs are not fixed in this release. |
|
91 |
- Bug 1773 - DCE doesn't run on Fedora 19 (64bits) |
|
92 |
||
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 | 126 |
Release dce-1.1 |
489 | 127 |
============= |
128 |
||
129 |
Availability |
|
130 |
------------ |
|
509 | 131 |
In order to use DCE, please use bake tool to install DCE. |
132 |
The followings are the basic steps to use DCE. |
|
133 |
||
134 |
% bake.py configure -e dce-ns3-1.1 |
|
135 |
or |
|
136 |
% bake.py configure -e dce-linux-1.1 |
|
137 |
% bake.py download |
|
138 |
% bake.py build |
|
489 | 139 |
|
509 | 140 |
For more information, please refer the document. |
141 |
||
142 |
Tested platforms |
|
489 | 143 |
------------------- |
509 | 144 |
- Ubuntu 10.04 64bit |
145 |
- Ubuntu 12.04 32bit/64bit |
|
146 |
- Ubuntu 12.10 64bit |
|
147 |
- Ubuntu 13.04 64bit |
|
148 |
- Fedora 18 32bit |
|
489 | 149 |
|
150 |
New user-visible features |
|
151 |
------------------------- |
|
509 | 152 |
- LTE (LteUeNetDevice) Support with multipath TCP |
153 |
- early version: Bug 1598 - include tracing system for kernel code |
|
489 | 154 |
|
155 |
Bugs fixed |
|
156 |
---------- |
|
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 | 159 |
- Fix static/optimized build |
489 | 160 |
|
161 |
Known issues |
|
162 |
------------ |
|
163 |
In general, known issues are tracked on the project tracker available |
|
164 |
at http://www.nsnam.org/bugzilla/ |
|
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 |