Browse code

* NEWS: Fetch 0.9.8.4 release news from 0.9.8.x branch.

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

Michal Ludvig authored on 2008/11/16 18:56:14
Showing 2 changed files
... ...
@@ -1,5 +1,9 @@
1 1
 2008-11-16  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* NEWS: Fetch 0.9.8.4 release news from 0.9.8.x branch.
4
+
5
+2008-11-16  Michal Ludvig  <michal@logix.cz>
6
+
3 7
 	Merge from 0.9.8.x branch, rel 251:
4 8
 	* S3/S3.py: Adjusting previous commit (orig 249) - it's not a good idea 
5 9
 	  to retry ALL failures. Especially not those code=4xx where AmazonS3 
... ...
@@ -6,13 +6,19 @@ s3cmd 0.9.9   -   ???
6 6
 * Recursively remove objects from buckets with a given
7 7
   prefix with --recursive (-r)
8 8
 
9
-s3cmd 0.9.8.4 -   2008-09-16
9
+s3cmd 0.9.8.4 -   2008-11-07
10 10
 =============
11
-* Bugfix release:
11
+* Stabilisation / bugfix release:
12 12
 * Restored access to upper-case named buckets.
13 13
 * Improved handling of filenames with Unicode characters.
14 14
 * Avoid ZeroDivisionError on ultrafast links (for instance
15 15
   on Amazon EC2)
16
+* Re-issue failed requests (e.g. connection errors, internal
17
+  server errors, etc).
18
+* Sync skips over files that can't be open instead of 
19
+  terminating the sync completely.
20
+* Doesn't run out of open files quota on sync with lots of 
21
+  files.
16 22
 
17 23
 s3cmd 0.9.8.3 -   2008-07-29
18 24
 =============