From 3464e84e900834a425013550e567e79fffe11e9b Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 12 Dec 2007 11:03:35 +0100 Subject: [PATCH] initial release notes for upcoming release --- RELEASE_NOTES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3c6a78ebb..ebbe0da59 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,19 @@ This file contains ns-3 release notes (most recent releases first). +Release 3.0.9 (2007/12/15) +======================== + - A new contrib directory with helper classes: + EventGarbageCollector, Gnuplot + - Tracing support for Applications + - 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) + - many bugs fixed + Release 3.0.8 (2007/11/15) ======================== - A simple error model