Browse code

* Released version 0.9.9-rc3

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

Michal Ludvig authored on 2009/02/01 20:18:56
Showing 3 changed files
... ...
@@ -1,3 +1,10 @@
1
+2009-02-02  Michal Ludvig  <michal@logix.cz>
2
+
3
+	* Released version 0.9.9-rc3
4
+	  --------------------------
5
+
6
+	* S3/PkgInfo.py, NEWS: Updated for 0.9.9-rc3
7
+
1 8
 2009-02-01  Michal Ludvig  <michal@logix.cz>
2 9
 
3 10
 	* S3/Exceptions.py: Correct S3Exception.__str__() to
... ...
@@ -1,4 +1,4 @@
1
-s3cmd 0.9.9-rc2  - ?
1
+s3cmd 0.9.9-rc3  - 2009-02-02
2 2
 ===============
3 3
 * Fixed crash in S3Error().__str__() (typically Amazon's Internal
4 4
   errors, etc).
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.9-rc2"
2
+version = "0.9.9-rc3"
3 3
 url = "http://s3tools.logix.cz"
4 4
 license = "GPL version 2"
5 5
 short_description = "Command line tool for managing Amazon S3 and CloudFront services"