diff --git a/AUTHORS b/AUTHORS
index 969ea04dd..3566e5207 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,3 +8,5 @@ Emmanuelle Laprise (emmmanuelle.laprise@bluekazoo.ca)
Federico Maguolo (maguolof@dei.unipd.it)
George F. Riley (riley@ece.gatech.edu)
Guillaume Vu-Brugier (gvubrugier@gmail.com)
+Florian Westphal (fw@strlen.de)
+
diff --git a/CHANGES.html b/CHANGES.html
index 8254224c7..974f6de38 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -45,6 +45,31 @@ us a note on ns-developers mailing list.
changes from ns-3.1 to ns-3.2
+
+new API:
+
+26-08-2008; changeset
+5aa65b1ea001
+
+-
+Add multithreaded and real-time simulator implementation. Allows for emulated
+net devices running in threads other than the main simulation thread to schedule
+events. Allows for pacing the simulation clock at 1x real-time.
+
+
+
+
+
+26-08-2008; changeset
+c69779f5e51e
+
+-
+Add threading and synchronization primitives. Enabling technology for
+multithreaded simulator implementation.
+
+
+
+
new API in existing classes:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index f6dd3c125..145dd61a7 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -20,6 +20,7 @@ New functionality added
implementation a replaceable component via the
"SimulatorImplementationType" global value.
Hint: try ./waf --run "udp-echo --PrintGlobals"
+- Added multithreaded and real-time simulator implementation;
- implement Packet::PeekHeader and Packet::PeekTrailer to avoid evil workarounds when receiving tcp packets.
Bugs fixed