File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ s3cmd-1.5.2 - 2015-02-08
2
+ ===============
3
+ * Handle unvalidated SSL certificate. Necessary on Ubuntu 14.04 for
4
+ SSL to function at all.
5
+ * packaging fixes (require python-magic, drop ez_setup)
6
+
1
7
s3cmd-1.5.1.2 - 2015-02-04
2
8
===============
3
9
* fix PyPi install
Original file line number Diff line number Diff line change 5
5
## Copyright: TGRMN Software and contributors
6
6
7
7
package = "s3cmd"
8
- version = "1.5.1. 2"
8
+ version = "1.5.2"
9
9
url = "http://s3tools.org"
10
10
license = "GNU GPL v2+"
11
11
short_description = "Command line tool for managing Amazon S3 and CloudFront services"
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ Enable verbose output.
477
477
Enable debug output.
478
478
.TP
479
479
\fB \-\- version \fR
480
- Show s3cmd version (1.5.1. 2) and exit.
480
+ Show s3cmd version (1.5.2) and exit.
481
481
.TP
482
482
\fB \- F \fR , \fB \-\- follow \- symlinks \fR
483
483
Follow symbolic links as if they are regular files
You can’t perform that action at this time.
0 commit comments