Add release notes for stable/icehouse 1.3.1 release

1.3.1 is a bugfix release from the stable/icehouse branch.

Change-Id: I1ec24b0aaccb67e4f3043d481cec13d82dec3c0d
This commit is contained in:
Mark McLoughlin 2014-07-18 07:59:24 +01:00
parent 1cc3e5d866
commit d020cb814a
1 changed files with 22 additions and 0 deletions

View File

@ -172,6 +172,28 @@ zhangjialong for their contributions to this release.
.. _1331459: https://bugs.launchpad.net/oslo.messaging/+bug/1331459
.. _1332588: https://bugs.launchpad.net/oslo.messaging/+bug/1332588
1.3.1
-----
Changes since 1.3.0:
* 1318742_: Explicitly name subscription queue for responses.
* 1300318_: Ensure routing key is specified in the address for a direct producer.
* 1303890_: Update ensure()/reconnect() to catch MessagingError.
* 1283926_: Fixed the issue for pop exception (rabbit tests race condition).
* Ensures listener queues exist in fake driver.
* Fixes incorrect exchange lock in fake driver
.. _1283926: https://bugs.launchpad.net/oslo.messaging/+bug/1283926
.. _1300318: https://bugs.launchpad.net/oslo.messaging/+bug/1300318
.. _1303890: https://bugs.launchpad.net/oslo.messaging/+bug/1303890
.. _1318742: https://bugs.launchpad.net/oslo.messaging/+bug/1318742
Thanks to Alan Pevec, Gordon Sim, Mark McLoughlin, Matt Riedemann,
Mehdi Abaakouk, Nejc Saje, Numan Siddique and Russell Bryant for their
contributions to this release.
1.3.0
-----