aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2017-11-13 14:17:38 -0800
committerBruce A. Mah <bmah@es.net>2017-11-13 14:17:38 -0800
commitfdc4633191e215cae6c5e87e421e1b3e943a9d2c (patch)
tree4f2e3c658598f549a9dac7e661ebb110d01c0584
parent222da46ba92b72ae1ff56dd53abadf30351fc3e2 (diff)
downloadiperf3-fdc4633191e215cae6c5e87e421e1b3e943a9d2c.tar.gz
Update release notes for the next (as yet unscheduled) release.
The master codeline is once again 3-CURRENT, not 3.3.
-rw-r--r--RELEASE_NOTES18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 81d19e6..66e6188 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,21 @@
+== iperf 3.4 ==
+
+* Notable user-visible changes
+
+ * The -A (set processor affinity) command-line flag is now supported
+ on Windows (#665).
+
+ * iperf3 now builds on macOS systems older than 10.7 (#607).
+
+ * iperf3 now builds on systems lacking a daemon(3) library call
+ (#369).
+
+* Notable developer-visible changes
+
+ * Some unused code and header inclusions were eliminated (#667).
+ Also some code was cleaned up to eliminate (or at least reduce)
+ compiler warnings (#664).
+
== iperf 3.3 2017-10-31 ==
* Notable user-visible changes
diff --git a/configure.ac b/configure.ac
index 128fa1a..cc7dd09 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.3, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
+AC_INIT(iperf, 3-CURRENT, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
m4_include([config/ax_check_openssl.m4])
AC_LANG(C)