Skip to content

Commit 9991d76

Browse files
committed
Start RELEASE_NOTES.md and CHANGES.md sections for new release
1 parent 617c678 commit 9991d76

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGES.md

+10
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.44 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.43 to ns-3.44
1626

1727
### New API

RELEASE_NOTES.md

+20
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ 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++-10.1 or later, or LLVM/clang++-11 or later
23+
- Python 3.8 or later
24+
- CMake 3.13 or later
25+
- (macOS only) Xcode 13.1.6 or later
26+
- (Windows only) Msys2/MinGW64 and Msys2/UCRT64 toolchains or WSL2
27+
28+
Python API requires [Cppyy](https://cppyy.readthedocs.io/en/latest/installation.html) and has only
29+
been tested on Linux. As of this release, the latest known version to work with ns-3 is cppyy==3.1.2.
30+
31+
### New user-visible features
32+
33+
### Bugs fixed
34+
1535
## Release 3.44
1636

1737
This release adds the zigbee module and otherwise contains maintenance and small feature updates

0 commit comments

Comments
 (0)