Browse code

update NEWS

Matt Domsch authored on 2015/01/13 06:50:57
Showing 1 changed files
... ...
@@ -1,6 +1,30 @@
1
+s3cmd-1.5.0        - 2015-01-12
2
+===============
3
+* add support for newer regions such as Frankfurt that
4
+  require newer authorization signature v4 support
5
+  (Vasileios Mitrousis, Michal Ludvig, Matt Domsch)
6
+* drop support for python 2.4 due to signature v4 code.
7
+  python 2.6 is now the minimum, and python 3 is still not supported.
8
+* handle redirects to the "right" region for a bucket.
9
+* add --ca-cert=FILE for self-signed certs (Matt Domsch)
10
+* allow proxied SSL connections with python >= 2.7 (Damian Gerow)
11
+* add --remove-headers for [modify] command (Matt Domsch)
12
+* add -s/--ssl and --no-ssl options (Viktor Szakáts)
13
+* add --signature-v2 for backwards compatibility with S3 clones.
14
+* bugfixes by 17 contributors
15
+
1 16
 s3cmd 1.5.0-rc1      -   2014-06-29
2 17
 ===============
3
-[TODO - extract from: git log --no-merges v1.5.0-beta1..]
18
+* add environment variable S3CMD_CONFIG (Devon Jones),
19
+  access key and secre keys (Vasileios Mitrousis)
20
+* added modify command (Francois Gaudin)
21
+* better debug messages (Matt Domsch)
22
+* faster batch deletes (Matt Domsch)
23
+* Added support for restoring files from Glacier storage (Robert Palmer)
24
+* Add and remove full lifecycle policies (Sam Rudge)
25
+* Add support for object expiration (hrchu)
26
+* bugfixes by 26 contributors
27
+
4 28
 
5 29
 s3cmd 1.5.0-beta1    -   2013-12-02
6 30
 =================