Skip to content

Commit

Permalink
Version 1.5.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
mludvig committed Mar 10, 2013
1 parent c92e439 commit 986aebb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
@@ -1,3 +1,10 @@
s3cmd 1.5.0-alpha3 - 2013-03-11
==================
* Persistent HTTP/HTTPS connections for massive speedup (Michal Ludvig)
* New switch --quiet for suppressing all output (Siddarth Prakash)
* Honour "umask" on file downloads (Jason Dalton)
* Various bugfixes from many contributors

s3cmd 1.5.0-alpha2 - 2013-03-04
==================
* IAM roles support (David Kohen, Eric Dowd)
Expand Down
2 changes: 1 addition & 1 deletion S3/PkgInfo.py
@@ -1,5 +1,5 @@
package = "s3cmd"
version = "1.5.0-alpha2"
version = "1.5.0-alpha3"
url = "http://s3tools.org"
license = "GPL version 2"
short_description = "Command line tool for managing Amazon S3 and CloudFront services"
Expand Down
5 changes: 4 additions & 1 deletion s3cmd.1
Expand Up @@ -321,13 +321,16 @@ Enable verbose output.
Enable debug output.
.TP
\fB\-\-version\fR
Show s3cmd version (1.5.0-alpha2) and exit.
Show s3cmd version (1.5.0-alpha3) and exit.
.TP
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
Follow symbolic links as if they are regular files
.TP
\fB\-\-cache\-file\fR=FILE
Cache FILE containing local source MD5 values
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Silence output on stdout


.SH EXAMPLES
Expand Down

0 comments on commit 986aebb

Please sign in to comment.