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.
This commit is contained in:
Bruce A. Mah 2017-10-23 09:49:50 -07:00
parent f57d942c3a
commit 6aa19d514d
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A

View File

@ -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