aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-03-04 15:13:36 -0800
committerBruce A. Mah <bmah@es.net>2014-03-04 15:13:36 -0800
commitc9cfca0a9393d3817968b8d3e1166e056ea6af63 (patch)
treea524d7600f7aff43a5ca84d6194705d92dee95a8 /RELEASE_NOTES
parentdc1dd2dc7dffdc2cc58fe43bfaffa9334c1e6bcd (diff)
downloadiperf3-c9cfca0a9393d3817968b8d3e1166e056ea6af63.tar.gz
Update release notes for mainline changes since 3.0.1 release.
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES45
1 files changed, 42 insertions, 3 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 4a8f641..a38690c 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,8 +1,47 @@
== iperf 3.?.? ????-??-?? ==
+
+* User-visible changes
+
+ * The iperf3 project has been moved to GitHub, and various URLs in
+ documentation files have been changed to point there.
+
* Setting CPU affinity now works on FreeBSD.
- * Added -I flag for server to write a PID file, mostly useful for
- daemon mode.
- * Bug fixes.
+
+ * iperf3 now builds on Linux systems that do not support
+ TCP_CONGESTION. Most notably this allows iperf3 to work on CentOS
+ 5.
+
+ * An abort on MacOS 10.9 has been fixed (issue #135).
+
+ * Added -I flag for the server to write a PID file, mostly useful for
+ daemon mode (issue #120).
+
+ * A bug that could break some TCP tests on FreeBSD has been fixed.
+
+ * TCP snd_cwnd output is now printed by default on Linux (issue #99).
+
+ * SCTP support has been added (with the --sctp flag), on Linux and
+ FreeBSD (issue #131).
+
+ * In JSON output, the --title string no longer has a colon and two
+ spaces appended (issue #139).
+
+ * A buffer for holding formatted numeric values is now
+ properly-sized so that output is not truncated (issue #142).
+
+* Developer-visible changes
+
+ * Some memory leaks have been fixed.
+
+ * A -d flag enables debugging output.
+
+ * A .gitignore file has been added.
+
+ * libtoolize is now invoked correctly from the bootstrap.sh script.
+
+ * The test unit format can now be set from the API (issue #144).
+
+ * libiperf is now built as both shared and static libraries.
== iperf 3.0.1 2014-01-10 ==
* Added the following new flags