diff options
| author | Brian Waldon <bcwaldon@gmail.com> | 2013-04-02 14:49:59 -0700 |
|---|---|---|
| committer | Brian Waldon <bcwaldon@gmail.com> | 2013-04-02 14:49:59 -0700 |
| commit | 741c15f9633f642aa2e52de10b8eb65d6a8c9ecb (patch) | |
| tree | 0b85bf108d341a31ea1b9865089b83b259a25768 /doc/source | |
| parent | 6a8a66120ccc75897fd144767f3a6c92f364db90 (diff) | |
| download | python-glanceclient-741c15f9633f642aa2e52de10b8eb65d6a8c9ecb.tar.gz | |
Add docs for 0.9.00.9.0
Change-Id: Ic4645b8d83eec6577b67cc17d805c6b12b1bacda
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/index.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 7b3f388..a21eb9c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,6 +36,18 @@ Once you've configured your authentication parameters, you can run ``glance help Release Notes ============= +0.9.0 +----- + +* Implement 'visibility', 'owner' and 'member_status' filters for v2 CLI and library +* Relax prettytable dependency to v0.7.X +* 1118799_: Implement filter on 'is_public' attribute in v1 API +* 1157905_, 1130390_: Improve handling of SIGINT (CTRL-C) + +.. _1118799: http://bugs.launchpad.net/python-glanceclient/+bug/1118799 +.. _1157905: http://bugs.launchpad.net/python-glanceclient/+bug/1157905 +.. _1130390: http://bugs.launchpad.net/python-glanceclient/+bug/1130390 + 0.8.0 ----- |
