aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-03-26 10:04:03 -0700
committerBruce A. Mah <bmah@es.net>2014-03-26 10:04:03 -0700
commitd467b2912acac70d8bc495dd44c7839c567117a2 (patch)
treeea0e40c4b808959f974c3d9f9d9d9e1b5c24e63a /RELEASE_NOTES
parent73936538a75d73919b6c0f08edd936b3e9d3b359 (diff)
downloadiperf3-d467b2912acac70d8bc495dd44c7839c567117a2.tar.gz
Update release notes on mainline.
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES14
1 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index a38690c..1f63b51 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -29,6 +29,17 @@
* A buffer for holding formatted numeric values is now
properly-sized so that output is not truncated (issue #142).
+ * A --logfile argument can now force all output to go to a file,
+ rather than to a file. This is especially useful when running an
+ iperf3 server in daemon mode (issue #119).
+
+ * Summary structures in the JSON output are now included, even if
+ there is only one stream. This change makes consuming the JSON
+ output easier and more consistent (issue #151).
+
+ * A possible buffer overflow in iperf_error.c has been fixed (issue
+ #155).
+
* Developer-visible changes
* Some memory leaks have been fixed.
@@ -41,7 +52,8 @@
* The test unit format can now be set from the API (issue #144).
- * libiperf is now built as both shared and static libraries.
+ * libiperf is now built by default as both shared and static
+ libraries (issue #146, issue #152).
== iperf 3.0.1 2014-01-10 ==
* Added the following new flags