From cce40e51488dac5136c9eed090c555bdfb059006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Wed, 22 Jul 2015 23:19:22 +0200 Subject: [PATCH] update RELEASE_NOTES --- RELEASE_NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b9dddd084..a493078b4 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -36,7 +36,9 @@ Bugs fixed - 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 2138 - SimpleNetDevice could send overlapped packets +- Bug 2153 - Incorrect power limits in wifi power control algorithms +- Bug 2154 - Incorrect power calculation in wifi power adaptation examples Known issues ------------