Skip to content

Commit 3bb158f

Browse files
committed
Start RELEASE_NOTES.md and CHANGES.md sections for new release
1 parent 1ca1422 commit 3bb158f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Note that users who upgrade the simulator across versions, or who work directly
1212

1313
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.
1414

15+
## Changes from ns-3.47 to ns-3-dev
16+
17+
### New API
18+
19+
### Changes to existing API
20+
21+
### Changes to build system
22+
23+
### Changed behavior
24+
1525
## Changes from ns-3.46.1 to ns-3.47
1626

1727
### New API

RELEASE_NOTES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@ a [GitLab.com issue tracker](https://gitlab.com/nsnam/ns-3-dev/-/issues) number,
1212
and references prefixed by '!' refer to a
1313
[GitLab.com merge request](https://gitlab.com/nsnam/ns-3-dev/-/merge_requests) number.
1414

15+
## Release 3-dev
16+
17+
### Supported platforms
18+
19+
This release is intended to work on systems with the following minimal
20+
requirements (Note: not all ns-3 features are available on all systems):
21+
22+
- g++-11.1 or later, or LLVM/clang++-17 or later
23+
- Python 3.10 or later
24+
- CMake 3.20 or later
25+
- (macOS only) Xcode 16.2 or later
26+
- (Windows only) Msys2/MinGW64, Msys2/UCRT64 and ClangCL/MSVC toolchains, or WSL2
27+
28+
The version of clang-format enforced by the check-style-clang-format.py script for
29+
this release is version 20 only.
30+
31+
Version 20 of the clang-tidy linter is now supported and recommended, although versions 15-19
32+
are still compatible.
33+
34+
Python API requires [Cppyy](https://cppyy.readthedocs.io/en/latest/installation.html) and has only
35+
been tested on Linux. As of this release, the latest known version to work with ns-3 is cppyy==3.5.0.
36+
37+
### New user-visible features
38+
39+
### Bugs fixed
40+
1541
## Release 3.47
1642

1743
This release is available from:

0 commit comments

Comments
 (0)