1
1
Этот коммит содержится в:
Bruce A. Mah 2021-06-01 08:26:41 -07:00
родитель c159c74124
Коммит aadd6a6a5a
2 изменённых файлов: 13 добавлений и 2 удалений

Просмотреть файл

@ -52,10 +52,10 @@ copyright = u'2014-2021, ESnet'
# built documents.
#
# The short X.Y version.
version = '3.9'
version = '3.10'
# The full version, including alpha/beta/rc tags.
release = '3.9'
release = '3.10'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

Просмотреть файл

@ -1,6 +1,17 @@
iperf3 Project News
===================
2021-05-26: iperf-3.10 released
---------------------------------
| URL: https://downloads.es.net/pub/iperf/iperf-3.10.tar.gz
| SHA256: ``4390982928542256c17d6dd1f56eede9092649ebfd8a97c8cecfad12d238ad57 iperf-3.10.tar.gz``
iperf 3.10 is principally a bugfix release. A few new features have
been added (``--time-skew-threshold``, ``--bind-dev``,
``--rcv-timeout``, and ``--dont-fragment``). More information on
these new features can be found in the release notes.
2020-08-17: iperf-3.9 released
---------------------------------