Browse code

Update version to 2.0.1

Florent Viard authored on 2017/10/22 03:20:25
Showing 3 changed files
... ...
@@ -1,3 +1,20 @@
1
+s3cmd-2.0.1      - 2017-10-21
2
+===============
3
+* Support for Python 3 is now stable
4
+* Fixed signature issues due to upper cases in hostname (#920)
5
+* Improved support for Minio Azure gateway (Julien Maitrehenry, Harshavardhana)
6
+* Added signurl_use_https option to use https prefix for signurl (Julien Recurt)
7
+* Fixed a lot of remaining issues and regressions for Python 3 (#922, #921, #908)
8
+* Fixed --configure option with Python 3
9
+* Fixed non string cmdline parameters being ignored
10
+* Windows support fixes (#922)
11
+* Don't force anymore to have a / on last parameter for the "modify" command (#886)
12
+* Removed the python3 support warning
13
+* Detect and report error 403 in getpolicy for info command (#894)
14
+* Added a specific error message when getting policy by non owner (#885)
15
+* Many other bug fixes (#905, #892, #890, #888, #889, #887)
16
+
17
+
1 18
 s3cmd-2.0.0      - 2017-06-26
2 19
 ===============
3 20
 * Added support for Python 3 (Shaform, Florent Viard)
... ...
@@ -7,7 +7,7 @@
7 7
 ## Copyright: TGRMN Software and contributors
8 8
 
9 9
 package = "s3cmd"
10
-version = "2.0.0+"
10
+version = "2.0.1"
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"
... ...
@@ -259,8 +259,8 @@ write_acp, full_control, all
259 259
 .TP
260 260
 \fB\-\-acl\-revoke\fR=PERMISSION:USER_CANONICAL_ID
261 261
 Revoke stated permission for a given amazon user.
262
-Permission is one of: read, write, read_acp, wr
263
-ite_acp, full_control, all
262
+Permission is one of: read, write, read_acp,
263
+write_acp, full_control, all
264 264
 .TP
265 265
 \fB\-D\fR NUM, \fB\-\-restore\-days\fR=NUM
266 266
 Number of days to keep restored file available (only
... ...
@@ -523,7 +523,7 @@ Enable verbose output.
523 523
 Enable debug output.
524 524
 .TP
525 525
 \fB\-\-version\fR
526
-Show s3cmd version (2.0.0) and exit.
526
+Show s3cmd version (2.0.1) 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