Browse code

* S3/PkgInfo.py: Bumped up version to 0.9.9-pre4 * S3/Exceptions.py: Added missing imports.

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

Michal Ludvig authored on 2008/12/31 13:22:29
Showing 3 changed files
... ...
@@ -1,5 +1,7 @@
1 1
 2008-12-31  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* S3/PkgInfo.py: Bumped up version to 0.9.9-pre4
4
+	* S3/Exceptions.py: Added missing imports.
3 5
 	* NEWS: Updated.
4 6
 	* testsuite: reorganised UTF-8 files, added GBK encoding files,
5 7
 	  moved encoding-specific files to 'tar.gz' archives.
... ...
@@ -19,8 +21,6 @@
19 19
 	* Released version 0.9.9-pre4
20 20
 	  ---------------------------
21 21
 
22
-	* S3/PkgInfo.py: Bumped up version to 0.9.9-pre4
23
-
24 22
 2008-12-30  Michal Ludvig  <michal@logix.cz>
25 23
 
26 24
 	* s3cmd: Replace unknown Unicode characters with '?'
... ...
@@ -3,7 +3,7 @@
3 3
 ##         http://www.logix.cz/michal
4 4
 ## License: GPL Version 2
5 5
 
6
-from Utils import getRootTagName
6
+from Utils import getRootTagName, unicodise, deunicodise
7 7
 from logging import debug, info, warning, error
8 8
 
9 9
 try:
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.9-pre3"
2
+version = "0.9.9-pre4"
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."