From 5159f9e6bf910d1c28bfe2d172c69f4446e4bd2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Fri, 4 Sep 2015 22:17:57 +0200 Subject: [PATCH] Update RELEASE_NOTES --- RELEASE_NOTES | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d5a35e052..82790d5bc 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -28,6 +28,7 @@ Bugs fixed - Bug 730 - Enabling fragmentation at run-time breaks simulation - Bug 1249 - doxygen comments on device-level SetMobility () - Bug 1482 - mesh module was producing fatal error with ASCII and netanim traces +- Bug 1557 - errors in function OpenFlowSwitchNetDevice::BufferFromPacket() - Bug 1736 - default dot11EDCATableMSDULifetime - Bug 1901 - mesh module producing malformed pcaps - Bug 1929 - TcpL4Protocol::Send must indicate the source address to routing (if known) @@ -44,17 +45,24 @@ Bugs fixed - Bug 2125 - subclasses must chain up to base class NotifyNewAggregate - Bug 2126 - LrWpanNetDevice silently accepts no mobility on the node - Bug 2127 - Scheduler benchmark utility works in first run only -- Bug 2130 - Allow SimpleChannel to simulate hidden terminals. +- Bug 2130 - Allow SimpleChannel to simulate hidden terminals +- Bug 2132 - TcpL4Protocol sends a bad-formatted RST packet - Bug 2135 - TCP doesn't honor the socket's output interface - Bug 2136 - The usage of tid in wifi and wave module shall be "if (tid > 7)" rather than "if (tid >= 7)" -- Bug 2132 - TCP RST packets were incorrectly formatted if no endpoints matched - Bug 2138 - SimpleNetDevice could send overlapped packets +- Bug 2143 - maybe-uninitialized warning +- Bug 2146 - The patch for WAVE channel coordination and WAVE example reported by Tiago Cerqueira - Bug 2148 - Ipv6Interface::SetUp doesn't re-create the Link-Local addresses - Bug 2153 - Incorrect power limits in wifi power control algorithms - Bug 2154 - Incorrect power calculation in wifi power adaptation examples - Bug 2156 - Duplicate packets when using two level aggregation +- Bug 2157 - OpenFlowSwitchNetDevice::BufferFromPacket setting eth_type incorrectly +- Bug 2158 - OpenflowSwitchNetDevice flooding bug +- Bug 2165 - server replies to SYN (with option TS) with a SYNACK (with option TS) also if the attribute Timestamp is false - Bug 2166 - SteadyStateRandomWaypointMobilityModel directs the node to the ground +- Bug 2171 - power-adaptation-distance.cc:202:22: error: call to 'pow' is ambiguous - Bug 2173 - WifiInformationElement::DeserializeIfPresent attempts to read beyond the end of buffer +- Bug 2174 - m_rWnd not updated when segments without ACK are received Known issues ------------