1
1

Update for 3.0.8, fix minor error in release engineering checklist.

Этот коммит содержится в:
Bruce A. Mah 2014-09-30 14:04:30 -07:00
родитель 8634b34804
Коммит 8344b69872
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4984910A8CAAEE8A
3 изменённых файлов: 12 добавлений и 2 удалений

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

@ -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.

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

@ -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

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

@ -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
---------------------------------