update history and announce file for release

Change-Id: I830d1755c9ed8dbf356edaf68243a01b1d6eb6ac
This commit is contained in:
Doug Hellmann 2013-09-18 12:05:27 -05:00
parent a0efc3b814
commit a12411ada5
2 changed files with 11 additions and 2 deletions

View File

@ -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
==========

View File

@ -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