Browse code

Update version to 2.0.2

Florent Viard authored on 2018/07/15 20:26:44
Showing 3 changed files
... ...
@@ -1,3 +1,24 @@
1
+s3cmd-2.0.2      - 2018-07-15
2
+===============
3
+* Fixed unexpected timeouts encountered during requests or transfers due to AWS strange connection short timeouts (#941)
4
+* Fixed a throttle issue slowing down too much transfers in some cases (#913)
5
+* Added support for $AWS_PROFILE (#966) (Taras Postument)
6
+* Added clarification comment for the socket_timeout configuration value OS limit
7
+* Avoid distutils usage at runtime (Matthias Klose)
8
+* Python 2 compatibility: Fixed import error of which with fallback code (Gianfranco Costamagna)
9
+* Fixed Python 3 bytes string encoding when getting IAM credentials (Alexander Allakhverdiyev)
10
+* Fixed handling of config tri-state bool values (like acl_public) (Brian C. Lane)
11
+* Fixed V2 signature when restore command is used (Jan Kasiak)
12
+* Fixed setting full_control on objects with public read access (Matthew Vernon)
13
+* Fixed a bug when only one path is supplied with Cloudfront. (Mikael Svensson)
14
+* Fixed signature errors with 'modify' requests (Radek Simko)
15
+* Fixes #936 - Fix setacl command exception (Robert Moucha)
16
+* Fixes error reporting if deleting a source object failed after a move (#929)
17
+* Many other bug fixes (#525, #933, #940, #947, #957, #958, #960, #967)
18
+
19
+Important info: AWS S3 doesn't allow anymore uppercases and underscores in bucket names since march 1, 2018
20
+
21
+
1 22
 s3cmd-2.0.1      - 2017-10-21
2 23
 ===============
3 24
 * Support for Python 3 is now stable
... ...
@@ -7,7 +7,7 @@
7 7
 ## Copyright: TGRMN Software and contributors
8 8
 
9 9
 package = "s3cmd"
10
-version = "2.0.1+"
10
+version = "2.0.2"
11 11
 url = "http://s3tools.org"
12 12
 license = "GNU GPL v2+"
13 13
 short_description = "Command line tool for managing Amazon S3 and CloudFront services"
... ...
@@ -279,7 +279,8 @@ source file [sync]
279 279
 Don't delete destination objects.
280 280
 .TP
281 281
 \fB\-\-delete\-after\fR
282
-Perform deletes after new uploads [sync]
282
+Perform deletes AFTER new uploads when delete-removed
283
+is enabled [sync]
283 284
 .TP
284 285
 \fB\-\-delay\-updates\fR
285 286
 *OBSOLETE* Put all updated files into place at end
... ...
@@ -523,7 +524,7 @@ Enable verbose output.
523 523
 Enable debug output.
524 524
 .TP
525 525
 \fB\-\-version\fR
526
-Show s3cmd version (2.0.1) and exit.
526
+Show s3cmd version (2.0.2) and exit.
527 527
 .TP
528 528
 \fB\-F\fR, \fB\-\-follow\-symlinks\fR
529 529
 Follow symbolic links as if they are regular files