summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 83d2865..1602ba4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.