aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2017-10-23 09:49:50 -0700
committerBruce A. Mah <bmah@es.net>2017-10-23 09:49:50 -0700
commit6aa19d514d0ff47c97abb38e2727626e323463e2 (patch)
tree694411804e72e5bfdd6329bba1337a762e7ce5b4 /RELEASE_NOTES
parentf57d942c3ab18a9ac4433f0ef4ea2f56393aedb7 (diff)
downloadiperf3-6aa19d514d0ff47c97abb38e2727626e323463e2.tar.gz
First cut of release notes for an upcoming iperf-3.3 release.
There's no exact date for the release, although it'd be good to get this out by the end October (2017). There is at least one more code change I'd like to merge before then as well.
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 8aeb431..271c0fe 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,23 @@
+== iperf 3.3 2017-10-?? ==
+
+* Notable user-visible changes
+
+ * iperf3 can now be built --without-openssl on systems where OpenSSL
+ is present (#624, #633).
+
+ * A bug with printing very large numbers has been fixed (#642).
+
+ * A bug where the server would, under certain circumstances, halt a
+ test after exactly fifteen seconds has been fixed (#645).
+
+ * The --tos parameter is no longer "sticky" between tests when doing
+ --reverse tests (#639).
+
+ * The authentication token on the server is properly reset between
+ tests (#650).
+
+* Notable developer-visible changes
+
== iperf 3.2 2017-06-26 ==
* User-visible changes