Browse code

* Released version 0.9.9-pre4

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

Michal Ludvig authored on 2008/12/31 13:57:27
Showing 2 changed files
... ...
@@ -1,5 +1,10 @@
1 1
 2008-12-31  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* Released version 0.9.9-pre4
4
+	  ---------------------------
5
+
6
+2008-12-31  Michal Ludvig  <michal@logix.cz>
7
+
3 8
 	* s3cmd: Reworked internal handling of unicode vs encoded filenames.
4 9
 	  Should replace unknown characters with '?' instead of baling out.
5 10
 
... ...
@@ -28,11 +33,6 @@
28 28
 
29 29
 2008-12-30  Michal Ludvig  <michal@logix.cz>
30 30
 
31
-	* Released version 0.9.9-pre4
32
-	  ---------------------------
33
-
34
-2008-12-30  Michal Ludvig  <michal@logix.cz>
35
-
36 31
 	* s3cmd: Replace unknown Unicode characters with '?'
37 32
 	  to avoid UnicodeEncodeError's. Also make all output strings
38 33
 	  unicode.
... ...
@@ -6,6 +6,7 @@ short_description = "S3cmd is a tool for managing Amazon S3 storage space."
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
9
-command line client.
9
+command line client. Supports rsync-like backup,
10
+encryption, etc.
10 11
 """
11 12