Releng 3.10.1 (#1156)
Version number bumps and release notes for iperf-3.10.1.
This commit is contained in:
parent
702db979c5
commit
7f02c6f079
13
RELNOTES.md
13
RELNOTES.md
@ -1,6 +1,19 @@
|
||||
iperf3 Release Notes
|
||||
====================
|
||||
|
||||
iperf-3.10.1 2021-06-03
|
||||
-----------------------
|
||||
|
||||
* Notable user-visible changes
|
||||
|
||||
* Fixed a problem with autoconf scripts that made builds fail in
|
||||
some environments (#1154 / #1155).
|
||||
|
||||
* Developer-visible changes
|
||||
|
||||
* GNU autoconf 2.71 or newer is now required to regenerate iperf3's
|
||||
configure scripts.
|
||||
|
||||
iperf 3.10 2021-05-26
|
||||
---------------------
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
# Initialize the autoconf system for the specified tool, version and mailing list
|
||||
AC_PREREQ([2.71])
|
||||
AC_INIT([iperf],[3.10],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
|
||||
AC_INIT([iperf],[3.10.1],[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)
|
||||
|
Loading…
Reference in New Issue
Block a user