From 6cf68e4a7b0765b7fbc6e664e7066704084a9dcb Mon Sep 17 00:00:00 2001 From: ludvigm Date: Sat, 26 May 2007 09:00:10 +0000 Subject: [PATCH] 2007-05-26 Michal Ludvig * Released version 0.9.3 git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@119 830e0280-6d2a-0410-9c65-932aecc39d9d --- ChangeLog | 5 +++++ NEWS | 7 ++++++- S3/PkgInfo.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3eaf68..e878239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-26 Michal Ludvig + + * Released version 0.9.3 + ---------------------- + 2007-05-26 Michal Ludvig * s3cmd: Patch from Basil Shubin diff --git a/NEWS b/NEWS index a6adbea..a566845 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -s3cmd 0.9.2 +s3cmd 0.9.3 - 2007-05-26 +=========== +* New command "du" for displaying size of your data in S3. + (Basil Shubin) + +s3cmd 0.9.2 - 2007-04-09 =========== * Lots of new documentation * Allow "get" to stdout (use "-" in place of destination file diff --git a/S3/PkgInfo.py b/S3/PkgInfo.py index 6d9c95a..8f5e143 100644 --- a/S3/PkgInfo.py +++ b/S3/PkgInfo.py @@ -1,5 +1,5 @@ package = "s3cmd" -version = "0.9.2" +version = "0.9.3" url = "http://s3tools.logix.cz" license = "GPL version 2" short_description = "S3cmd is a tool for managing Amazon S3 storage space."