aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2020-06-08 16:55:51 -0700
committerBruce A. Mah <bmah@es.net>2020-06-08 16:55:51 -0700
commit37aba7944d2c046201c5221ac9c315ca6198719d (patch)
tree98f597b4eb4c69839142de0b8712ca7bbce76099
parent26a6e72eaed4da685a4aeb0143861aa392538d9a (diff)
downloadiperf3-37aba7944d2c046201c5221ac9c315ca6198719d.tar.gz
Update for iperf 3.8.
-rw-r--r--docs/conf.py4
-rw-r--r--docs/news.rst11
2 files changed, 12 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 17aa556..7ab1ae9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,10 +52,10 @@ copyright = u'2014-2020, ESnet'
# built documents.
#
# The short X.Y version.
-version = '3.7'
+version = '3.8'
# The full version, including alpha/beta/rc tags.
-release = '3.7'
+release = '3.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/news.rst b/docs/news.rst
index 4104d36..4a4cacd 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -1,13 +1,22 @@
iperf3 Project News
===================
+2020-06-08: iperf-3.8 released
+-------------------------------
+
+| URL: https://downloads.es.net/pub/iperf/iperf-3.8.tar.gz
+| SHA256: ``edc1c317b0ae31925e5eb84f0295faefbaa1db3229f4693e11d954d114de4bcd iperf-3.8.tar.gz``
+
+iperf 3.8 contains minor bugfixes and enhancements.
+
+
2019-06-21: iperf-3.7 released
-------------------------------
| URL: https://downloads.es.net/pub/iperf/iperf-3.7.tar.gz
| SHA256: ``d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c iperf-3.7.tar.gz``
-iperf 3.6 adds the ``--bidir`` flag for bidirectional tests, includes
+iperf 3.7 adds the ``--bidir`` flag for bidirectional tests, includes
some minor enhancements, and fixes a number of bugs. More details can
be found in the release notes.