Browse code

* Released version 0.9.8.3

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

Michal Ludvig authored on 2008/07/29 10:28:00
Showing 3 changed files
... ...
@@ -1,5 +1,15 @@
1 1
 2008-07-29  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* Released version 0.9.8.3
4
+	  ------------------------
5
+
6
+2008-07-29  Michal Ludvig  <michal@logix.cz>
7
+
8
+	* S3/PkgInfo.py: Bumped up version to 0.9.8.3
9
+	* NEWS: Added 0.9.8.3
10
+
11
+2008-07-29  Michal Ludvig  <michal@logix.cz>
12
+
3 13
 	* S3/Utils.py (hash_file_md5): Hash files in 32kB chunks
4 14
 	  instead of reading it all up to a memory first to avoid
5 15
 	  OOM on large files.
... ...
@@ -1,3 +1,8 @@
1
+s3cmd 0.9.8.3 -   2008-07-29
2
+=============
3
+* Bugfix release. Avoid running out-of-memory in MD5'ing
4
+  large files.
5
+
1 6
 s3cmd 0.9.8.2 -   2008-06-27
2 7
 =============
3 8
 * Bugfix release. Re-upload file if Amazon doesn't send ETag 
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.8.2"
2
+version = "0.9.8.3"
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."