Browse code

* S3/PkgInfo.py: Bumped up version to 0.9.8.2 * NEWS: Added 0.9.8.2

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

Michal Ludvig authored on 2008/07/03 21:26:03
Showing 3 changed files
... ...
@@ -1,5 +1,12 @@
1 1
 2008-07-03  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* Released version 0.9.8.2
4
+	  ------------------------
5
+
6
+2008-07-03  Michal Ludvig  <michal@logix.cz>
7
+
8
+	* S3/PkgInfo.py: Bumped up version to 0.9.8.2
9
+	* NEWS: Added 0.9.8.2
3 10
 	* s3cmd: Print version info on 'unexpected error' output.
4 11
 
5 12
 2008-06-30  Michal Ludvig  <michal@logix.cz>
... ...
@@ -1,3 +1,8 @@
1
+s3cmd 0.9.8.2 -   2008-06-27
2
+=============
3
+* Bugfix release. Re-upload file if Amazon doesn't send ETag 
4
+  back.
5
+
1 6
 s3cmd 0.9.8.1 -   2008-06-27
2 7
 =============
3 8
 * Bugfix release. Fixed 'mb' and 'rb' commands again.
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.8.1"
2
+version = "0.9.8.2"
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."