Skip to content

Commit

Permalink
Version number bumps for iperf-3.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Jul 7, 2023
1 parent 0ef1515 commit 99d738f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
iperf3 Release Notes
====================

iperf-3.14 2023-07-07
---------------------

* Notable user-visible changes

* A memory allocation hazard was fixed (Issue #1542/PR #1543). For
more information see:
https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc

* JSON output was improved, such as print JSON numbers as signed (PR
#1539, Issue #1435), the exit code when doing JSON output was
fixed (PR #1523), and client_api was fixed so that it still
returns an error code when JSON is enabled (Issue #1405). Also,
duplicate fields when using multiple streams was removed from the
JSON output (#1492).

* Prevent UDP packet count and operations overflow (PR #1536/Issue
#1534).

* Statistics are fixed when --omit is used (Issue #1489/PR #1498).

* Developer-visible changes

* CI builds and tests using GitHub actions have been added (PR
#1519).

* A fix for Android "unable to create a new stream error" was added
(PR #1506).

* Support for Voice Admit DSCP code point from RFC 5865 was added
(PR #1490).

* A fix for preventing a crash when RSA public key path doesn't
exist was fixed (PR #1488/Issue #1471).

iperf-3.13 2023-02-16
---------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Initialize the autoconf system for the specified tool, version and mailing list
AC_PREREQ([2.71])
AC_INIT([iperf],[3.13],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
AC_INIT([iperf],[3.14],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
m4_include([config/ax_check_openssl.m4])
m4_include([config/iperf_config_static_bin.m4])
AC_LANG(C)
Expand Down

0 comments on commit 99d738f

Please sign in to comment.