Skip to content

Commit be45a0d

Browse files
committed
Update version to 1.5.2
1 parent 74cd790 commit be45a0d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
s3cmd-1.5.1.2 - 2015-02-04
28
===============
39
* fix PyPi install

S3/PkgInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Copyright: TGRMN Software and contributors
66

77
package = "s3cmd"
8-
version = "1.5.1.2"
8+
version = "1.5.2"
99
url = "http://s3tools.org"
1010
license = "GNU GPL v2+"
1111
short_description = "Command line tool for managing Amazon S3 and CloudFront services"

s3cmd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Enable verbose output.
477477
Enable debug output.
478478
.TP
479479
\fB\-\-version\fR
480-
Show s3cmd version (1.5.1.2) and exit.
480+
Show s3cmd version (1.5.2) and exit.
481481
.TP
482482
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
483483
Follow symbolic links as if they are regular files

0 commit comments

Comments
 (0)