Update RELEASE_NOTES and CHANGES.html.
--- a/CHANGES.html Wed Nov 18 08:57:32 2009 +0100
+++ b/CHANGES.html Wed Nov 18 09:07:59 2009 +0100
@@ -56,13 +56,15 @@
'context' (a 32bit integer which, by convention identifies a node by its id). Simulator::GetContext
returns the context of the currently-executing event while Simulator::ScheduleWithContext creates an
event with a context different from the execution context of the caller. This API is used
-by the ns-3 logging system to report the execution context of each log line.
+by the ns-3 logging system to report the execution context of each log line.</li>
+
<li><b>Object::DoStart</b>: Users who need to complete their object setup at the start of a simulation
-can override this virtual method, perform their adhoc setup, and then, must chain up to their parent.
+can override this virtual method, perform their adhoc setup, and then, must chain up to their parent.</li>
<li><b>Aod hoc On-Demand Distance Vector (AODV)</b> routing model,
<a href=http://www.ietf.org/rfc/rfc3561.txt>RFC 3561</a> </li>
+<li><b>IPv6 extension support</b></li>
</ul>
<h2>Changes to existing API:</h2>
--- a/RELEASE_NOTES Wed Nov 18 08:57:32 2009 +0100
+++ b/RELEASE_NOTES Wed Nov 18 09:07:59 2009 +0100
@@ -34,7 +34,9 @@
a) The ns-3 logging macros (NS_LOG_*) now report automatically the node id
of the event which called the macro.
- b) Ad hoc On-Demand Distance Vector (AODV) routing model according to RFC 3561.
+ b) Ad hoc On-Demand Distance Vector (AODV) routing model according to RFC 3561.
+
+ c) IPv6 extensions support and two new examples for fragmentation and loose routing.
API changes from ns-3.6
-----------------------