This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/qpid-site.git
commit fd254625bede6f5d61d57a74371e55f455a2672d Author: Robbie Gemmell <[email protected]> AuthorDate: Sat May 11 17:56:04 2019 +0100 add release note about external event loop defect --- content/releases/qpid-proton-0.28.0/release-notes.html | 2 ++ input/releases/qpid-proton-0.28.0/release-notes.md | 1 + 2 files changed, 3 insertions(+) diff --git a/content/releases/qpid-proton-0.28.0/release-notes.html b/content/releases/qpid-proton-0.28.0/release-notes.html index eec9bc9..a9882ab 100644 --- a/content/releases/qpid-proton-0.28.0/release-notes.html +++ b/content/releases/qpid-proton-0.28.0/release-notes.html @@ -122,6 +122,8 @@ 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> +<p><strong>Note</strong>: An issue was identified preventing driving the Python binding container using an external event loop such as Tornado. This will be addressed in a future release.</p> + <h2 id="new-features-and-improvements">New features and improvements</h2> <ul> diff --git a/input/releases/qpid-proton-0.28.0/release-notes.md b/input/releases/qpid-proton-0.28.0/release-notes.md index 6b50ac8..77c268e 100644 --- a/input/releases/qpid-proton-0.28.0/release-notes.md +++ b/input/releases/qpid-proton-0.28.0/release-notes.md @@ -25,6 +25,7 @@ about [Qpid Proton]({{site_url}}/proton/index.html). For more information about this release, including download links and documentation, see the [release overview](index.html). +**Note**: An issue was identified preventing driving the Python binding container using an external event loop such as Tornado. This will be addressed in a future release. ## New features and improvements --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
