From b114ccc39aacca29b7fd6a21957a7cd9b375e70f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mon, 31 Mar 2014 21:34:35 +0100 Subject: [PATCH] Add release notes for 1.3.0 Also add some missing thanks from 1.3.0a9. Change-Id: I665e875e4353e8006d13ab3b19ea4e0597a13ae1 --- doc/source/index.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 338c3360f..616cff3a1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -24,6 +24,30 @@ Contents Release Notes ============= +1.3.0 +----- + +Changes since 1.3.0a9: + +* Expose PublishErrorsHandler in the public API +* 1288425_: Add kombu driver library to requirements.txt +* 1255239_: Add unit tests for the qpid driver +* 1261631_: Add unit test for Qpid reconnect order +* 1282706_: Fixed inconsistent eventlet test failures +* 1297161_: Fixed pep8 failure due to pyflakes bug +* 1286984_: Build log_handler documentation + +.. _1288425: https://bugs.launchpad.net/oslo.messaging/+bug/1288425 +.. _1255239: https://bugs.launchpad.net/oslo.messaging/+bug/1255239 +.. _1261631: https://bugs.launchpad.net/oslo.messaging/+bug/1261631 +.. _1282706: https://bugs.launchpad.net/oslo.messaging/+bug/1282706 +.. _1297161: https://bugs.launchpad.net/oslo.messaging/+bug/1297161 +.. _1286984: https://bugs.launchpad.net/oslo.messaging/+bug/1286984 + +Thanks to Alex Holden, ChangBo Guo, Clint Byrum, Doug Hellmann, Ihar +Hrachyshka, Lance Bragstad and Numan Siddique for their contributions +to this release. + 1.3.0a9 ------- @@ -36,6 +60,9 @@ Changes since 1.3.0a8: .. _856764: https://bugs.launchpad.net/oslo.messaging/+bug/856764 .. _1287542: https://bugs.launchpad.net/oslo.messaging/+bug/1287542 +Thanks to Chet Burgess, Doug Hellmann and Nicolas Simonds for their +contributions to this release. + 1.3.0a8 -------