From 78b939e79f32a7ab4511fffea7040832efe51e3c Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Sat, 25 Feb 2023 18:06:37 +0100 Subject: [PATCH] Update RELEASE_NOTES.md and CHANGES.md --- CHANGES.md | 1 + RELEASE_NOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 50a1ce1cb..769c60b72 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -46,6 +46,7 @@ Changes from ns-3.37 to ns-3.38 * (applications) **UdpClient** and **UdpEchoClient** MaxPackets attribute is aligned with other applications, in that the value zero means infinite packets. * (wifi) Control frames (specifically, BlockAckRequest and MU-BAR Trigger Frames) are stored in the wifi MAC queue and no longer in a dedicated BlockAckManager queue +* (wifi) BSSIDs are no longer hashed by the ApInfo comparator because it may lead to different results on different platforms Changes from ns-3.36 to ns-3.37 ------------------------------- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3fa00817b..880d7246a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -41,6 +41,7 @@ Release 3-dev - (internet) - `NeighborCacheHelper::PopulateNeighborCache` is now robust against missing IPv4 or IPv6 stack in nodes. - (core) !1236 - Deprecation warnings are silenced while calling `NS_OBJECT_ENSURE_REGISTERED` - (wifi) Fixed multiple issues about setting the TXOP holder +- (wifi) #861 - bianchi validation script can't run with 11ax Release 3.37 ------------