aboutsummaryrefslogtreecommitdiff
path: root/RELNOTES.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-14 18:31:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-14 18:31:50 +0000
commit995907c4615b76e542e5662ab1c27f6d2d0e461d (patch)
tree9671c280e47f1e1241d081a967adc8034b93dfc4 /RELNOTES.md
parent43dfc34b60e4d2d0c221db0721bfda49a9ec7aa6 (diff)
parent7e04f70fe377dec2875e73fdf297a659d37b0a52 (diff)
downloadiperf3-995907c4615b76e542e5662ab1c27f6d2d0e461d.tar.gz
Upgrade iperf3 to 3.8 am: 25e8e69eee am: 7e04f70fe3
Original change: https://android-review.googlesource.com/c/platform/external/iperf3/+/1361090 Change-Id: I278f6a7f0cb1bf0cdb54df470162ea518a816a7a
Diffstat (limited to 'RELNOTES.md')
-rw-r--r--RELNOTES.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/RELNOTES.md b/RELNOTES.md
index ff02ba9..ae52d83 100644
--- a/RELNOTES.md
+++ b/RELNOTES.md
@@ -1,6 +1,49 @@
iperf3 Release Notes
====================
+iperf 3.8 2020-06-08
+--------------------
+
+* Notable user-visible changes
+
+ * Profiled libraries and binaries are no longer built by default
+ (#950).
+
+ * A minimal Dockerfile has been added (#824).
+
+ * A bug with burst mode and unlimited rate has been fixed (#898).
+
+ * Configuring with the --enable-static-bin flag will now cause
+ a statically-linked iperf3 binary to be built (#989).
+
+ * Configuring with the --without-sctp flag will now prevent SCTP
+ from being auto-detected (#1008). This flag allows building a
+ static binary (see above item) on a CentOS system with SCTP
+ installed, because no static SCTP libraries are available.
+
+ * Clock skew between the iperf3 client and server will no longer
+ skew the computation of jitter during UDP tests (#842 / #990).
+
+ * A possible buffer overflow in the authentication feature has been
+ fixed. This was only relevant when configuration authentication
+ using the libiperf3 API, and did not affect command-line usage.
+ Various other improvements and fixes in this area were also made
+ (#996).
+
+* Notable developer-visible changes
+
+ * The embedded version of cJSON has been updated to 1.3.17 (#978).
+
+ * Some server authentication functions have been added to the API
+ (#911).
+
+ * API access has been added to the connection timeout parameter
+ (#1001).
+
+ * Tests for some authentication functions have been added.
+
+ * Various compiler errors and warnings have been fixed.
+
iperf 3.7 2019-06-21
--------------------