From 3396de4c99de3e2feb46194a8776e3b0a3838a55 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Sat, 26 Nov 2022 15:47:48 -0300 Subject: [PATCH] Update RELEASE_NOTES.md and CHANGES.md --- CHANGES.md | 4 ++++ RELEASE_NOTES.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dec7c4482..f140090ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c70d57bd4..ef9ea0735 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 ------------