Browse code

* NEWS, TODO: Updated.

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

Michal Ludvig authored on 2010/10/26 10:54:26
Showing 3 changed files
... ...
@@ -1,5 +1,9 @@
1 1
 2010-10-26  Michal Ludvig  <mludvig@logix.net.nz>
2 2
 
3
+	* NEWS, TODO: Updated.
4
+
5
+2010-10-26  Michal Ludvig  <mludvig@logix.net.nz>
6
+
3 7
 	* s3cmd, S3/CloudFront.py, S3/Config.py: Added support
4 8
 	  for CloudFront DefaultRootObject. Thanks to Luke Andrew.
5 9
 
... ...
@@ -33,10 +37,11 @@
33 33
 
34 34
 2010-07-25  Aaron Maxwell  <amax@resymbol.net>
35 35
 
36
-	* S3/Config.py, testsuite/etc/brokenlink.png, testsuite/etc/more/linked-dir, testsuite/etc/more/give-me-more.txt, testsuite/etc/linked.png, testsuite/etc/linked1.png, run-tests.py, s3cmd.1, s3cmd:
37
-	  Option to follow local symlinks for sync and put (--follow-symlinks option), including tests and documentation
38
-	* run-tests.py:
39
-	  --bucket-prefix option, to allow different developers to run tests in their own sandbox
36
+	* S3/Config.py, testsuite/etc/, run-tests.py, s3cmd.1, s3cmd:
37
+	  Option to follow local symlinks for sync and 
38
+	  put (--follow-symlinks option), including tests and documentation
39
+	* run-tests.py: --bucket-prefix option, to allow different 
40
+	  developers to run tests in their own sandbox
40 41
 
41 42
 2010-07-08  Michal Ludvig  <mludvig@logix.net.nz>
42 43
 
... ...
@@ -1,11 +1,14 @@
1
-s3cmd 0.9.9.92 -  ???
2
-==============
1
+s3cmd 1.0.0-rc1 -  2010-10-26
2
+===============
3 3
 * Added [accesslog] command. (needs manpage!)
4 4
 * Added access logging for CloudFront distributions 
5 5
   using [cfmodify --log]
6
-* Added --acl-grant and --acl-revoke (by Timothee Linden).
6
+* Added --acl-grant and --acl-revoke [Timothee Linden]
7 7
 * Allow s3:// URI as well as cf:// URI as a distribution
8 8
   name for most CloudFront related commands.
9
+* Support for Reduced Redundancy Storage (--reduced-redundancy)
10
+* Follow symlinks in [put] and [sync] with --follow-symlinks
11
+* Support for CloudFront DefaultRootObject [Luke Andrew]
9 12
 
10 13
 s3cmd 0.9.9.91 -  2009-10-08
11 14
 ==============
... ...
@@ -1,7 +1,7 @@
1 1
 TODO list for s3cmd project
2 2
 ===========================
3 3
 
4
-- For 0.9.9.x
4
+- Before 1.0.0 (or asap after 1.0.0)
5 5
   - Make 'sync s3://bkt/some-filename local/other-filename' work
6 6
     (at the moment it'll always download).
7 7
   - Enable --exclude for [ls].
... ...
@@ -11,13 +11,11 @@ TODO list for s3cmd project
11 11
   - Don't let --continue fail if the file is already fully downloaded.
12 12
   - Option --mime-type should set mime type with 'cp' and 'mv'. 
13 13
     If possible --guess-mime-type should do as well.
14
-  - Skip files that disapper during upload. Now it fails.
15 14
   - Make upload throttling configurable.
16
-
17
-- For 1.0.0
15
+  - Allow removing 'DefaultRootObject' from CloudFront distributions.
16
+  - Get s3://bucket/non-existent creates empty local file 'non-existent'
18 17
   - Add 'geturl' command, both Unicode and urlencoded output.
19 18
   - Add a command for generating "Query String Authentication" URLs.
20
-  - Add a command for setting up access logging.
21 19
 
22 20
 - After 1.0.0
23 21
   - Speed up upload / download with multiple threads.
... ...
@@ -45,7 +43,7 @@ TODO list for s3cmd project
45 45
    call).
46 46
   Or we can only compare local timestamps with remote object 
47 47
   timestamps. If the local one is older we'll *assume* it 
48
-  hasn't been changed.
48
+  hasn't been changed. But what to do about remote2local sync?
49 49
 
50 50
 - Keep man page up to date and write some more documentation
51 51
   - Yeah, right ;-)