Browse code

* TODO, NEWS: Updated

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

Michal Ludvig authored on 2008/12/29 14:38:46
Showing 3 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 2008-12-29  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* TODO, NEWS: Updated
3 4
 	* s3cmd: Improved wildcard get.
4 5
 	* run-tests.py: Improved testsuite, added parameters support
5 6
 	  to run only specified tests, cleaned up win/posix integration.
... ...
@@ -1,6 +1,11 @@
1 1
 s3cmd 0.9.9-pre4
2 2
 ================
3
-* Support for non-recursive 'ls'
3
+* Support for non-recursive [ls]
4
+* Support for multiple sources and recursive [get].
5
+* Improved wildcard [get].
6
+* New option --skip-existing for [get] and [sync].
7
+* Improved Progress class (fixes Mac OS X)
8
+* Fixed installation on Windows and Mac OS X.
4 9
 
5 10
 s3cmd 0.9.9-pre3
6 11
 ================
... ...
@@ -9,8 +9,11 @@ TODO list for s3cmd project
9 9
 	x.jpg and not attempt blah/x.jpg.
10 10
     Similar thing, 'put /foo/bar/xyz.jpg s3://bucket/dome/path/'
11 11
     should save it to s3://bucket/dome/path/xyz.jpg
12
+  - Sync should work for one file, for example
13
+    s3cmd sync /etc/passwd s3://bucket/passwd
12 14
   - Document --recursive and --force for buckets
13 15
   - Allow change /tmp to somewhere else
16
+  - With --guess-mime use 'magic' module if available.
14 17
 
15 18
 - For 1.0.0
16 19
   - Add --include/--include-from/--rinclude* for sync