Browse code

* Released version 0.9.9-rc2

git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@364 830e0280-6d2a-0410-9c65-932aecc39d9d

Michal Ludvig authored on 2009/01/30 08:57:47
Showing 4 changed files
... ...
@@ -1,5 +1,12 @@
1 1
 2009-01-30  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* Released version 0.9.9-rc2
4
+	  --------------------------
5
+
6
+	* S3/PkgInfo.py, NEWS, TODO: Updated for 0.9.9-rc2
7
+
8
+2009-01-30  Michal Ludvig  <michal@logix.cz>
9
+
3 10
 	* s3cmd: Under some circumstance s3cmd crashed
4 11
 	  when put/get/sync had 0 files to transmit. Fixed now.
5 12
 
... ...
@@ -1,3 +1,10 @@
1
+s3cmd 0.9.9-rc2  - 2009-01-30
2
+===============
3
+* Fixed s3cmd crash when put / get / sync found
4
+  zero files to transfer.
5
+* In --dry-run output files to be deleted only
6
+  with --delete-removed, otherwise users get scared.
7
+
1 8
 s3cmd 0.9.9-rc1  - 2009-01-27
2 9
 ===============
3 10
 * CloudFront support through cfcreate, cfdelete, 
... ...
@@ -1,8 +1,8 @@
1 1
 package = "s3cmd"
2
-version = "0.9.9-rc1"
2
+version = "0.9.9-rc2"
3 3
 url = "http://s3tools.logix.cz"
4 4
 license = "GPL version 2"
5
-short_description = "S3cmd is a tool for managing Amazon S3 storage space."
5
+short_description = "Command line tool for managing Amazon S3 and CloudFront services"
6 6
 long_description = """
7 7
 S3cmd lets you copy files from/to Amazon S3 
8 8
 (Simple Storage Service) using a simple to use
... ...
@@ -4,10 +4,8 @@ TODO list for s3cmd project
4 4
 - For 0.9.9.x
5 5
   - Make 'sync s3://bkt/some-filename local/other-filename' work
6 6
     (at the moment it'll always download).
7
-  - Enable --exclude for [del]
8
-  - Enable --dry-run for [del], reject for all others.
9
-  - Sync should work for one file, for example
10
-    s3cmd sync /etc/passwd s3://bucket/passwd
7
+  - Enable --exclude for [del], [setacl], [ls].
8
+  - Enable --dry-run for [del], [setacl], reject for all others.
11 9
   - Add testsuite for new put, get and sync semantic.
12 10
   - Recursive cp/mv on remote "folders".
13 11
   - Document --recursive and --force for buckets, CloudFront,