From f1f79b898dc9f37a4161a68574feff8364f73ab3 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Wed, 25 Nov 2015 16:08:03 +0000 Subject: [PATCH] Rel notes for 0.10.0 7b9bec7 Updated from global requirements be3d7a6 Remove useless config.py file b709dd6 vmware: check for response body in error conditions 6993aac remove default=None for config options 341527c Updated from global requirements 2142bd3 Imported Translations from Zanata fdd725e Updated from global requirements aa53ea6 Updated from global requirements d59254e Remove deprecated glance_store opts from default section 6019576 Updated from global requirements 845254f Improving GlanceStoreException 5db9852 Activate pep8 check that _ is imported a031745 '_' is used by i18n cc36d53 VMware: Fix missing space in error message c2b8702 Handle swift store's optional dependency f37947a Fix swift store tests for latest swiftclient caf646a Catch InvalidURL when requesting store size Change-Id: Ib033c82628d9e4024dcb85d776da15670ffc9495 --- doc/source/index.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 8bf24cea..a267c358 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,6 +13,29 @@ Contents Release Notes ============= +0.10.0 +------ + +* Updated from global requirements +* Imported Translations from Zanata +* ATTN: After upgrading to glance_store 0.10.1 store options defined in config files under [DEFAULT] section will not work. Logic taking them was removed after deprecation period. + +* be3d7a6 Remove useless config.py file +* 1517275_: vmware: check for response body in error conditions +* 1323975_: remove default=None for config options +* d59254e: Remove deprecated glance_store opts from default section +* 1501443_: Improving GlanceStoreException +* 1502332_: '_' is used by i18n +* cc36d53: VMware: Fix missing space in error message +* c2b8702: Handle swift store's optional dependency +* 1485792_: Catch InvalidURL when requesting store size + +.. _1517275: https://bugs.launchpad.net/glance-store/+bug/1517275 +.. _1323975: https://bugs.launchpad.net/glance/+bug/1323975 +.. _1501443: https://bugs.launchpad.net/glance-store/+bug/1501443 +.. _1502332: https://bugs.launchpad.net/glance-store/+bug/1502332 +.. _1485792: https://bugs.launchpad.net/glance-store/+bug/1485792 + 0.9.0 -----