From d3b571e7dcd4cac00f3d84ac9babd78e233ab393 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 19 Jul 2020 17:26:18 -0700 Subject: [PATCH] Update RELEASE_NOTES and CHANGES.html --- CHANGES.html | 4 ++-- RELEASE_NOTES | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 84c59efa5..eda69e3dd 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -58,7 +58,8 @@ us a note on ns-developers mailing list.

Changes to existing API:

Changes to build system:

Changed behavior:

diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 7ed3fc629..496dbe509 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -15,11 +15,11 @@ Release 3-dev New user-visible features ------------------------- - (build system) Added "--enable-asserts" and "--enable-logs" to waf configure, - to selectively enable asserts and/or logs in release and optimized builds, - at user's wish. + to selectively enable asserts and/or logs in release and optimized builds. Bugs fixed ---------- +- (traffic-control) #225 - Do not mark packet twice within a CoDel queue Release 3.31 ============