From 23bb16aef19d3dc55d59d01f1dfc2d9a53abbb2c Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 6 Oct 2020 19:39:08 -0700 Subject: [PATCH] Update CHANGES.html and RELEASE_NOTES --- CHANGES.html | 19 +++++++++++++++++++ RELEASE_NOTES | 10 ++++++++++ 2 files changed, 29 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index e7fe4ad86..78c534a6d 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -50,6 +50,25 @@ the cracks, unfortunately. If you, as a user, can suggest improvements to this file based on your experience, please contribute a patch or drop us a note on ns-developers mailing list.

+
+

Changes from ns-3.32 to ns-3.33

+

New API:

+ +

Changes to existing API:

+ +

Changes to build system:

+ +

Changed behavior:

+ +

Changes from ns-3.31 to ns-3.32

New API:

diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ba4fe6a77..b7a32ab38 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -9,6 +9,16 @@ http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html Consult the file CHANGES.html for more detailed information about changed API and behavior across ns-3 releases. +Release 3-dev +============= + +New user-visible features +------------------------- + +Bugs fixed +---------- + + Release 3.32 ============