Browse code

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

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

Michal Ludvig authored on 2008/11/06 20:57:56
Showing 2 changed files
... ...
@@ -1,3 +1,12 @@
1
+2008-11-07  Michal Ludvig  <michal@logix.cz>
2
+
3
+	* Released version 0.9.8.4
4
+	  ------------------------
5
+
6
+2008-11-07  Michal Ludvig  <michal@logix.cz>
7
+
8
+	* NEWS: Updated 0.9.8.4 entry
9
+
1 10
 2008-11-06  Michal Ludvig  <michal@logix.cz>
2 11
 
3 12
 	* S3/S3.py: Adjusting commit 249 - it's not a good idea to retry ALL failures.
... ...
@@ -1,10 +1,16 @@
1
-s3cmd 0.9.8.4 -   2008-09-16
1
+s3cmd 0.9.8.4 -   2008-11-07
2 2
 =============
3
-* Bugfix release:
3
+* Stabilisation / bugfix release:
4 4
 * Restored access to upper-case named buckets.
5 5
 * Improved handling of filenames with Unicode characters.
6 6
 * Avoid ZeroDivisionError on ultrafast links (for instance
7 7
   on Amazon EC2)
8
+* Re-issue failed requests (e.g. connection errors, internal
9
+  server errors, etc).
10
+* Sync skips over files that can't be open instead of 
11
+  terminating the sync completely.
12
+* Doesn't run out of open files quota on sync with lots of 
13
+  files.
8 14
 
9 15
 s3cmd 0.9.8.3 -   2008-07-29
10 16
 =============