From a393f41d607395b3c4b6dac2a3b80d649a5a5792 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Mon, 31 Oct 2016 12:36:34 -0700 Subject: [PATCH] Frob release notes, bump version number in configure. --- RELEASE_NOTES | 11 ++++++----- configure.ac | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a888f2c39..f224dc0f5 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -== iperf 3.1.4 2016-10-?? == +== iperf 3.1.4 2016-10-31 == The release notes for iperf 3.1.4 describe changes, including bug fixes and new functionality, made since iperf 3.1.3. @@ -6,15 +6,16 @@ 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 + iperf3 now keeps track of the congestion control algorithm 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. + and receiver_tcp_congestion (issue #461). A few bugs (probably + not user-visible) with setting the congestion control algorithm + were also fixed. * 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 + not believed that this bug created any security vulnerabilities in the context of iperf3. * Travis CI builds are now enabled on this codeline (pull request #424). diff --git a/configure.ac b/configure.ac index 10435239e..8609dae58 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # file for complete information. # Initialize the autoconf system for the specified tool, version and mailing list -AC_INIT(iperf, 3.1.3, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/) +AC_INIT(iperf, 3.1.4, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/) AC_LANG(C) # Specify where the auxiliary files created by configure should go. The config