~ubuntu-branches/ubuntu/saucy/python-glanceclient/saucy

« back to all changes in this revision

Viewing changes to doc/source/index.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 10:22:06 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121123102206-0dlq52aydhudnrrc
Tags: 1:0.6.0-0ubuntu1
[ Adam Gandelman ]
* Ensure python-prettytable >= 0.6. (LP: #1073275)
* debian/control, pydist-overrides: Add python-openssl override.

[ Chuck Short ]
* New usptream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
Release Notes
37
37
=============
38
38
 
 
39
0.6.0
 
40
-----
 
41
 
 
42
* Multiple image ID can be passed to ``glance image-delete``
 
43
* ``glance --version`` and glanceclient.__version__ expose the current library version
 
44
* Use ``--human-readable`` with ``image-list`` and ``image-show`` to display image sizes in human-friendly formats
 
45
* Use OpenSSL for HTTPS connections
 
46
* 1056220_: Always use 'Transfer-Encoding: chunked' when transferring image data
 
47
* 1052846_: Padded endpoints enabled (e.g. glance.example.com/padding/v1)
 
48
* 1050345_: ``glance image-create`` and ``glance image-update`` now work on Windows
 
49
 
 
50
.. _1056220: http://bugs.launchpad.net/python-glanceclient/+bug/1056220
 
51
.. _1052846: http://bugs.launchpad.net/python-glanceclient/+bug/1052846
 
52
.. _1050345: http://bugs.launchpad.net/python-glanceclient/+bug/1050345
 
53
 
39
54
0.5.1
40
55
----
41
56
* 1045824_: Always send Content-Length when updating image with image data