diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4d6346f74..a888f2c39 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,26 @@ +== iperf 3.1.4 2016-10-?? == + +The release notes for iperf 3.1.4 describe changes, including bug +fixes and new functionality, made since iperf 3.1.3. + +* User-visible changes + + * On systems that support setting the congestion control algorithm, + keep track of the congestion control algorithm (issue #461) and + print it in the JSON output in the members sender_tcp_congestion + and receiver_tcp_congestion, along the way fix a few problems with + how the congestion control algorithm was set. + +* Developer-visible changes + + * Fixed a buffer overflow in the cJSON library (issue #466). It is + not believed that this bug creates any security vulnerabilities in + the context of iperf3. + + * Travis CI builds are now enabled on this codeline (pull request #424). + + * Various bug fixes (issue #459, pull request #429, issue #388). + == iperf 3.1.3 2016-06-08 == The release notes for iperf 3.1.3 describe changes, including bug