fix script and republish proton 0.17.0 release notes
Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/fb755215 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/fb755215 Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/fb755215 Branch: refs/heads/asf-site Commit: fb755215f9aaac93d3eca259483c86c765753d38 Parents: f180d00 Author: Robert Gemmell <rob...@apache.org> Authored: Wed Feb 8 21:56:16 2017 +0000 Committer: Robert Gemmell <rob...@apache.org> Committed: Wed Feb 8 21:56:16 2017 +0000 ---------------------------------------------------------------------- .../qpid-proton-0.17.0/release-notes.html | 23 ++++++++++++++++++-- .../qpid-proton-0.17.0/release-notes.md | 21 ++++++++++++++++-- python/generate.py | 2 +- 3 files changed, 41 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb755215/content/releases/qpid-proton-0.17.0/release-notes.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.17.0/release-notes.html b/content/releases/qpid-proton-0.17.0/release-notes.html index 109de06..9b3e87a 100644 --- a/content/releases/qpid-proton-0.17.0/release-notes.html +++ b/content/releases/qpid-proton-0.17.0/release-notes.html @@ -122,12 +122,31 @@ about <a href="/proton/index.html">Qpid Proton</a>.</p> <p>For more information about this release, including download links and documentation, see the <a href="index.html">release overview</a>.</p> +<h2 id="bugs-fixed">Bugs fixed</h2> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1312">PROTON-1312</a> - BlockingConnection leaks Proton-C memory</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1376">PROTON-1376</a> - [C, windows] Release 0.16 build fail - src/protocol.h clobbered</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1377">PROTON-1377</a> - proton-c core library was not installed</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1378">PROTON-1378</a> - Two reactor final events generated</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1379">PROTON-1379</a> - Compile without warnings under g++ 7.0</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1380">PROTON-1380</a> - Cyrus SASL accesses strings that have been freed</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1382">PROTON-1382</a> - Remove bit fields initialization for bool fields</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1383">PROTON-1383</a> - Add missing includes to fix Solaris compilation</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1388">PROTON-1388</a> - client fails to decrypt after sasl encryption is negotiated with qpidd</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1389">PROTON-1389</a> - PROTON-1325: Repair broken fix for python "buffer" type.</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1390">PROTON-1390</a> - Go fixes to build with gccgo</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1391">PROTON-1391</a> - Passing NULL as a SASL selected mechanism is crashing pn_do_error on Solaris</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1392">PROTON-1392</a> - SWIG doesn't define how to export symbols on Solaris</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1395">PROTON-1395</a> - go: testing with -race fails on some platforms </li> +</ul> + <h2 id="tasks">Tasks</h2> <ul> -<li><a href="https://issues.apache.org/jira/browse/PROTON-1362">PROTON-1362</a> - [proton-j] remove Messenger</li> <li><a href="https://issues.apache.org/jira/browse/PROTON-1385">PROTON-1385</a> - make proton-j independently releasable</li> -<li><a href="https://issues.apache.org/jira/browse/PROTON-1387">PROTON-1387</a> - update to current apache parent pom</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1386">PROTON-1386</a> - disable the PHP binding build by default</li> +<li><a href="https://issues.apache.org/jira/browse/PROTON-1396">PROTON-1396</a> - 0.17.0 release tasks</li> </ul> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb755215/input/releases/qpid-proton-0.17.0/release-notes.md ---------------------------------------------------------------------- diff --git a/input/releases/qpid-proton-0.17.0/release-notes.md b/input/releases/qpid-proton-0.17.0/release-notes.md index ec35e80..b3ca5be 100644 --- a/input/releases/qpid-proton-0.17.0/release-notes.md +++ b/input/releases/qpid-proton-0.17.0/release-notes.md @@ -26,8 +26,25 @@ For more information about this release, including download links and documentation, see the [release overview](index.html). +## Bugs fixed + + - [PROTON-1312](https://issues.apache.org/jira/browse/PROTON-1312) - BlockingConnection leaks Proton-C memory + - [PROTON-1376](https://issues.apache.org/jira/browse/PROTON-1376) - [C, windows] Release 0.16 build fail - src/protocol.h clobbered + - [PROTON-1377](https://issues.apache.org/jira/browse/PROTON-1377) - proton-c core library was not installed + - [PROTON-1378](https://issues.apache.org/jira/browse/PROTON-1378) - Two reactor final events generated + - [PROTON-1379](https://issues.apache.org/jira/browse/PROTON-1379) - Compile without warnings under g++ 7.0 + - [PROTON-1380](https://issues.apache.org/jira/browse/PROTON-1380) - Cyrus SASL accesses strings that have been freed + - [PROTON-1382](https://issues.apache.org/jira/browse/PROTON-1382) - Remove bit fields initialization for bool fields + - [PROTON-1383](https://issues.apache.org/jira/browse/PROTON-1383) - Add missing includes to fix Solaris compilation + - [PROTON-1388](https://issues.apache.org/jira/browse/PROTON-1388) - client fails to decrypt after sasl encryption is negotiated with qpidd + - [PROTON-1389](https://issues.apache.org/jira/browse/PROTON-1389) - PROTON-1325: Repair broken fix for python "buffer" type. + - [PROTON-1390](https://issues.apache.org/jira/browse/PROTON-1390) - Go fixes to build with gccgo + - [PROTON-1391](https://issues.apache.org/jira/browse/PROTON-1391) - Passing NULL as a SASL selected mechanism is crashing pn_do_error on Solaris + - [PROTON-1392](https://issues.apache.org/jira/browse/PROTON-1392) - SWIG doesn't define how to export symbols on Solaris + - [PROTON-1395](https://issues.apache.org/jira/browse/PROTON-1395) - go: testing with -race fails on some platforms + ## Tasks - - [PROTON-1362](https://issues.apache.org/jira/browse/PROTON-1362) - [proton-j] remove Messenger - [PROTON-1385](https://issues.apache.org/jira/browse/PROTON-1385) - make proton-j independently releasable - - [PROTON-1387](https://issues.apache.org/jira/browse/PROTON-1387) - update to current apache parent pom \ No newline at end of file + - [PROTON-1386](https://issues.apache.org/jira/browse/PROTON-1386) - disable the PHP binding build by default + - [PROTON-1396](https://issues.apache.org/jira/browse/PROTON-1396) - 0.17.0 release tasks \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb755215/python/generate.py ---------------------------------------------------------------------- diff --git a/python/generate.py b/python/generate.py index f8d8a1b..014e8fe 100644 --- a/python/generate.py +++ b/python/generate.py @@ -403,7 +403,7 @@ def _fetch_issues(project, release): if project in ("qpid-cpp", "qpid-java", "qpid-python"): project = "qpid" - if project in ("proton-j"): + if project in ["proton-j"]: project = "proton" fix_version="proton-j-{}".format(release) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org