Skip to content

Commit

Permalink
Bump version numbers for iperf-3.16-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Nov 15, 2023
1 parent 4bea03e commit eaada2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
iperf3 Release Notes
====================

iperf-3.16-beta1 2023-XX-XX
iperf-3.16-beta1 2023-11-15
---------------------------

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

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

* Developer-visible changes

* BREAKING CHANGE: iperf3 now requires pthreads and C atomic variables
to compile and run.
* BREAKING CHANGE: iperf3 now requires pthreads and C atomic
variables to compile and run.

iperf-3.15 2023-09-14
---------------------
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.16-beta],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
AC_INIT([iperf],[3.16-beta1],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
m4_include([config/ax_check_openssl.m4])
m4_include([config/ax_pthread.m4])
m4_include([config/iperf_config_static_bin.m4])
Expand Down

0 comments on commit eaada2b

Please sign in to comment.