Skip to content

Commit

Permalink
Frob release notes, bump version number in configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Oct 31, 2016
1 parent 6bd93f6 commit a393f41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
== 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.

* 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).
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a393f41

Please sign in to comment.