Browse code

Updated NEWS

Michal Ludvig authored on 2013/02/19 09:09:54
Showing 1 changed files
... ...
@@ -1,4 +1,30 @@
1
-s3cmd 1.1.0   -   ???
1
+s3cmd 1.5.0   -   ???
2
+===========
3
+* Server-side copy for hardlinks/softlinks to improve performance
4
+  (Matt Domsch)
5
+* New [signurl] command (Craig Ringer)
6
+* Improved symlink-loop detection (Michal Ludvig)
7
+* Add --delete-after option for sync (Matt Domsch)
8
+* Handle empty return bodies when processing S3 errors.
9
+  (Kelly McLaughlin)
10
+* Upload from STDIN (Eric Connell)
11
+* Updated bucket locations (Stefhen Hovland)
12
+* Support custom HTTP headers (Brendan O'Connor, Karl Matthias)
13
+* Improved MIME support (Karsten Sperling, Christopher Noyes)
14
+* Added support for --acl-grant/--acl-revoke to 'sync' command
15
+  (Michael Tyson)
16
+* CloudFront: Support default index and default root invalidation
17
+  (Josep del Rio)
18
+* Command line options for access/secret keys (Matt Sweeney)
19
+* Support [setpolicy] for setting bucket policies (Joe Fiorini)
20
+* Respect the $TZ environment variable (James Brown)
21
+* Reduce memory consumption for [s3cmd du] (Charlie Schluting)
22
+* Rate limit progress updates (Steven Noonan)
23
+* Download from S3 to a temp file first (Sumit Kumar)
24
+* Reuse a single connection when doing a bucket list (Kelly McLaughlin)
25
+* Delete empty files if object_get() failed (Oren Held)
26
+
27
+s3cmd 1.1.0   -   (never released)
2 28
 ===========
3 29
 * MultiPart upload enabled for both [put] and [sync]. Default chunk
4 30
   size is 15MB.