ChangeLog
a8df580f
 2008-11-07  Michal Ludvig  <michal@logix.cz>
 
 	* Released version 0.9.8.4
 	  ------------------------
 
 2008-11-07  Michal Ludvig  <michal@logix.cz>
 
 	* NEWS: Updated 0.9.8.4 entry
 
85055a7c
 2008-11-06  Michal Ludvig  <michal@logix.cz>
 
224d0eb1
 	* S3/S3.py: Adjusting commit 249 - it's not a good idea to retry ALL failures.
 	  Especially not those code=4xx where AmazonS3 servers are not happy with our
 	  requests.
85055a7c
 	* run-tests.sh: Use unique bucket name for testing. Apparently someone 
 	  else snatched my favourite s3://s3cmd-autotest :-D
 
19e4df84
 2008-11-05  Michal Ludvig  <michal@logix.cz>
 
6fe96332
 	* S3/S3.py, S3/Exception.py: Re-issue failed requests in S3.send_request()
 
 2008-11-05  Michal Ludvig  <michal@logix.cz>
 
3657ea07
 	* s3cmd: Don't leak open filehandles in sync. Thx Patrick Linskey for report.
f03c0beb
 	* s3cmd: Re-raise the right exception.
b8720142
 	* s3cmd, S3/S3.py, S3/Exceptions.py: Don't abort 'sync' or 'put' on files
 	  that can't be open (e.g. Permision denied). Print a warning and skip over
 	  instead.
d4ac584c
 	* S3/S3.py: Escape parameters in strings. Fixes sync to and 
 	  ls of directories with spaces. (Thx Lubomir Rintel from Fedora Project)
 
 2008-11-05  Michal Ludvig  <michal@logix.cz>
 
19e4df84
 	* s3cmd: Unicode brainfuck again. This time force all output
 	  in UTF-8, will see how many complaints we'll get...
e17f87ba
 
19e4df84
 2008-09-16  Michal Ludvig  <michal@logix.cz>
9e7104cc
 
 	* S3/PkgInfo.py: Bumped up version to 0.9.8.4
 	* NEWS: Added 0.9.8.4
 
 2008-09-16  Michal Ludvig  <michal@logix.cz>
 
e17f87ba
 	* Merge from trunk, revision 240:
 	* S3/S3.py: Don't run into ZeroDivisionError when speed counter
 	  returns 0s elapsed on upload/download file
 
6513d3d9
 2008-09-15  Michal Ludvig  <michal@logix.cz>
 
fa0dfb92
 	* Merge from trunk, revision 238:
 	* s3cmd, S3/S3.py, S3/Utils.py, S3/S3Uri.py, S3/Exceptions.py:
 	  Yet anoter Unicode round. Unicodised all command line arguments 
 	  before processing.
 
 2008-09-15  Michal Ludvig  <michal@logix.cz>
 
a91f6982
 	* Merge from trunk, revision 221:
 	* s3cmd: Refuse 'sync' together with '--encrypt'.
 
 2008-09-15  Michal Ludvig  <michal@logix.cz>
 
9f20d8d5
 	* Merge from trunk, revisions 218, 226, 233, 234:
 	* s3cmd, S3/S3.py, S3/Config.py: Allow access to upper-case
 	  named buckets again with --use-old-connect-method 
 	  (uses http://s3.amazonaws.com/bucket/object instead of
 	  http://bucket.s3.amazonaws.com/object)
 	* s3cmd, S3/S3.py, S3/Config.py: Removed --use-old-connect-method
 	  again. Autodetect the need for old connect method instead.
 	* S3/S3.py: "s3cmd mb" can create upper-case buckets again
 	  in US. Non-US (e.g. EU) bucket names must conform to strict
 	  DNS-rules.
 	* S3/S3Uri.py: Display public URLs correctly for non-DNS buckets.
 
 2008-09-15  Michal Ludvig  <michal@logix.cz>
 
6513d3d9
 	* Merge from trunk, revisions 227, 230:
 
 	* r227: s3cmd: Rework UTF-8 output to keep sys.stdout untouched 
 	  (or it'd break 's3cmd get' to stdout for binary files).
 	* r230: s3cmd, S3/S3Uri.py, S3/S3.py: All internal representations
 	  of S3Uri()s are Unicode (i.e. not UTF-8 but type()==unicode). It
 	  still doesn't work on non-UTF8 systems though.
 
819ece94
 2008-08-19  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd: Always output UTF-8, even on output
 	  redirects.
 
09b08d79
 2008-08-01  Michal Ludvig  <michal@logix.cz>
 
 	* TODO: Add some items
 
 2008-07-29  Michal Ludvig  <michal@logix.cz>
 
 	* Released version 0.9.8.3
 	  ------------------------
 
 2008-07-29  Michal Ludvig  <michal@logix.cz>
 
 	* S3/PkgInfo.py: Bumped up version to 0.9.8.3
 	* NEWS: Added 0.9.8.3
 
 2008-07-29  Michal Ludvig  <michal@logix.cz>
 
 	* S3/Utils.py (hash_file_md5): Hash files in 32kB chunks
 	  instead of reading it all up to a memory first to avoid
 	  OOM on large files.
 
d9a3c848
 2008-07-07  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd.1: couple of syntax fixes from Mikhail Gusarov
 
26b4a8e5
 2008-07-03  Michal Ludvig  <michal@logix.cz>
 
5be0729e
 	* Released version 0.9.8.2
 	  ------------------------
 
 2008-07-03  Michal Ludvig  <michal@logix.cz>
 
 	* S3/PkgInfo.py: Bumped up version to 0.9.8.2
 	* NEWS: Added 0.9.8.2
26b4a8e5
 	* s3cmd: Print version info on 'unexpected error' output.
 
493c0724
 2008-06-30  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py: Re-upload when Amazon doesn't send ETag
 	  in PUT response. It happens from time to time for
 	  unknown reasons. Thanks "Burtc" for report and
 	  "hermzz" for fix.
 
545f5078
 2008-06-27  Michal Ludvig  <michal@logix.cz>
 
0471c1d4
 	* Released version 0.9.8.1
 	  ------------------------
 
 2008-06-27  Michal Ludvig  <michal@logix.cz>
 
 	* S3/PkgInfo.py: Bumped up version to 0.9.8.1
 	* NEWS: Added 0.9.8.1
87c0b03a
 	* s3cmd: make 'cfg' global
545f5078
 	* run-tests.sh: Sort-of testsuite
 
4a52baa8
 2008-06-23  Michal Ludvig  <michal@logix.cz>
 
3490bb40
 	* Released version 0.9.8
 	  ----------------------
 
 2008-06-23  Michal Ludvig  <michal@logix.cz>
 
 	* S3/PkgInfo.py: Bumped up version to 0.9.8
 	* NEWS: Added 0.9.8
 	* TODO: Removed completed tasks
 
 2008-06-23  Michal Ludvig  <michal@logix.cz>
 
2dad9f86
 	* s3cmd: Last-minute compatibility fixes for Python 2.4
3490bb40
 	* s3cmd, s3cmd.1: --debug-exclude is an alias for --debug-syncmatch
ca168590
 	* s3cmd: Don't require $HOME env variable to be set.
 	  Fixes #2000133
4a52baa8
 	* s3cmd: Wrapped all execution in a try/except block
 	  to catch all exceptions and ask for a report.
 
2cb2e67d
 2008-06-18  Michal Ludvig  <michal@logix.cz>
 
 	* S3/PkgInfo.py: Version 0.9.8-rc3
 
 2008-06-18  Michal Ludvig  <michal@logix.cz>
421133cb
 
 	* S3/S3.py: Bucket name can't contain upper-case letters (S3/DNS limitation).
 
2d7d5543
 2008-06-12  Michal Ludvig  <michal@logix.cz>
 
e4cd7ded
 	* S3/PkgInfo.py: Version 0.9.8-rc2
 
 2008-06-12  Michal Ludvig  <michal@logix.cz>
 
2d7d5543
 	* s3cmd, s3cmd.1: Added GLOB (shell-style wildcard) exclude, renamed
 	  orig regexp-style --exclude to --rexclude
 
4f209fa4
 2008-06-11  Michal Ludvig  <michal@logix.cz>
 
bb9910bb
 	* S3/PkgInfo.py: Version 0.9.8-rc1
 
 2008-06-11  Michal Ludvig  <michal@logix.cz>
 
4f209fa4
 	* s3cmd: Remove python 2.5 specific code (try/except/finally 
 	  block) and make s3cmd compatible with python 2.4 again.
d5e87cdf
 	* s3cmd, S3/Config.py, s3cmd.1: Added --exclude-from and --debug-syncmatch
 	  switches for sync.
4f209fa4
 
8829e891
 2008-06-10  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd: Added --exclude switch for sync.
ee852c0a
 	* s3cmd.1, NEWS: Document --exclude
8829e891
 
bc4c306d
 2008-06-05  Michal Ludvig  <michal@logix.cz>
 
77484f88
 	* Released version 0.9.7
 	  ----------------------
 
 2008-06-05  Michal Ludvig  <michal@logix.cz>
 
29893afc
 	* S3/PkgInfo.py: Bumped up version to 0.9.7
 	* NEWS: Added 0.9.7
 	* TODO: Removed completed tasks
 	* s3cmd, s3cmd.1: Updated help texts, 
 	  removed --dry-run option as it's not implemented.
 	
 2008-06-05  Michal Ludvig  <michal@logix.cz>
 
bc4c306d
 	* S3/Config.py: Store more file attributes in sync to S3.
 	* s3cmd: Make sync remote2local more error-resilient.
 
01fe3a25
 2008-06-04  Michal Ludvig  <michal@logix.cz>
 
ed27a45e
 	* s3cmd: Implemented cmd_sync_remote2local() for restoring
 	  backup from S3 to a local filesystem
 	* S3/S3.py: S3.object_get_uri() now requires writable stream 
 	  and not a path name.
 	* S3/Utils.py: Added mkdir_with_parents()
 
 2008-06-04  Michal Ludvig  <michal@logix.cz>
 
01fe3a25
 	* s3cmd: Refactored cmd_sync() in preparation 
 	  for remote->local sync.
 
add6b7fc
 2008-04-30  Michal Ludvig  <michal@logix.cz>
 
 	* s3db, S3/SimpleDB.py: Implemented almost full SimpleDB API.
 
29941bdf
 2008-04-29  Michal Ludvig  <michal@logix.cz>
 
d2b144df
 	* s3db, S3/SimpleDB.py: Initial support for Amazon SimpleDB. 
 	  For now implements ListDomains() call and most of the 
 	  infrastructure required for request creation.
 
 2008-04-29  Michal Ludvig  <michal@logix.cz>
 
6bb385f2
 	* S3/Exceptions.py: Exceptions moved out of S3.S3
29941bdf
 	* S3/SortedDict.py: rewritten from scratch to preserve
 	  case of keys while still sorting in case-ignore mode.
 
e7906cf0
 2008-04-28  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py: send_file() now computes MD5 sum of the file
 	  being uploaded, compares with ETag returned by Amazon
 	  and retries upload if they don't match.
 
63ba9974
 2008-03-05  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd, S3/S3.py, S3/Utils.py: Throttle upload speed and retry 
 	  when upload failed.
 	  Report download/upload speed and time elapsed.
 
10c01a07
 2008-02-28  Michal Ludvig  <michal@logix.cz>
 
5c7d9af2
 	* Released version 0.9.6
10c01a07
 	  ----------------------
 
 2008-02-28  Michal Ludvig  <michal@logix.cz>
 
 	* S3/PkgInfo.py: bumped up version to 0.9.6
 	* NEWS: What's new in 0.9.6
 
65a7c0f6
 2008-02-27  Michal Ludvig  <michal@logix.cz>
 
7393bdba
 	* s3cmd, s3cmd.1: Updated help and man page.
e5c6f6c5
 	* S3/S3.py, S3/Utils.py, s3cmd: Support for 's3cmd info' command.
e3098b48
 	* s3cmd: Fix crash when 'sync'ing files with unresolvable owner uid/gid.
37a8ad44
 	* S3/S3.py, S3/Utils.py: open files in binary mode (otherwise windows
 	  users have problems).
c4761f22
 	* S3/S3.py: modify 'x-amz-date' format (problems reported on MacOS X). 
 	  Thanks Jon Larkowski for fix.
e5c6f6c5
 
 2008-02-27  Michal Ludvig  <michal@logix.cz>
 
65a7c0f6
 	* TODO: Updated wishlist.
 
eb31131e
 2008-02-11  Michal Ludvig  <michal@logix.cz>
 
bb6d07ee
 	* S3/S3.py: Properly follow RedirectPermanent responses for EU buckets
7143ef4f
 	* S3/S3.py: Create public buckets with -P (#1837328)
3fc8c43b
 	* S3/S3.py, s3cmd: Correctly display public URL on uploads.
eb31131e
 	* S3/S3.py, S3/Config.py: Support for MIME types. Both 
 	default and guessing. Fixes bug #1872192 (Thanks Martin Herr)
 
 2007-11-13  Michal Ludvig  <michal@logix.cz>
 
311549c1
 	* Released version 0.9.5
 	  ----------------------
 
dc758146
 2007-11-13  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py: Support for buckets stored in Europe, access now 
 	  goes via <bucket>.s3.amazonaws.com where possible.
 
a368faf1
 2007-11-12  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd: Support for storing file attributes (like ownership, 
 	  mode, etc) in sync operation.
82157846
 	* s3cmd, S3/S3.py: New command 'ib' to get information about 
 	  bucket (only 'LocationConstraint' supported for now).
a368faf1
 
03575797
 2007-10-01  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd: Fix typo in argument name (patch
 	  from Kim-Minh KAPLAN, SF #1804808)
 
ac9940ec
 2007-09-25  Michal Ludvig  <michal@logix.cz>
 
85baf810
 	* s3cmd: Exit with error code on error (patch
 	  from Kim-Minh KAPLAN, SF #1800583)
 
 2007-09-25  Michal Ludvig  <michal@logix.cz>
 
ac9940ec
 	* S3/S3.py: Don't fail if bucket listing doesn't have
 	  <IsTruncated> node.
 	* s3cmd: Create ~/.s3cfg with 0600 permissions.
 
d94adea9
 2007-09-13  Michal Ludvig  <michal@logix.cz>
 
d9777ac6
 	* s3cmd: Improved 'sync'
d94adea9
 	* S3/S3.py: Support for buckets with over 1000 objects.
 
aa1c976f
 2007-09-03  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd: Small tweaks to --configure workflow.
 
0d91ff3f
 2007-09-02  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd: Initial support for 'sync' operation. For
 	  now only local->s3 direction. In this version doesn't
 	  work well with non-ASCII filenames and doesn't support
 	  encryption.
 
9ed3c782
 2007-08-24  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd, S3/Util.py: More ElementTree imports cleanup
 
7c07fd66
 2007-08-19  Michal Ludvig  <michal@logix.cz>
 
4e8a1870
 	* NEWS: Added news for 0.9.5
 
 2007-08-19  Michal Ludvig  <michal@logix.cz>
 
7c07fd66
 	* s3cmd: Better handling of multiple arguments for put, get and del
 
7360d850
 2007-08-14  Michal Ludvig  <michal@logix.cz>
 
7bae4e19
 	* setup.py, S3/Utils.py: Try import xml.etree.ElementTree
 	  or elementtree.ElementTree module.
 
 2007-08-14  Michal Ludvig  <michal@logix.cz>
 
18c4a150
 	* s3cmd.1: Add info about --encrypt parameter.
 
 2007-08-14  Michal Ludvig  <michal@logix.cz>
 
7360d850
 	* S3/PkgInfo.py: Bump up version to 0.9.5-pre
 
d35b41f4
 2007-08-13  Michal Ludvig  <michal@logix.cz>
 
fe9d519b
 	* Released version 0.9.4
 	  ----------------------
 
 2007-08-13  Michal Ludvig  <michal@logix.cz>
 
c0e0c042
 	* S3/S3.py: Added function urlencode_string() that encodes
 	  non-ascii characters in object name before sending it to S3.
 
 2007-08-13  Michal Ludvig  <michal@logix.cz>
 
c5a458da
 	* README: Updated Amazon S3 pricing overview
 
 2007-08-13  Michal Ludvig  <michal@logix.cz>
 
d35b41f4
 	* s3cmd, S3/Config.py, S3/S3.py: HTTPS support
 
10465167
 2007-07-20  Michal Ludvig  <michal@logix.cz>
 
 	* setup.py: Check correct Python version and ElementTree availability.
 
afe194f8
 2007-07-05  Michal Ludvig  <michal@logix.cz>
 
8a4a98b1
 	* s3cmd: --configure support for Proxy
afe194f8
 	* S3/S3.py: HTTP proxy support from
 	  John D. Rowell <jdrowell@exerciseyourbrain.com>
 
c9930864
 2007-06-19  Michal Ludvig  <michal@logix.cz>
 
 	* setup.py: Check for S3CMD_PACKAGING and don't install
 	  manpages and docs if defined.
 	* INSTALL: Document the above change.
2f6b217e
 	* MANIFEST.in: Include uncompressed manpage
c9930864
 
093be855
 2007-06-17  Michal Ludvig  <michal@logix.cz>
 
49731b40
 	* s3cmd: Added encryption key support to --configure
b7bdf45e
 	* S3/PkgInfo.py: Bump up version to 0.9.4-pre
093be855
 	* setup.py: Cleaned up some rpm-specific stuff that 
 	  caused problems to Debian packager Mikhail Gusarov
 	* setup.cfg: Removed [bdist_rpm] section
 	* MANIFEST.in: Include S3/*.py
 
bf42f420
 2007-06-16  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd.1: Syntax fixes from Mikhail Gusarov <dottedmag@dottedmag.net>
 
8ec1807f
 2007-05-27  Michal Ludvig  <michal@logix.cz>
 
 	* Support for on-the-fly GPG encryption.
 
3aac544e
 2007-05-26  Michal Ludvig  <michal@logix.cz>
 
f298b348
 	* s3cmd.1: Add info about "s3cmd du" command.
 
 2007-05-26  Michal Ludvig  <michal@logix.cz>
 
2f7ddbc7
 	* Released version 0.9.3
 	  ----------------------
 
 2007-05-26  Michal Ludvig  <michal@logix.cz>
 
b96ddebe
 	* s3cmd: Patch from Basil Shubin <basil.shubin@gmail.com>
 	  adding support for "s3cmd du" command.
475b5bc2
 	* s3cmd: Modified output format of "s3cmd du" to conform
 	  with unix "du".
3aac544e
 	* setup.cfg: Require Python 2.5 in RPM. Otherwise it needs
 	  to require additional python modules (e.g. ElementTree)
 	  which may have different names in different distros. It's 
 	  indeed still possible to manually install s3cmd with 
 	  Python 2.4 and appropriate modules.
 
dd4fec78
 2007-04-09  Michal Ludvig  <michal@logix.cz>
 
5de930c9
 	* Released version 0.9.2
 	  ----------------------
 
 2007-04-09  Michal Ludvig  <michal@logix.cz>
 
dd4fec78
 	* s3cmd.1: Added manpage
09b29caf
 	* Updated infrastructure files to create "better"
 	  distribution archives.
dd4fec78
 
72d9ddf5
 2007-03-26  Michal Ludvig  <michal@logix.cz>
 
747ddb2a
 	* setup.py, S3/PkgInfo.py: Move package info out of setup.py
 	* s3cmd: new parameter --version
72d9ddf5
 	* s3cmd, S3/S3Uri.py: Output public HTTP URL for objects
 	  stored with Public ACL.
 	  
eea390b4
 2007-02-28  Michal Ludvig  <michal@logix.cz>
 
18485e25
 	* s3cmd: Verify supplied accesskey and secretkey
 	  in interactive configuration path.
c72a850f
 	* S3/Config.py: Hide access key and secret key
 	  from debug output.
eea390b4
 	* S3/S3.py: Modify S3Error exception to work
 	  in python 2.4 (=> don't expect Exception is
 	  a new-style class).
 	* s3cmd: Updated for the above change.
 
 2007-02-19  Michal Ludvig  <michal@logix.cz>
 
 	* NEWS, INSTALL, README, setup.py: Added
 	  more documentation.
 
 2007-02-19  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py, s3cmd: New feature - allow "get" to stdout
 
 2007-02-19  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3fs.py: Removed (development moved to branch s3fs-devel).
 
 2007-02-08  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3fs.py: 
 	  - Implemented mknod()
 	  - Can create directory structure
 	  - Rewritten to use SQLite3. Currently can create
 	    the filesystem, and a root inode.
 
 2007-02-07  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd (from /s3py:74): Renamed SVN top-level project
 	  s3py to s3cmd
 
 2007-02-07  Michal Ludvig  <michal@logix.cz>
 
 	* setup.cfg: Only require Python 2.4, not 2.5
 	* S3/Config.py: Removed show_uri - no longer needed,
 	  it's now default
 
 2007-02-07  Michal Ludvig  <michal@logix.cz>
 
 	* setup.py
 	  - Version 0.9.1
 
 2007-02-07  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd: Change all "exit()" calls to "sys.exit()"
 	  and allow for python 2.4
 	* S3/S3.py: Removed dependency on hashlib -> allow for python 2.4
 
 2007-01-27  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py, S3/S3Uri.py: Case insensitive regex in S3Uri.py
 
 2007-01-26  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3fs.py: Added support for stroing/loading inodes.
 	  No data yet however.
 
 2007-01-26  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3fs.py: Initial version of S3fs module. 
 	  Can create filesystem via "S3fs.mkfs()"
 
 2007-01-26  Michal Ludvig  <michal@logix.cz>
 
 	* S3/BidirMap.py, S3/Config.py, S3/S3.py, S3/S3Uri.py,
 	  S3/SortedDict.py, S3/Utils.py, s3cmd: Added headers with
 	  copyright to all files
 	* S3/S3.py, S3/S3Uri.py: Removed S3.compose_uri(), introduced
 	  S3UriS3.compose_uri() instead.
 
 2007-01-26  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py, S3/S3Uri.py, s3cmd: 
 	  - Converted all users of parse_uri to S3Uri class API
 	  - Removed "cp" command again. Will have to use 'put'
 	    and 'get' for now.
 
 2007-01-25  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3Uri.py: New module S3/S3Uri.py
 	* S3/S3.py, s3cmd: Converted "put" operation to use
 	  the new S3Uri class.
 
 2007-01-24  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py
 	* s3cmd
 	  - Added 'cp' command
 	  - Renamed parse_s3_uri to parse_uri (this will go away anyway)
 
 2007-01-19  Michal Ludvig  <michal@logix.cz>
 
 	* setup.cfg
 	* setup.py
 	  - Include README into tarballs
 
 2007-01-19  Michal Ludvig  <michal@logix.cz>
 
 	* README
 	  - Added comprehensive README file
 
 2007-01-19  Michal Ludvig  <michal@logix.cz>
 
 	* setup.cfg
 	* setup.py
 	  - Added configuration for setup.py sdist
 
 2007-01-19  Michal Ludvig  <michal@logix.cz>
 
 	* S3/Config.py
 	* s3cmd
 	  - Added interactive configurator (--configure)
 	  - Added config dumper (--dump-config)
 	  - Improved --help output
 
 2007-01-19  Michal Ludvig  <michal@logix.cz>
 
 	* setup.cfg
 	* setup.py
 	  Added info for building RPM packages.
 
 2007-01-18  Michal Ludvig  <michal@logix.cz>
 
 	* S3/Config.py
 	* S3/S3.py
 	* s3cmd
 	  Moved class Config from S3/S3.py to S3/Config.py
 
 2007-01-18  Michal Ludvig  <michal@logix.cz>
 
 	* S3/Config.py (from /s3py/trunk/S3/ConfigParser.py:47)
 	* S3/ConfigParser.py
 	* S3/S3.py
 	  Renamed S3/ConfigParser.py to S3/Config.py
 
 2007-01-18  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd
 	  Added info about homepage
 
 2007-01-17  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py
 	* s3cmd
 	  - Use prefix for listings if specified.
 	  - List all commands in --help
 
 2007-01-16  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py
 	* s3cmd
 	  Major rework of Config class:
 	  - Renamed from AwsConfig to Config
 	  - Converted to Singleton (see Config.__new__() and an article on
 	    Wikipedia)
 	  - No more explicit listing of options - use introspection to get them
 	    (class variables that of type str, int or bool that don't start with
 	    underscore)
 	  - Check values read from config file and verify their type.
 	  
 	  Added OptionMimeType and -m/-M options. Not yet implemented
 	  functionality in the rest of S3/S3.py
 
 2007-01-15  Michal Ludvig  <michal@logix.cz>
 
 	* S3/S3.py
 	* s3cmd
 	  - Merged list-buckets and bucket-list-objects operations into
 	    a single 'ls' command.
 	  - New parameter -P for uploading publicly readable objects
 
 2007-01-14  Michal Ludvig  <michal@logix.cz>
 
 	* s3.py
 	* setup.py
 	  Renamed s3.py to s3cmd (take 2)
 
 2007-01-14  Michal Ludvig  <michal@logix.cz>
 
 	* s3cmd (from /s3py/trunk/s3.py:45)
 	  Renamed s3.py to s3cmd
 
 2007-01-14  Michal Ludvig  <michal@logix.cz>
 
 	* S3
 	* S3/S3.py
 	* s3.py
 	* setup.py
 	  All classes from s3.py go to S3/S3.py
 	  Added setup.py
 
 2007-01-14  Michal Ludvig  <michal@logix.cz>
 
 	* s3.py
 	  Minor fix S3.utils -> S3.Utils
 
 2007-01-14  Michal Ludvig  <michal@logix.cz>
 
 	* .svnignore
 	* BidirMap.py
 	* ConfigParser.py
 	* S3
 	* S3/BidirMap.py (from /s3py/trunk/BidirMap.py:35)
 	* S3/ConfigParser.py (from /s3py/trunk/ConfigParser.py:38)
 	* S3/SortedDict.py (from /s3py/trunk/SortedDict.py:35)
 	* S3/Utils.py (from /s3py/trunk/utils.py:39)
 	* S3/__init__.py
 	* SortedDict.py
 	* s3.py
 	* utils.py
 	  Moved modules to their own package
 
 2007-01-12  Michal Ludvig  <michal@logix.cz>
 
 	* s3.py
 	  Added "del" command
 	  Converted all (?) commands to accept s3-uri
 	  Added -u/--show-uri parameter
 
 2007-01-11  Michal Ludvig  <michal@logix.cz>
 
 	* s3.py
 	  Verify MD5 on received files
 	  Improved upload of multiple files
 	  Initial S3-URI support (more tbd)
 
 2007-01-11  Michal Ludvig  <michal@logix.cz>
 
 	* s3.py
 	  Minor fixes:
 	  - store names of parsed files in AwsConfig
 	  - Print total size with upload/download
 
 2007-01-11  Michal Ludvig  <michal@logix.cz>
 
 	* s3.py
 	* utils.py
 	  Added support for sending and receiving files.
 
 2007-01-11  Michal Ludvig  <michal@logix.cz>
 
 	* ConfigParser.py
 	* s3.py
 	  List all Objects in all Buckets command
 	  Yet another logging improvement
 	  Version check for Python 2.5 or higher
 
 2007-01-11  Michal Ludvig  <michal@logix.cz>
 
 	* ConfigParser.py
 	* s3.py
 	* utils.py
 	  Added ConfigParser
 	  Improved setting logging levels
 	  It can now quite reliably list buckets and objects
 
 2007-01-11  Michal Ludvig  <michal@logix.cz>
 
 	* .svnignore
 	  Added ignore list
 
 2007-01-11  Michal Ludvig  <michal@logix.cz>
 
 	* .svnignore
 	* BidirMap.py
 	* SortedDict.py
 	* s3.py
 	* utils.py
 	  Initial import