diff --git a/docs/conf.py b/docs/conf.py index 2032233..3cbb433 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ copyright = u'2014, ESnet' # The short X.Y version. version = '3.0.7' # The full version, including alpha/beta/rc tags. -release = '3.0.7' +release = '3.0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/dev.rst b/docs/dev.rst index 22347b9..edf9ea6 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -182,7 +182,7 @@ Release Engineering Checklist 8. Plug the SHA256 checksum into the release announcement. -9. PGP-sign the release announcement text using ``pgp --clearsign``. +9. PGP-sign the release announcement text using ``gpg --clearsign``. The signed announcement will be sent out in a subsequent emails, but could also be archived. Decoupling the signing from emailing allows a signed release announcement to be resent via email or sent diff --git a/docs/news.rst b/docs/news.rst index dc3c4ed..82a6ba7 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,16 @@ iperf3 Project News =================== +2014-09-30: iperf-3.0.8 released +--------------------------------- + +| URL: http://downloads.es.net/pub/iperf/iperf-3.0.8.tar.gz +| SHA256: ``81b8d91159862896c57f9b90a006e8b5dc22bd94175d97bd0db50b0ae2c1a78e iperf-3.0.8.tar.gz`` + +This maintenance release is functionally identical to 3.0.7. It +incorporates updated license verbage and a minor compilation fix. + + 2014-08-28: iperf-3.0.7 released ---------------------------------