@@ -30,6 +30,9 @@ Then submit to the iperf3 issue tracker on GitHub:
30
30
31
31
https://github.com/esnet/iperf/issues
32
32
33
+ For reporting potential security issues, please contact the developers at
34
+
35
+
33
36
**Note: ** Issues submitted to the old iperf3 issue tracker on Google
34
37
Code (or comments to existing issues on the Google Code issue tracker)
35
38
will be ignored.
@@ -130,8 +133,8 @@ The developers increment the:
130
133
Release Engineering Checklist
131
134
-----------------------------
132
135
133
- 1. Update the ``README `` and ``RELNOTES.md `` files to be accurate. Make sure
134
- that the "Known Issues" section of the ``README `` file and in this document
136
+ 1. Update the ``README.md `` and ``RELNOTES.md `` files to be accurate. Make sure
137
+ that the "Known Issues" section of the ``README.md `` file and in this document
135
138
are up to date.
136
139
137
140
2. Compose a release announcement. Most of the release announcement
@@ -214,12 +217,14 @@ Release Engineering Checklist
214
217
sending process by sending a copy to oneself first and attempting
215
218
to verify the signature is highly encouraged.
216
219
217
- 12. Update the iperf3 Project News section of the documentation site
220
+ 12. Update GitHub Releases with the current release notes.
221
+
222
+ 13. Update the iperf3 Project News section of the documentation site
218
223
to announce the new release (see ``docs/news.rst `` and
219
224
``docs/conf.py `` in the source tree) and deploy a new build of the
220
225
documentation to GitHub Pages.
221
226
222
- 13 . If an update to the on-line manual page is needed, it can be
227
+ 14 . If an update to the on-line manual page is needed, it can be
223
228
generated with this sequence of commands (tested on CentOS 7) and
224
229
import the result into ``invoking.rst ``::
225
230
0 commit comments