Browse code

* NEWS: Updated.

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

Michal Ludvig authored on 2008/12/31 13:20:33
Showing 2 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 2008-12-31  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* NEWS: Updated.
3 4
 	* testsuite: reorganised UTF-8 files, added GBK encoding files,
4 5
 	  moved encoding-specific files to 'tar.gz' archives.
5 6
 	* run-tests.py: Adapted to the above change.
... ...
@@ -19,7 +20,6 @@
19 19
 	  ---------------------------
20 20
 
21 21
 	* S3/PkgInfo.py: Bumped up version to 0.9.9-pre4
22
-	* NEWS: Updated.
23 22
 
24 23
 2008-12-30  Michal Ludvig  <michal@logix.cz>
25 24
 
... ...
@@ -1,4 +1,4 @@
1
-s3cmd 0.9.9-pre4
1
+s3cmd 0.9.9-pre4 - 2008-12-30
2 2
 ================
3 3
 * Support for non-recursive [ls]
4 4
 * Support for multiple sources and recursive [get].
... ...
@@ -6,14 +6,18 @@ s3cmd 0.9.9-pre4
6 6
 * New option --skip-existing for [get] and [sync].
7 7
 * Improved Progress class (fixes Mac OS X)
8 8
 * Fixed installation on Windows and Mac OS X.
9
+* Don't print nasty backtrace on KeyboardInterrupt.
10
+* Should work fine on non-UTF8 systems, provided all
11
+  the files are in current system encoding. 
12
+* System encoding can be overriden using --encoding.
9 13
 
10
-s3cmd 0.9.9-pre3
14
+s3cmd 0.9.9-pre3 - 2008-12-01
11 15
 ================
12 16
 * Bugfixes only
13 17
   - Fixed sync from S3 to local
14 18
   - Fixed progress meter with Unicode chars
15 19
 
16
-s3cmd 0.9.9-pre2
20
+s3cmd 0.9.9-pre2 - 2008-11-24
17 21
 ================
18 22
 * Implemented progress meter (--progress / --no-progress)
19 23
 * Removing of non-empty buckets with --force