Browse code

* s3cmd: Updated email address for reporting bugs. * TODO: Updated list.

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

Michal Ludvig authored on 2008/12/10 11:21:25
Showing 3 changed files
... ...
@@ -1,3 +1,8 @@
1
+2008-12-10  Michal Ludvig  <michal@logix.cz>
2
+
3
+	* s3cmd: Updated email address for reporting bugs.
4
+	* TODO: Updated list.
5
+
1 6
 2008-12-02  Michal Ludvig  <michal@logix.cz>
2 7
 
3 8
 	* s3cmd, S3/S3.py, NEWS: Support for (non-)recursive 'ls'
... ...
@@ -11,12 +11,10 @@ TODO list for s3cmd project
11 11
 
12 12
 - After 1.0.0
13 13
   - Speed up upload / download with multiple threads.
14
-
15
-- Treat objects with "/" in their name as directories
16
-  - Will need local cache for bucket listings
17
-  - More user friendly 'del' operation that would work
18
-    with "directories"
19
-  - Recursion for some commands
14
+  - Sync should be able to update metadata (UID, timstamps, etc)
15
+    if only these change (i.e. same content, different metainfo).
16
+  - Sync must backup non-files as well. At least directories, 
17
+    symlinks and device nodes.
20 18
 
21 19
 - Implement GPG for sync
22 20
   (it's not that easy since it won't be easy to compare
... ...
@@ -26,6 +24,9 @@ TODO list for s3cmd project
26 26
    the metadata encrypted in each object header where we'll
27 27
    have to do large number for object/HEAD requests. tough 
28 28
    call).
29
+  Or we can only compare local timestamps with remote object 
30
+  timestamps. If the local one is older we'll *assume* it 
31
+  hasn't been changed.
29 32
 
30 33
 - Keep man page up to date and write some more documentation
31 34
   - Yeah, right ;-)
... ...
@@ -1176,7 +1176,7 @@ if __name__ == '__main__':
1176 1176
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1177 1177
     An unexpected error has occurred.
1178 1178
   Please report the following lines to:
1179
-  s3tools-general@lists.sourceforge.net
1179
+   s3tools-bugs@lists.sourceforge.net
1180 1180
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1181 1181
 
1182 1182
 """)
... ...
@@ -1188,7 +1188,7 @@ if __name__ == '__main__':
1188 1188
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1189 1189
     An unexpected error has occurred.
1190 1190
     Please report the above lines to:
1191
-  s3tools-general@lists.sourceforge.net
1191
+   s3tools-bugs@lists.sourceforge.net
1192 1192
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1193 1193
 """)
1194 1194
 		sys.exit(1)