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