Files
unison/RELEASE_NOTES

105 lines
3.3 KiB
Plaintext
Raw Normal View History

2007-03-30 15:39:02 -07:00
ns-3 RELEASE NOTES
This file contains ns-3 release notes (most recent releases first).
2007-03-30 15:39:02 -07:00
2008-02-15 20:37:19 +01:00
Release 3.0.11 (2008/02/15)
========================
- Initial port of GTNetS TCP implementation (initial version
that does not support multitasking or delayed acknowledgments yet,
but supports a reliable stream service)
- Changes to the ns-3 object model to create a TypeId-based
metadata system
- lots of bug fixes throughout the system
- tutorial updates
2008-01-15 15:43:00 -08:00
Release 3.0.10 (2008/01/15)
2007-12-15 15:08:30 -08:00
========================
2008-01-15 15:43:00 -08:00
- Add tutorial document content;
- Valgrind option for "waf" tool;
- Doxygen organization changes.
2007-12-15 15:08:30 -08:00
Release 3.0.9 (2007/12/15)
========================
- A 802.11 model ported from Yans. This model supports:
* a rather extensive PHY model
* log-distance and friis propagation model
* a simple set of rate control algorithms (ARF, Ideal,
AARF, constant-rate)
* adhoc and infrastructure mode (beacon+assoc)
2007-12-15 14:01:36 -08:00
- Use smart pointer for Packet in the APIs
- A new contrib directory with helper classes:
EventGarbageCollector, Gnuplot
- Tracing support for Applications
- many bugs fixed
2007-11-15 19:21:06 -08:00
Release 3.0.8 (2007/11/15)
========================
- A simple error model
- Source files for ns-3 tutorial
2007-10-15 21:10:46 -07:00
Release 3.0.7 (2007/10/15)
========================
- OLSR routing protocol
- A timer class
- Additional mobility models (random waypoint, random 2D walk)
- A mobility visualization tool
2007-09-15 13:52:59 -07:00
Release 3.0.6 (2007/09/15)
========================
- Static multicast IPv4 routing
- Logging overhaul (NS_LOG macros)
- Refactoring of tracing subsystem
- Tutorial document started
2007-08-15 22:48:40 -07:00
Release 3.0.5 (2007/08/15)
========================
2007-08-15 22:48:40 -07:00
- Refactoring to support win32-based unix environments (Cygwin, mingw)
- "Packet socket" for allowing applications to access NetDevices directly
- Generalized, polymorphic Address class
- Add CSMA NetDevice model (from Emmanuelle Laprise)
- Modularize IPv4 routing support (from Gustavo Carneiro)
- Add mobility framework and basic mobility models
- Global unicast centralized routing
2007-07-16 21:41:19 -07:00
Release 3.0.4 (2007/07/15)
========================
- Enable waf as the default build system.
- Per-packet metadata: a system to track which headers and trailers
are added to a packet
- Simplifications to point-to-point devices and channel
2007-06-12 11:37:56 +02:00
Release 3.0.3 (2007/06/15)
========================
- Enable Waf for release tarballs: users can now build ns-3
with the "waf" tool. See doc/build-waf.txt.
- Add support for variable time precision: it is now possible
to run a simulation with an accuracy which is higher or lower
than a nanosecond: seconds, milliseconds, microseconds,
femtoseconds and picoseconds are supported.
- Optimize and rework the COM framework, solidify the component
manager
- Many small API cleanups
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)
2007-03-30 15:39:02 -07:00
========================
- First public release; not yet pre-alpha.
- Simple UDP-based simulation script (examples/simple-p2p.cc)