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