From 4bad98fa0739b9d9534cffc1ae42c56747715a44 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sat, 9 Jan 2021 10:39:57 -0800 Subject: [PATCH] Update release files to start next release --- CHANGES.html | 19 +++++++++++++++++++ RELEASE_NOTES | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index f9d66cd57..71099d726 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.33 to ns-3.34

+

New API:

+ +

Changes to existing API:

+ +

Changes to build system:

+ +

Changed behavior:

+ +

Changes from ns-3.32 to ns-3.33

New API:

diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 656b43ffe..d5e00c508 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -9,6 +9,27 @@ 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 +============= + +Availability +------------ +This release is not yet available. + +Supported platforms +------------------- +This release is intended to work on systems with the following minimal +requirements (Note: not all ns-3 features are available on all systems): +- g++-5.4 or later, or clang++-8 or later +- Python 3.5 or later +- (macOS only) Xcode 10.1 or later + +New user-visible features +------------------------- + +Bugs fixed +---------- + Release 3.33 ============