From 9d2c8f78722d7a27fa6d0fee00650a4ac5653cd4 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 9 Oct 2024 16:36:58 -0700 Subject: [PATCH] Start RELEASE_NOTES.md and CHANGES.md sections for new release --- CHANGES.md | 11 +++++++++++ RELEASE_NOTES.md | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ba16b292b..0563e04a4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,17 @@ Note that users who upgrade the simulator across versions, or who work directly This file is a best-effort approach to solving this issue; we will do our best but can guarantee that there will be things that fall through 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.43 to ns-3-dev +-------------------------------- + +### New API + +### Changes to existing API + +### Changes to build system + +### Changed behavior + Changes from ns-3.42 to ns-3.43 ------------------------------- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 719e70102..e5fcb47e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -13,6 +13,29 @@ a [GitLab.com issue tracker](https://gitlab.com/nsnam/ns-3-dev/-/issues) number, and references prefixed by '!' refer to a [GitLab.com merge request](https://gitlab.com/nsnam/ns-3-dev/-/merge_requests) number. +Release 3-dev +------------- + +### 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++-10.1 or later, or LLVM/clang++-11 or later +- Python 3.8 or later +- CMake 3.13 or later +- (macOS only) Xcode 13.1.6 or later +- (Windows only) Msys2/MinGW64 and Msys2/UCRT64 toolchains or WSL2 + +Python API requires [Cppyy](https://cppyy.readthedocs.io/en/latest/installation.html) and has only +been tested on Linux. As of this release, the latest known version to work with ns-3 is cppyy==3.1.2. + +The required Doxygen version for documentation generation is version 1.11. + +### New user-visible features + +### Bugs fixed + Release 3.43 ------------