RELEASE_NOTES
author Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 23 May 2007 17:32:32 +0100
changeset 671 4bec4600950c
parent 657 be551a3b07c6
child 759 8d6562ea21a4
permissions -rw-r--r--
WAF: cleanup code by putting lcov and doxygen handling into their own separate functions


		ns-3 RELEASE NOTES

This file contains ns-3 release notes (most recent releases first).

Release 3.0.2 (2007/05/18)
========================

  - Implement a new memory management infrastructure based
    on reference counting and smart pointers (the latter being
    optional)

  - Implement a COM-like framework with support for QueryInterface
    to provide object extensibility

  - Add support for a BSD-style socket API for user applications

Release 3.0.1 (2007/03/31)
========================

  - First public release; not yet pre-alpha.

  - Simple UDP-based simulation script (examples/simple-p2p.cc)