Browse code

* Released version 0.9.9-pre2 ------------------------

* S3/PkgInfo.py: Bumped up version to 0.9.9-pre2
* NEWS: Added 0.9.9-pre2


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

Michal Ludvig authored on 2008/11/25 17:19:16
Showing 3 changed files
... ...
@@ -1,5 +1,13 @@
1 1
 2008-11-24  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* Released version 0.9.9-pre2
4
+	  ------------------------
5
+
6
+	* S3/PkgInfo.py: Bumped up version to 0.9.9-pre2
7
+	* NEWS: Added 0.9.9-pre2
8
+
9
+2008-11-24  Michal Ludvig  <michal@logix.cz>
10
+
3 11
 	* s3cmd, s3cmd.1, S3/S3.py: Display or don't display progress meter
4 12
 	  default depends on whether we're on TTY (console) or not.
5 13
 
... ...
@@ -1,5 +1,5 @@
1
-s3cmd 0.9.9   -   ???
2
-===========
1
+s3cmd 0.9.9-pre2
2
+================
3 3
 * Implemented progress meter (--progress / --no-progress)
4 4
 * Removing of non-empty buckets with --force
5 5
 * Recursively remove objects from buckets with a given
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.9-pre1"
2
+version = "0.9.9-pre2"
3 3
 url = "http://s3tools.logix.cz"
4 4
 license = "GPL version 2"
5 5
 short_description = "S3cmd is a tool for managing Amazon S3 storage space."