diff --git a/docs/conf.py b/docs/conf.py index 3cbb433..37182f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ copyright = u'2014, ESnet' # built documents. # # The short X.Y version. -version = '3.0.7' +version = '3.0.9' # The full version, including alpha/beta/rc tags. -release = '3.0.8' +release = '3.0.9' # 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 82a6ba7..8652004 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,19 @@ iperf3 Project News =================== +2014-10-14: iperf-3.0.9 released +--------------------------------- + +| URL: http://downloads.es.net/pub/iperf/iperf-3.0.9.tar.gz +| SHA256: ``40249a2b30d26b937350b969bcb19f88e1beb356f886ed31422b554bac692459 iperf-3.0.9.tar.gz`` + +This maintenance release fixes an issue for a situation in which +attempting a UDP test with pathologically large (and illegal) packet +sizes could put the iperf3 server in a state where it would stop +accepting connections from clients, thus causing the clients to crash +when interrupted. + + 2014-09-30: iperf-3.0.8 released ---------------------------------