Browse code

===== Migrated to GIT =====

No longer keeping ChangeLog up to date, use git log instead!

Two "official" repositories (both the same content):

* git://s3tools.git.sourceforge.net/s3tools/s3cmd.git
* git://github.com/mludvig/s3cmd.git

Michal Ludvig authored on 2011/06/06 09:44:48
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+*.pyc
1
+*.swp
2
+testsuite
3
+/MANIFEST
4
+/dist
... ...
@@ -1,3 +1,14 @@
1
+2011-06-06  Michal Ludvig  <mludvig@logix.net.nz>
2
+
3
+===== Migrated to GIT =====
4
+
5
+No longer keeping ChangeLog up to date, use git log instead!
6
+
7
+Two "official" repositories (both the same content):
8
+
9
+* git://s3tools.git.sourceforge.net/s3tools/s3cmd.git
10
+* git://github.com/mludvig/s3cmd.git
11
+
1 12
 2011-04-11  Michal Ludvig  <mludvig@logix.net.nz>
2 13
 
3 14
 	* S3/S3Uri.py: Fixed cf:// uri parsing.