From 1fb00f8ccc3f07f1aa78fd59f97cb8fcef3cf941 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Wed, 18 Nov 2015 14:26:46 -0800 Subject: [PATCH] Revert "Version bumps, release notes for iperf 3.1.1." This reverts commit 0eeb788eeb10062a233ae07ee3258bd0251de894. --- RELEASE_NOTES | 21 --------------------- configure.ac | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f067da0..7949f0b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,24 +1,3 @@ -== iperf 3.1.1 2015-11-?? == - -The release notes for iperf 3.1.1 describe changes and new -functionality in iperf 3.1.1, but not present in 3.1. - -* User-visible changes - - * Some markup fixes have been made in the manpages for Debian - compatibility (issue #291). - - * A bug where the -T title option was not being output correctly - in JSON output has been fixed (issue #292). - - * Argument handling for some command-line options has been improved - (issue #316). - -* Developer-visible changes - - * A regression with C++ compatibility in one of the iperf header - files has been fixed (issue #323). - == iperf 3.1 2015-10-16 == The release notes for iperf 3.1 describe changes and new diff --git a/configure.ac b/configure.ac index c85b907..e59a967 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # file for complete information. # Initialize the autoconf system for the specified tool, version and mailing list -AC_INIT(iperf, 3.1.1, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/) +AC_INIT(iperf, 3.1, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/) AC_LANG(C) # Specify where the auxiliary files created by configure should go. The config