--- a/AUTHORS Wed Apr 08 20:16:57 2015 -0700
+++ b/AUTHORS Wed Apr 08 21:34:49 2015 -0700
@@ -28,6 +28,7 @@
Eugene Chemeritskiy (echemeritskiy@arccn.ru)
Yufei Cheng (yfcheng@ittc.ku.edu)
Andrey Churin (aachurin@gmail.com)
+Benjamin Cizdziel (ben.cizdziel@gmail.com)
Salva Climent (jocliba@gmail.com)
Luis Cortes (cortes@gatech.edu)
Luca Costantino (luca.costantino@gmail.com)
--- a/CHANGES.html Wed Apr 08 20:16:57 2015 -0700
+++ b/CHANGES.html Wed Apr 08 21:34:49 2015 -0700
@@ -54,6 +54,12 @@
<h1>Changes from ns-3.22 to ns-3.23</h1>
<h2>New API:</h2>
<ul>
+ <li> The mobility module includes a GeographicPositions class used to
+convert geographic to cartesian coordinates, and to generate randomly
+distributed geographic coordinates.
+ </li>
+ <li> The spectrum module includes new TvSpectrumTransmitter classes and helpers to create television transmitter(s) that transmit PSD spectrums customized by attributes such as modulation type, power, antenna type, channel frequency, etc.
+ </li>
</ul>
<h2>Changes to existing API:</h2>
<ul>
--- a/RELEASE_NOTES Wed Apr 08 20:16:57 2015 -0700
+++ b/RELEASE_NOTES Wed Apr 08 21:34:49 2015 -0700
@@ -23,7 +23,11 @@
-------------------------
- (network) CalculateTxTime has been declared obsolete.
CalculateBytesTxTime and CalculateBitsTxTime are to be used instead.
- The reurn value is a Time, instead of a double.
+ The return value is a Time, instead of a double.
+- (mobility) Classes for converting geographic to cartesian coordinates.
+- (spectrum) TvSpectrumTransmitter classes to create television
+ transmitter(s) that transmit PSD spectrums customized by attributes such
+ as modulation type, power, antenna type, channel frequency, etc.
Bugs fixed
----------
@@ -35,7 +39,9 @@
- Bug 2076 - TCP MinRTO Attribute is not actually used
- Bug 2077 - Icmpv6L4Protocol::HandleDestinationUnreachable must check the packet size, not its serialized size
- Bug 2079 - mcs variable in ht-wifi-network example is confusing
+- Bug 2082 - Empirical RV fails if the value provided in the CDF member function is negative
- Bug 2083 - BridgeNetDevice may send corrupted packets
+- Bug 2087 - Waf fails to build ns-3 if the path contains accented characters
- Bug 2090 - (rip-ng) Routes may be added twice on interface activation
Known issues