--- a/CHANGES.html Mon Aug 09 12:54:48 2010 -0400
+++ b/CHANGES.html Mon Aug 09 14:05:48 2010 -0400
@@ -66,6 +66,14 @@
"RespondToInterfaceEvents", which when enabled, will cause global routes
to be recomputed upon any interface or address notification event from IPv4.
</ul>
+<ul><b>Generic sequence number:"</b> New generic sequence number class to
+easily handle comparison, subtraction, etc. for sequence numbers.
+To use it you need to supply two fundamental types as template parameters:
+NUMERIC_TYPE and SIGNED_TYPE. For instance, SequenceNumber<uint32_t, int32_t>
+gives you a 32-bit sequence number, while SequenceNumber<uint16_t, int16_t>
+is a 16-bit one. For your convenience, these are typedef'ed as
+SequenceNumber32 and SequenceNumber16, respectively.
+</ul>
<h2>Changes to existing API:</h2>
--- a/RELEASE_NOTES Mon Aug 09 12:54:48 2010 -0400
+++ b/RELEASE_NOTES Mon Aug 09 14:05:48 2010 -0400
@@ -50,9 +50,17 @@
model and device energy models allowing energy-aware devices
to notify the energy source about energy consumption.
+ - Rocketfuel topology dataset support for existing topology reader
+ Rocketfuel project:
+ http://www.cs.washington.edu/research/networking/rocketfuel/
+
+ - Underwater Acoustic Network (UAN) model, split in to three parts, the
+ channel, PHY, and MAC models to enable researchers to model a variety
+ of underwater network scenarios.
+
Bugs fixed
----------
-The following lists many of the bugs that were fixed since ns-3.7, in
+The following lists many of the bugs that were fixed since ns-3.8, in
many cases referencing the Bugzilla bug number
- IPv4 global routing code; stub networks were assumed to be /24