Browse code

* Released version 0.9.9.90

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

Michal Ludvig authored on 2009/10/06 12:38:35
Showing 3 changed files
... ...
@@ -1,5 +1,13 @@
1 1
 2009-10-06  Michal Ludvig  <mludvig@logix.net.nz>
2 2
 
3
+	* Released version 0.9.9.90
4
+	  -------------------------
5
+
6
+	* S3/PkgInfo.py: Updated to 0.9.9.90
7
+	* NEWS: News for 0.9.9.90
8
+
9
+2009-10-06  Michal Ludvig  <mludvig@logix.net.nz>
10
+
3 11
 	* S3/S3.py: Introduce throttling on upload only after
4 12
 	  second failure. I.e. first retry at full speed.
5 13
 	* TODO: Updated with new ideas.
... ...
@@ -1,5 +1,5 @@
1
-s3cmd 1.0.0
2
-===========
1
+s3cmd 0.9.9.90 -  2009-10-06
2
+==============
3 3
 * New command 'sign' for signing e.g. POST upload policies.
4 4
 * Fixed handling of filenames that differ only in 
5 5
   capitalisation (eg blah.txt vs Blah.TXT).
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.9"
2
+version = "0.9.9.90"
3 3
 url = "http://s3tools.org"
4 4
 license = "GPL version 2"
5 5
 short_description = "Command line tool for managing Amazon S3 and CloudFront services"