Skip to content

Commit eaada2b

Browse files
committed
Bump version numbers for iperf-3.16-beta1.
1 parent 4bea03e commit eaada2b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

RELNOTES.md

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

4-
iperf-3.16-beta1 2023-XX-XX
4+
iperf-3.16-beta1 2023-11-15
55
---------------------------
66

77
* Notable user-visible changes
@@ -14,17 +14,18 @@ iperf-3.16-beta1 2023-XX-XX
1414
* OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
1515
various older, deprecated, APIs will not be used. iperf3 will
1616
continue to work with OpenSSL 1.1.1. OpenSSL is used for as a part
17-
of the iperf3 authentication functionality (Issue #1300, PR #1589).
17+
of the iperf3 authentication functionality (Issue #1300, PR
18+
#1589).
1819

1920
* The authorized users file used by the authentication functionality
2021
is now checked for accessibility much earlier during the program
2122
startup, as opposed to being checked near the start of a
22-
test (Issue #1583, PR # 1585).
23+
test (Issue #1583, PR #1585).
2324

2425
* Developer-visible changes
2526

26-
* BREAKING CHANGE: iperf3 now requires pthreads and C atomic variables
27-
to compile and run.
27+
* BREAKING CHANGE: iperf3 now requires pthreads and C atomic
28+
variables to compile and run.
2829

2930
iperf-3.15 2023-09-14
3031
---------------------

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.16-beta],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
28+
AC_INIT([iperf],[3.16-beta1],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
2929
m4_include([config/ax_check_openssl.m4])
3030
m4_include([config/ax_pthread.m4])
3131
m4_include([config/iperf_config_static_bin.m4])

0 commit comments

Comments
 (0)