--- a/RELEASE_NOTES Tue Aug 25 20:12:53 2009 +0400
+++ b/RELEASE_NOTES Wed Aug 26 15:29:03 2009 +0400
@@ -30,13 +30,30 @@
New user-visible features
-------------------------
- - Add an implementation of the minstrel rate control algorithm
- (Duy Nguyen for gsoc)
+ a) Add an implementation of the minstrel rate control algorithm
+ (Duy Nguyen for gsoc)
+
+ b) IPv6 models:
+ - IPv6 interface;
+ - IPv6 layer;
+ - IPv6 raw socket;
+ - Static IPv6 routing;
+ - ICMPv6 layer;
+ - Some ICMPv6 error messages (destination unreachable, ...);
+ - Neighbor Discovery Protocol (NS/NA, RS/RA, redirection);
+ - Ping6 application (send Echo request);
+ - Radvd application (send RA);
+ - Examples (ping6, simple-routing-ping6, radvd, radvd-two-prefix,
+ icmpv6-redirect).
+ c) added AthstatsHelper, which enables the wifi device to produce
+ periodic reports similar to the ones generated by madwifi's
+ athstats tool (Nicola Baldo)
+
API changes from ns-3.5
-----------------------
-API changes for this release are documented in the file CHANGES.html.
+API changes for this release are documented in the file CHANGES.html.
XXX
Known issues