From 36a4bc8c4061d167ac3940351c97f1f0455bddc7 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Tue, 15 Jul 2008 16:14:57 -0700 Subject: [PATCH] update RELEASE_NOTES --- RELEASE_NOTES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ad1f6c6c9..466a625da 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,15 @@ This file contains ns-3 release notes (most recent releases first). +Next Release (in ns-3-dev) +========================== +- Kernel thread support (class SystemThread) added; +- Kernel mutual exclusion support (class SystemMutex) added; +- Kernel critical section RAII support (class CriticalSection) added; +- Kernel system condition support (class SystemCondition) added; +- Move required methods in helper classes to constructors; +- Change obsolete references to Parameter to Attribute in helpers; + Release 3.1 (2008/06/30) ========================