aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2018-01-26 13:47:09 -0800
committerBruce A. Mah <bmah@es.net>2018-01-26 13:47:09 -0800
commit571ff3ae7e8b94d58fc748dbbaa62643c335112c (patch)
treea3444fc63594b84d50c9e3b73b27a20fbb0afe23
parent47450ad9e1d02e3b0d4451abaa7a0912c8586de6 (diff)
downloadiperf3-571ff3ae7e8b94d58fc748dbbaa62643c335112c.tar.gz
Update release notes for upcoming iperf-3.4 release
(not yet scheduled but likely "soon").
-rw-r--r--RELEASE_NOTES24
1 files changed, 19 insertions, 5 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 66e6188..977cb5e 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -5,16 +5,30 @@
* The -A (set processor affinity) command-line flag is now supported
on Windows (#665).
- * iperf3 now builds on macOS systems older than 10.7 (#607).
-
* iperf3 now builds on systems lacking a daemon(3) library call
(#369).
+ * A bug in time skew checking under authentication was fixed (#674).
+
+ * IPv6 flow labels now work with multplie parallel streams (#694).
+
+ * The client no longer closes its control connection before sending
+ end-of-test statistics to the server (#677). This fixes a
+ regression introduced in iperf-3.2.
+
+ * Sending output to stdout now makes errors go to stderr, as per
+ UNIX convention (#695).
+
+ * A server side crash in verbose output with a client running
+ multiple parallel connections has been fixed (#686).
+
* Notable developer-visible changes
- * Some unused code and header inclusions were eliminated (#667).
- Also some code was cleaned up to eliminate (or at least reduce)
- compiler warnings (#664).
+ * iperf3 now builds on (some) macOS systems older than 10.7 (#607).
+
+ * Some unused code and header inclusions were eliminated (#667,
+ #668). Also some code was cleaned up to eliminate (or at least
+ reduce) compiler warnings (#664, #671).
== iperf 3.3 2017-10-31 ==