RELEASE_NOTES
changeset 4731 510db8599bfb
parent 4704 84b36a63dc23
child 4735 f011cf863e07
--- a/RELEASE_NOTES	Sun Aug 23 14:00:50 2009 -0700
+++ b/RELEASE_NOTES	Sat Aug 22 14:36:55 2009 -0700
@@ -30,13 +30,26 @@
 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).
+ 
  
 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