From d020cb814a1f935f94d92d3c58c874d45e59e7ee Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Fri, 18 Jul 2014 07:59:24 +0100 Subject: [PATCH] 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 --- doc/source/index.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index cdfccd9d7..f345e23d6 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 -----