From a12411ada5031f4ac3e6ea87c24af9b0e27ef944 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 18 Sep 2013 12:05:27 -0500 Subject: [PATCH] update history and announce file for release Change-Id: I830d1755c9ed8dbf356edaf68243a01b1d6eb6ac --- announce.rst | 7 ++++++- docs/source/history.rst | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/announce.rst b/announce.rst index 70edd2f..07d23c4 100644 --- a/announce.rst +++ b/announce.rst @@ -25,7 +25,12 @@ dynamically loaded extensions. What's New? =========== -- Fixes logging configuration under Python 2.6 with a NullHandler. +- Fixes an exception when reporting on an error where multiple drivers + have the same name (bug 25, solution provided by clayg). +- Switch packaging to use pbr_. +- Add ``map_method()`` API to controllers. + +.. _pbr: https://github.com/openstack-dev/pbr Installing ========== diff --git a/docs/source/history.rst b/docs/source/history.rst index 107cec3..58dd98f 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,10 +2,14 @@ History ========= -dev +0.12 - Fixes an exception when reporting on an error where multiple drivers have the same name (:issue:`25`, solution provided by clayg). +- Switch packaging to use pbr_. +- Add ``map_method()`` API to controllers. + +.. _pbr: https://github.com/openstack-dev/pbr 0.11