From 766efc6d0e7f3a28ebae8174f595f45dc0036837 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 31 Mar 2008 15:33:19 -0700 Subject: [PATCH] initial draft of release notes. --- RELEASE_NOTES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 029027ccc..2498529e0 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,17 @@ This file contains ns-3 release notes (most recent releases first). +Release 3.0.12 (2008/03/31) +======================== + - Add Attribute support to the TypeId metadata system and add +attribute support to all in-tree models + - Add a mid-level helper API to build simulation topologies +and perform simple ascii and pcap link-level tracing. + - Large amount of structural changes to accomodate the needs +of the upcoming python bindings + - new rate control algorithm (RRAA) and a jakes propagation model +in the 802.11 model (Federico Maguolo). + Release 3.0.11 (2008/02/15) ======================== - Initial port of GTNetS TCP implementation (initial version