--- a/CHANGES.html Sun Dec 15 22:50:57 2013 -0800
+++ b/CHANGES.html Sun Dec 15 22:58:10 2013 -0800
@@ -107,6 +107,12 @@
access, and handover.</li>
</ul>
</li>
+ <li>A new parallel scheduling algorithm based on null messages, a common
+ parallel DES scheduling algorithm, has been added. The null message
+ scheduler has better scaling properties when running on some scenarios
+ with large numbers of nodes since it does not require a global
+ communication.
+ </li>
</ul>
<h2>Changes to existing API:</h2>
@@ -136,6 +142,10 @@
RRC protocol.</li>
<li> UE RRC state model in LTE module has been considerably modified and is
not backward compatible with the previous state model.</li>
+ <li> Additional time units (Year, Day, Hour, Minute) were added to the time
+ value class that represents simulation time; the largest unit prior to
+ this addition was Second.
+ </li>
</ul>
<h2>Changes to build system:</h2>
--- a/RELEASE_NOTES Sun Dec 15 22:50:57 2013 -0800
+++ b/RELEASE_NOTES Sun Dec 15 22:58:10 2013 -0800
@@ -75,6 +75,16 @@
- IPv6 addresses and routing tables are printed in a more conventional way,
closely matching the Linux "route -A inet6" command.
+
+- Additional time units (Year, Day, Hour, Minute) were added to the time
+ value class that represents simulation time; the largest unit prior to
+ this addition was Second.
+
+- A new parallel scheduling algorithm based on null messages, a common
+ parallel DES scheduling algorithm, has been added. The null message
+ scheduler has better scaling properties when running on some scenarios
+ with large numbers of nodes since it does not require a global
+ communication.
Bugs fixed
----------