Browse code

* S3/PkgInfo.py: bumped up version to 0.9.6 * NEWS: What's new in 0.9.6

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

Michal Ludvig authored on 2008/02/27 20:09:21
Showing 3 changed files
... ...
@@ -1,3 +1,13 @@
1
+2008-02-28  Michal Ludvig  <michal@logix.cz>
2
+
3
+	* Released version 0.9.5
4
+	  ----------------------
5
+
6
+2008-02-28  Michal Ludvig  <michal@logix.cz>
7
+
8
+	* S3/PkgInfo.py: bumped up version to 0.9.6
9
+	* NEWS: What's new in 0.9.6
10
+
1 11
 2008-02-27  Michal Ludvig  <michal@logix.cz>
2 12
 
3 13
 	* s3cmd, s3cmd.1: Updated help and man page.
... ...
@@ -1,3 +1,13 @@
1
+s3cmd 0.9.6   -   2008-02-28
2
+===========
3
+* Support for setting / guessing MIME-type of uploaded file
4
+* Correctly follow redirects when accessing buckets created
5
+  in Europe.
6
+* Introduced 'info' command both for buckets and objects
7
+* Correctly display public URL on uploads
8
+* Updated TODO list for everyone to see where we're heading
9
+* Various small fixes. See ChangeLog for details.
10
+
1 11
 s3cmd 0.9.5   -   2007-11-13
2 12
 ===========
3 13
 * Support for buckets created in Europe
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.5"
2
+version = "0.9.6"
3 3
 url = "http://s3tools.logix.cz"
4 4
 license = "GPL version 2"
5 5
 short_description = "S3cmd is a tool for managing Amazon S3 storage space."