From 19fabf53c6346d0bbee1d5aa9404bbe0f01041b6 Mon Sep 17 00:00:00 2001
From: Tom Henderson
Date: Sun, 18 Sep 2011 14:34:45 -0700
Subject: [PATCH] Start documenting changes for ns-3.13
---
CHANGES.html | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/CHANGES.html b/CHANGES.html
index 5aaef8e93..247481113 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -48,6 +48,30 @@ us a note on ns-developers mailing list.
Changes to build system:
+- The underlying version of waf used by ns-3 was upgraded to 1.6.7.
+This has a few changes for users and developers:
+
New API:
@@ -56,6 +80,12 @@ us a note on ns-developers mailing list.
Changes to existing API:
+- The WifiPhyStandard enumerators for specifying half- and quarter-channel
+width standards has had a change in capitalization:
+
+- WIFI_PHY_STANDARD_80211_10Mhz was changed to WIFI_PHY_STANDARD_80211_10MHZ
+
- WIFI_PHY_STANDARD_80211_5Mhz was changed to WIFI_PHY_STANDARD_80211_5MHZ
+
Changed behavior: