Browse code

* Released version 1.0.0 ----------------------

* S3/PkgInfo.py: Updated to 1.0.0
* NEWS: Updated.



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

Michal Ludvig authored on 2011/01/09 18:01:48
Showing 3 changed files
... ...
@@ -1,3 +1,11 @@
1
+2011-01-09  Michal Ludvig  <mludvig@logix.net.nz>
2
+
3
+	* Released version 1.0.0
4
+	  ----------------------
5
+
6
+	* S3/PkgInfo.py: Updated to 1.0.0
7
+	* NEWS: Updated.
8
+
1 9
 2011-01-02  Michal Ludvig  <mludvig@logix.net.nz>
2 10
 
3 11
 	* s3cmd: Improved r457 (Don't crash when file disappears
... ...
@@ -1,18 +1,12 @@
1
-s3cmd 1.0.0
1
+s3cmd 1.0.0   -   2011-01-18
2 2
 ===========
3 3
 * [sync] now supports --no-check-md5
4 4
 * Network connections now have 10s timeout
5
-
6
-s3cmd 1.0.0-rc2 -  2010-12-09
7
-===============
8 5
 * [sync] now supports bucket-to-bucket synchronisation
9
-
10
-s3cmd 1.0.0-rc1 -  2010-10-26
11
-===============
12
-* Added [accesslog] command. (needs manpage!)
6
+* Added [accesslog] command.
13 7
 * Added access logging for CloudFront distributions 
14 8
   using [cfmodify --log]
15
-* Added --acl-grant and --acl-revoke [Timothee Linden]
9
+* Added --acl-grant and --acl-revoke [Timothee Groleau]
16 10
 * Allow s3:// URI as well as cf:// URI as a distribution
17 11
   name for most CloudFront related commands.
18 12
 * Support for Reduced Redundancy Storage (--reduced-redundancy)
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "1.0.0-rc2"
2
+version = "1.0.0"
3 3
 url = "http://s3tools.org"
4 4
 license = "GPL version 2"
5 5
 short_description = "Command line tool for managing Amazon S3 and CloudFront services"