Browse code

Added NEWS file

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

Michal Ludvig authored on 2007/02/19 11:46:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
0
+s3cmd 0.9.2
1
+===========
2
+* Allow "get" to stdout (use "-" in place of destination file
3
+  to get the file contents on stdout)
4
+
5
+s3cmd 0.9.1   -   2007-02-06
6
+===========
7
+* All commands now use S3-URIs
8
+* Removed hard dependency on Python 2.5
9
+* Experimental support for Python 2.4 
10
+  (requires external ElementTree module)
11
+
12
+
13
+s3cmd 0.9.0   -   2007-01-18
14
+===========
15
+* First public release brings support for all basic Amazon S3
16
+  operations: Creation and Removal of buckets, Upload (put),
17
+  Download (get) and Removal (del) of files/objects.
18
+