diff --git a/AUTHORS b/AUTHORS
index 7ade1a3d3..f016de8f2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,6 +6,7 @@ Mehdi Benamor (mehdi.benamor@telecom-bretagne.eu)
Raj Bhattacharjea (raj.b@gatech.edu)
Timo Bingmann (timo.bingmann@student.kit.edu)
Pavel Boyko (boyko@iitp.ru)
+Elena Buchatskaia (borovkovaes@iitp.ru)
Gustavo Carneiro (gjc@inescporto.pt, gjcarneiro@gmail.com)
Angelos Chatzipapas (chatzipa@ceid.upatras.gr)
Luis Cortes (cortes@gatech.edu)
diff --git a/CHANGES.html b/CHANGES.html
index 1beecb862..eb469ebb7 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -59,6 +59,10 @@ event with a context different from the execution context of the caller. This AP
by the ns-3 logging system to report the execution context of each log line.
Object::DoStart: 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.
+
+Aod hoc On-Demand Distance Vector (AODV) routing model,
+RFC 3561
+
Changes to existing API:
@@ -122,6 +126,9 @@ sched.SetTypeId ("ns3::ListScheduler");
Simulator::SetScheduler (sched);
+ Extensions to IPv4 Ping application: verbose output and the ability to configure different ping
+sizes and time intervals (via new attributes)
+
Changed behavior:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 94ee6d58b..de91a904e 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -31,10 +31,12 @@ http://www.nsnam.org/wiki/index.php/Installation
New user-visible features
-------------------------
- * The ns-3 logging macros (NS_LOG_*) now report automatically the node id
- of the event which called the macro.
+ a) The ns-3 logging macros (NS_LOG_*) now report automatically the node id
+ of the event which called the macro.
-API changes from ns-3.5
+ b) Ad hoc On-Demand Distance Vector (AODV) routing model according to RFC 3561.
+
+API changes from ns-3.6
-----------------------
API changes for this release are documented in the file CHANGES.html.