From d30a2c8d04b2378ad3e47019e0db54a86a45d24e Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Wed, 27 Aug 2014 15:54:27 -0700 Subject: [PATCH] Update release notes for recent fixes. --- RELEASE_NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1db9936..86eb2b1 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -64,6 +64,14 @@ * Various compatibility fixes for Android (issue #184, issue #185), OpenBSD (issue #196), Solaris (#177, issue #180). + * A server bug where new connections from clients could disrupt + running tests has been fixed (issue #202). + + * Rates now consistently use 1000-based prefixes (K, M, G), where + sizes of objects now consistently use 1024-based prefixes (issue #173). + + * UDP tests with unlimited bandwidth are now supported (issue #170). + * Developer-visible changes * Some memory leaks have been fixed.