aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-06-11 13:41:42 -0700
committerBruce A. Mah <bmah@es.net>2014-06-11 13:41:42 -0700
commitd73969bddf975f2726593cd3d4d5d3bd8fb97662 (patch)
tree31f174e3a886b7b551de4732a89f2981c6b3ec14 /RELEASE_NOTES
parentb3903f4ca2ea5a0e3ad4f8e84fc5e953c6d49d68 (diff)
downloadiperf3-d73969bddf975f2726593cd3d4d5d3bd8fb97662.tar.gz
Update release notes and known issues on mainline.
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES26
1 files changed, 26 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 1f63b51..197cd32 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -11,6 +11,10 @@
TCP_CONGESTION. Most notably this allows iperf3 to work on CentOS
5.
+ * Selection of TCP congestion now works on FreeBSD, and is now
+ called --congestion (the old --linux-congestion option works
+ but is now deprecated).
+
* An abort on MacOS 10.9 has been fixed (issue #135).
* Added -I flag for the server to write a PID file, mostly useful for
@@ -40,6 +44,21 @@
* A possible buffer overflow in iperf_error.c has been fixed (issue
#155).
+ * A timing issue which caused measurement intervals to be wrong
+ with TCP tests on lossy networks has been fixed (issue #125).
+
+ * Newer versions of autoconf / automake / libtool are now used by
+ default (issue #161).
+
+ * The maximum test running time is now one day, up from one hour
+ (issue #166).
+
+ * JSON output now indicates whether the test was run in --reverse
+ mode (issue #167).
+
+ * It is now possible to get (most of) the server-side output at
+ the client by using the --get-server-output flag (issue #160).
+
* Developer-visible changes
* Some memory leaks have been fixed.
@@ -55,6 +74,13 @@
* libiperf is now built by default as both shared and static
libraries (issue #146, issue #152).
+ * Consumers of libiperf can now get the JSON output for a
+ just-completed test (issue #147).
+
+ * Detection of various optional features has been improved to check
+ for the presence or absence of platform functionality, not the name
+ of platforms.
+
== iperf 3.0.1 2014-01-10 ==
* Added the following new flags
-D, --daemon run server as a daemon