Browse code

* Released version 0.9.8.4 ------------------------

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



git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/branches/0.9.8.x@242 830e0280-6d2a-0410-9c65-932aecc39d9d

Michal Ludvig authored on 2008/09/15 21:56:55
Showing 3 changed files
... ...
@@ -1,5 +1,13 @@
1 1
 2008-09-16  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* Released version 0.9.8.4
4
+	  ------------------------
5
+
6
+	* S3/PkgInfo.py: Bumped up version to 0.9.8.4
7
+	* NEWS: Added 0.9.8.4
8
+
9
+2008-09-16  Michal Ludvig  <michal@logix.cz>
10
+
3 11
 	* Merge from trunk, revision 240:
4 12
 	* S3/S3.py: Don't run into ZeroDivisionError when speed counter
5 13
 	  returns 0s elapsed on upload/download file
... ...
@@ -1,3 +1,11 @@
1
+s3cmd 0.9.8.4 -   2008-09-16
2
+=============
3
+* Bugfix release:
4
+* Restored access to upper-case named buckets.
5
+* Improved handling of filenames with Unicode characters.
6
+* Avoid ZeroDivisionError on ultrafast links (for instance
7
+  on Amazon EC2)
8
+
1 9
 s3cmd 0.9.8.3 -   2008-07-29
2 10
 =============
3 11
 * Bugfix release. Avoid running out-of-memory in MD5'ing
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.8.3"
2
+version = "0.9.8.4"
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."