From 7bc3cfc58200a4df36b13da24057dc2ddd51d475 Mon Sep 17 00:00:00 2001
From: Tom Henderson
Date: Mon, 8 Apr 2019 14:08:18 -0700
Subject: [PATCH] Update CHANGES.html
---
CHANGES.html | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGES.html b/CHANGES.html
index 6a48fa0a3..31635047b 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -86,11 +86,15 @@ us a note on ns-developers mailing list.
The GetClosestSide method of the Rectangle class returns the correct closest side also for positions outside the rectangle.
+ The trace sources BackoffTrace and CwTrace were moved from class QosTxop to base class Txop, allowing these values to be traced for DCF operation. In addition, the trace signature for BackoffTrace was changed from TracedValue to TracedCallback (callback taking one argument instead of two). Most users of CwTrace for QosTxop configurations will not need to change existing programs, but users of BackoffTrace will need to adjust the callback signature to match.
+
Changes to build system:
-- The trace sources BackoffTrace and CwTrace were moved from class QosTxop to base class Txop, allowing these values to be traced for DCF operation. In addition, the trace signature for BackoffTrace was changed from TracedValue to TracedCallback (callback taking one argument instead of two). Most users of CwTrace for QosTxop configurations will not need to change existing programs, but users of BackoffTrace will need to adjust the callback signature to match.
-- Options to run a program through Waf without invoking a project rebuild have been added. The command './waf --run-no-build ' parallels the behavior of './waf --run ' and, likewise, the command './waf --pyrun-no-build' parallels the behavior of './waf --pyrun '.
+ - Waf upgraded from 2.0.9 to 2.0.15.
+
+ - Options to run a program through Waf without invoking a project rebuild have been added. The command './waf --run-no-build ' parallels the behavior of './waf --run ' and, likewise, the command './waf --pyrun-no-build' parallels the behavior of './waf --pyrun '.
+
Changed behavior: