From 98b82e35a79bf07affa047f27d819a19a16c0990 Mon Sep 17 00:00:00 2001
From: Tom Henderson
Date: Tue, 14 Oct 2014 13:29:05 -0700
Subject: [PATCH] update CHANGES.html
---
CHANGES.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGES.html b/CHANGES.html
index cdce6be92..e514e6c17 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -61,6 +61,12 @@ us a note on ns-developers mailing list.
Changes to existing API:
+ - Several deprecated classes and class methods were removed, including EmuNetDevice, RandomVariable and derived classes, Packet::PeekData(), Ipv6AddressHelper::NewNetwork(Ipv6Address, Ipv6Prefix), Ipv6InterfaceContainer::SetRouter(), Ipv4Route::GetOutputTtl(), TestCase::AddTestCase(TestCase*), and TestCase::GetErrorStatus().
+
+ - Print methods involving routing tables and neighbor caches, in classes Ipv4RoutingHelper and Ipv6RoutingHelper, were converted to static methods.
+
+ - PointerValue attribute types in class UanChannel (NoiseModel), UanPhyGen (PerModel and SinrModel), UanPhyDual (PerModelPhy1, PerModelPhy2, SinrModelPhy1, and SinrModelPhy2), and SimpleNetDevice (TxQueue), were changed from PointerValue type to StringValue type, making them configurable via the Config subsystem.
+
Changes to build system: