author | Gustavo J. A. M. Carneiro <gjc@inescporto.pt> |
Thu, 17 May 2007 18:22:10 +0100 | |
changeset 649 | 1d12fb509a0d |
parent 635 | 71b92dfe5f55 |
child 657 | be551a3b07c6 |
permissions | -rw-r--r-- |
421 | 1 |
|
2 |
ns-3 RELEASE NOTES |
|
3 |
||
4 |
This file contains ns-3 release notes (most recent releases first). |
|
5 |
||
635
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
6 |
Release 0.2 (2007/05/XX) |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
7 |
======================== |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
8 |
|
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
9 |
- Implement a new memory management infrastructure based |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
10 |
on reference counting and smart pointers (the latter being |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
11 |
optional) |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
12 |
|
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
13 |
- Implement a COM-like framework with support for QueryInterface |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
14 |
to provide object extensibility |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
15 |
|
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
16 |
- Add support for a BSD-style socket API for user applications |
71b92dfe5f55
write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
421
diff
changeset
|
17 |
|
421 | 18 |
Release 0.1 (2007/03/31) |
19 |
======================== |
|
20 |
||
21 |
- First public release; not yet pre-alpha. |
|
22 |
||
23 |
- Simple UDP-based simulation script (examples/simple-p2p.cc) |