From d64ef5746600b683436c0bbd7c255eb76651756a Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 1 Oct 2021 13:01:32 -0700 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 22b8417d1..64cdffffa 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.35 to ns-3.36

+

New API:

+ +

Changes to existing API:

+ +

Changes to build system:

+ +

Changed behavior:

+ +

Changes from ns-3.34 to ns-3.35

New API:

diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e48ab879d..a65678c7f 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++-7 or later, or LLVM/clang++-8 or later +- Python 3.6 or later +- (macOS only) Xcode 11 or later + +New user-visible features +------------------------- + +Bugs fixed +---------- + Release 3.35 ============