Update RELEASE_NOTES.md and CHANGES.md

This commit is contained in:
Gabriel Ferreira
2022-11-26 15:47:48 -03:00
parent 4abe5fa5d5
commit 3396de4c99
2 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ Changes from ns-3.37 to ns-3.38
### Changes to build system
* Added NinjaTracing support.
* Check if the ccache version is equal or higher than 4.0 before enabling precompiled headers.
* Improve bindings search for linked libraries and their include directories.
### Changed behavior
* (applications) **UdpClient** and **UdpEchoClient** MaxPackets attribute is aligned with other applications, in that the value zero means infinite packets.

View File

@@ -24,6 +24,9 @@ Release 3-dev
### Bugs fixed
- (build) #808 - Handle profile setting changes in the first ns3 run
- (build) #815 - Configure find_program to search for programs in PATH first, then AppBundles in MacOS
Release 3.37
------------