updated changelog for 2.6.0 release

Instead of a 2.5.1 release, add in the absolute tempurl option to the release and bump it to 2.6.0

Change-Id: Ie8335a737aac3211a240c25d88501f8f5dbccbea
This commit is contained in:
John Dickinson 2015-09-07 08:20:14 -07:00
parent fa7ffdd292
commit 7cd2a01cda

View File

@ -1,23 +1,28 @@
2.5.1
2.6.0
-----
* Several CLI options have learned short options. The usage strings have
been updated to reflect this.
* Added --no-shuffle option to the CLI download command.
* Added --absolute option for CLI TempURL generation and the corresponding
parameter to utils.generate_temp_url(). This allows for an exact, specific
time to be used for the TempURL expiry time.
* CLI arguments are now always decoded as UTF-8.
* Stop Connection class modifying os_options parameter.
* Reduce memory usage for download/delete.
* Added --no-shuffle option to the CLI download command.
* The swift service API now logs and reports the traceback
on failed operations.
* Increase httplib._MAXHEADERS to 256.
* Increase httplib._MAXHEADERS to 256 to work around header limits in recent
Python releases.
* Add minimal working service token support to client.py.
* Added minimal working service token support to client.py.
* Various other minor bug fixes and improvements.