Update release notes for recent changes.

This commit is contained in:
Bruce A. Mah 2018-06-22 10:40:37 -07:00
parent 1254e135fd
commit 165b4e0ace
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A

View File

@ -3,7 +3,7 @@
* Notable user-visible changes
* A new --extra-data option can be used to fill in a user-defined
string field that appears in JSON output. (#600)
string field that appears in JSON output. (#600 / #729)
* A new --repeating-payload option makes iperf3 use a payload pattern
similar to that used by iperf2, which could help in recreating
@ -14,6 +14,10 @@
* A compile fix for Solaris 10 was added. (#711)
* Some minor bug fixes for JSON output. In particular, warnings for
debug and/or verbose modes with --json output (#737) and a fix for
JSON output on CentOS 6 (#727 / #744).
* Notable developer-visible changes
* Functions related to authenticated iperf3 connections have been