Update release notes on mainline.
This commit is contained in:
parent
73936538a7
commit
d467b2912a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user