Skip to content

Commit 99d738f

Browse files
committed
Version number bumps for iperf-3.14.
1 parent 0ef1515 commit 99d738f

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

RELNOTES.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
iperf3 Release Notes
22
====================
33

4+
iperf-3.14 2023-07-07
5+
---------------------
6+
7+
* Notable user-visible changes
8+
9+
* A memory allocation hazard was fixed (Issue #1542/PR #1543). For
10+
more information see:
11+
https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc
12+
13+
* JSON output was improved, such as print JSON numbers as signed (PR
14+
#1539, Issue #1435), the exit code when doing JSON output was
15+
fixed (PR #1523), and client_api was fixed so that it still
16+
returns an error code when JSON is enabled (Issue #1405). Also,
17+
duplicate fields when using multiple streams was removed from the
18+
JSON output (#1492).
19+
20+
* Prevent UDP packet count and operations overflow (PR #1536/Issue
21+
#1534).
22+
23+
* Statistics are fixed when --omit is used (Issue #1489/PR #1498).
24+
25+
* Developer-visible changes
26+
27+
* CI builds and tests using GitHub actions have been added (PR
28+
#1519).
29+
30+
* A fix for Android "unable to create a new stream error" was added
31+
(PR #1506).
32+
33+
* Support for Voice Admit DSCP code point from RFC 5865 was added
34+
(PR #1490).
35+
36+
* A fix for preventing a crash when RSA public key path doesn't
37+
exist was fixed (PR #1488/Issue #1471).
38+
439
iperf-3.13 2023-02-16
540
---------------------
641

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

0 commit comments

Comments
 (0)