diff options
author | Nikhil Komawar <nik.komawar@gmail.com> | 2015-09-02 17:36:48 -0400 |
---|---|---|
committer | Nikhil Komawar <nik.komawar@gmail.com> | 2015-09-02 17:38:10 -0400 |
commit | b7d7b8ae5ecddb1f47ec6da03501a5ad2f936f1e (patch) | |
tree | 50c151cd8541e6e7e8733c17a86b67bd3d5eae02 /doc | |
parent | 5b9e90102ce6dd25198cb9e70e2701f4d2508b1b (diff) | |
download | glance_store-b7d7b8ae5ecddb1f47ec6da03501a5ad2f936f1e.tar.gz |
Release notes 0.9.0 and corrected library version0.9.0
$ git log --oneline --no-merges 0.8.0..HEAD
eb2ab17 Updated from global requirements
caa3d20 Imported Translations from Transifex
e3b6d64 Add proxy support to S3 Store
3f5a37c Prevent glance-api hangups during connection to rbd
Change-Id: I1a1f983c2146c40bc65ca6975ddaaf664e0e2236
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index bf2ffd8..8bf24ce 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,6 +13,16 @@ Contents Release Notes ============= +0.9.0 +----- + +* s3-proxy-support_: Proxy support to S3 Store +* rados-timeout_: Better handling of glance-api connections to rbd store + +.. _s3-proxy-support: https://blueprints.launchpad.net/glance/+spec/http-proxy-support-for-s3 +.. _rados-timeout: https://bugs.launchpad.net/glance-store/+bug/1469246 + + 0.6.0 ----- |