1
1

Update for iperf-3.0.7 release.

Этот коммит содержится в:
Bruce A. Mah 2014-08-28 13:58:16 -07:00
родитель 329523a557
Коммит e067e9ac6b
2 изменённых файлов: 17 добавлений и 2 удалений

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

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

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

@ -1,6 +1,21 @@
iperf3 Project News
===================
2014-08-28: iperf-3.0.7 released
---------------------------------
| URL: http://downloads.es.net/pub/iperf/iperf-3.0.7.tar.gz
| SHA256: ``49510e886f9e876cd73dcd80414bfb8c49b147c82125585e09c2a6e92369d3f2 iperf-3.0.7.tar.gz``
This maintenance release fixes several minor bugs. Of particular
note:
* A bug that caused some problems with bwctl / perfSONAR has been
fixed.
* A bug that made it possible to disrupt existing, running tests has
been fixed.
2014-07-28: iperf-3.0.6 released
---------------------------------