ObsoleteChangeLog 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459
  1. 2011-06-06 Michal Ludvig <mludvig@logix.net.nz>
  2. ===== Migrated to GIT =====
  3. No longer keeping ChangeLog up to date, use git log instead!
  4. * git://github.com/s3tools/s3cmd.git
  5. 2011-04-11 Michal Ludvig <mludvig@logix.net.nz>
  6. * S3/S3Uri.py: Fixed cf:// uri parsing.
  7. * S3/CloudFront.py: Don't fail if there are no cfinval
  8. requests.
  9. 2011-04-11 Michal Ludvig <mludvig@logix.net.nz>
  10. * S3/PkgInfo.py: Updated to 1.1.0-beta1
  11. * NEWS: Updated.
  12. * s3cmd.1: Regenerated.
  13. 2011-04-11 Michal Ludvig <mludvig@logix.net.nz>
  14. * S3/Config.py: Increase socket_timeout from 10 secs to 5 mins.
  15. 2011-04-10 Michal Ludvig <mludvig@logix.net.nz>
  16. * s3cmd, S3/CloudFront.py, S3/S3Uri.py: Support for checking
  17. status of CF Invalidation Requests [cfinvalinfo].
  18. * s3cmd, S3/CloudFront.py, S3/Config.py: Support for CloudFront
  19. invalidation using [sync --cf-invalidate] command.
  20. * S3/Utils.py: getDictFromTree() now recurses into
  21. sub-trees.
  22. 2011-03-30 Michal Ludvig <mludvig@logix.net.nz>
  23. * S3/CloudFront.py: Fix warning with Python 2.7
  24. * S3/CloudFront.py: Cmd._get_dist_name_for_bucket() moved to
  25. CloudFront class.
  26. 2011-01-13 Michal Ludvig <mludvig@logix.net.nz>
  27. * s3cmd, S3/FileLists.py: Move file/object listing functions
  28. to S3/FileLists.py
  29. 2011-01-09 Michal Ludvig <mludvig@logix.net.nz>
  30. * Released version 1.0.0
  31. ----------------------
  32. * S3/PkgInfo.py: Updated to 1.0.0
  33. * NEWS: Updated.
  34. 2011-01-02 Michal Ludvig <mludvig@logix.net.nz>
  35. * s3cmd: Improved r457 (Don't crash when file disappears
  36. before checking MD5).
  37. * s3cmd, s3cmd.1, format-manpage.pl: Improved --help text
  38. and manpage.
  39. * s3cmd: Removed explicit processing of --follow-symlinks
  40. (is cought by the default / main loop).
  41. 2010-12-24 Michal Ludvig <mludvig@logix.net.nz>
  42. * s3cmd: Set 10s socket timeout for read()/write().
  43. * s3cmd: Added --(no-)check-md5 for [sync].
  44. * run-tests.py, testsuite.tar.gz: Added testsuite for
  45. the above.
  46. * NEWS: Document the above.
  47. * s3cmd: Don't crash when file disappears before
  48. checking MD5.
  49. 2010-12-09 Michal Ludvig <mludvig@logix.net.nz>
  50. * Released version 1.0.0-rc2
  51. --------------------------
  52. * S3/PkgInfo.py: Updated to 1.0.0-rc2
  53. * NEWS, TODO, s3cmd.1: Updated.
  54. 2010-11-13 Michal Ludvig <mludvig@logix.net.nz>
  55. * s3cmd: Added support for remote-to-remote sync.
  56. (Based on patch from Sundar Raman - thanks!)
  57. * run-tests.py: Testsuite for the above.
  58. 2010-11-12 Michal Ludvig <mludvig@logix.net.nz>
  59. * s3cmd: Fixed typo in "s3cmd du" error path.
  60. 2010-11-12 Michal Ludvig <mludvig@logix.net.nz>
  61. * format-manpage.pl: new manpage auto-formatter
  62. * s3cmd.1: Updated using the above helper script
  63. * setup.py: Warn if manpage is too old.
  64. 2010-10-27 Michal Ludvig <mludvig@logix.net.nz>
  65. * run-tests.py, testsuite.tar.gz: Keep the testsuite in
  66. SVN as a tarball. There's too many "strange" things
  67. in the directory for it to be kept in SVN.
  68. 2010-10-27 Michal Ludvig <mludvig@logix.net.nz>
  69. * TODO: Updated.
  70. * upload-to-sf.sh: Updated for new SF.net system
  71. 2010-10-26 Michal Ludvig <mludvig@logix.net.nz>
  72. * Released version 1.0.0-rc1
  73. --------------------------
  74. * S3/PkgInfo.py: Updated to 1.0.0-rc1
  75. * NEWS, TODO: Updated.
  76. 2010-10-26 Michal Ludvig <mludvig@logix.net.nz>
  77. * s3cmd, S3/CloudFront.py, S3/Config.py: Added support
  78. for CloudFront DefaultRootObject. Thanks to Luke Andrew.
  79. 2010-10-25 Michal Ludvig <mludvig@logix.net.nz>
  80. * s3cmd: Improved 'fixbucket' command. Thanks to Srinivasa
  81. Moorthy.
  82. * s3cmd: Read config file even if User Profile directory on
  83. Windows contains non-ascii symbols. Thx Slava Vishnyakov
  84. 2010-10-25 Michal Ludvig <mludvig@logix.net.nz>
  85. * s3cmd: Don't fail when a local node is a directory
  86. and we expected a file. (as if for example /etc/passwd
  87. was a dir)
  88. 2010-10-25 Michal Ludvig <mludvig@logix.net.nz>
  89. * s3cmd, S3/S3.py: Ignore inaccessible (and missing) files
  90. on upload.
  91. * run-tests.py: Extended [sync] test to verify correct
  92. handling of inaccessible files.
  93. * testsuite/permission-tests: New testsuite files.
  94. 2010-10-24 Michal Ludvig <mludvig@logix.net.nz>
  95. * S3/S3.py: "Stringify" all headers. Httplib should do
  96. it but some Python 2.7 users reported problems that should
  97. now be fixed.
  98. * run-tests.py: Fixed test #6
  99. 2010-07-25 Aaron Maxwell <amax@resymbol.net>
  100. * S3/Config.py, testsuite/etc/, run-tests.py, s3cmd.1, s3cmd:
  101. Option to follow local symlinks for sync and
  102. put (--follow-symlinks option), including tests and documentation
  103. * run-tests.py: --bucket-prefix option, to allow different
  104. developers to run tests in their own sandbox
  105. 2010-07-08 Michal Ludvig <mludvig@logix.net.nz>
  106. * run-tests.py, testsuite/crappy-file-name.tar.gz:
  107. Updated testsuite, work around a problem with [s3cmd cp]
  108. when the source file contains '?' or '\x7f'
  109. (where the inability to copy '?' is especially annoying).
  110. 2010-07-08 Michal Ludvig <mludvig@logix.net.nz>
  111. * S3/Utils.py, S3/S3Uri.py: Fixed names after moving
  112. functions between modules.
  113. 2010-06-29 Timothee Groleau <kde@timotheegroleau.com>
  114. * S3/ACL.py: Fix isAnonRead method on Grantees
  115. * ChangeLog: Update name of contributor for Timothee Groleau
  116. 2010-06-13 Michal Ludvig <mludvig@logix.net.nz>
  117. * s3cmd, S3/CloudFront.py: Both [accesslog] and [cfmodify]
  118. access logging can now be disabled with --no-access-logging
  119. 2010-06-13 Michal Ludvig <mludvig@logix.net.nz>
  120. * S3/CloudFront.py: Allow s3:// URI as well as cf:// URI
  121. for most CloudFront-related commands.
  122. 2010-06-12 Michal Ludvig <mludvig@logix.net.nz>
  123. * s3cmd, S3/CloudFront.py, S3/Config.py: Support access
  124. logging for CloudFront distributions.
  125. * S3/S3.py, S3/Utils.py: Moved some functions to Utils.py
  126. to make them available to CloudFront.py
  127. * NEWS: Document the above.
  128. 2010-05-27 Michal Ludvig <mludvig@logix.net.nz>
  129. * S3/S3.py: Fix bucket listing for buckets with
  130. over 1000 prefixes. (contributed by Timothee Groleau)
  131. * S3/S3.py: Fixed code formating.
  132. 2010-05-21 Michal Ludvig <mludvig@logix.net.nz>
  133. * s3cmd, S3/S3.py: Added support for bucket locations
  134. outside US/EU (i.e. us-west-1 and ap-southeast-1 as of now).
  135. 2010-05-21 Michal Ludvig <mludvig@logix.net.nz>
  136. * s3cmd, S3/S3.py, S3/Config.py: Added --reduced-redundancy
  137. switch for Reduced Redundancy Storage.
  138. 2010-05-20 Michal Ludvig <mludvig@logix.net.nz>
  139. * s3cmd, S3/ACL.py, S3/Config.py: Support for --acl-grant
  140. and --acl-revoke (contributed by Timothee Groleau)
  141. * s3cmd: Couple of fixes on top of the above commit.
  142. * s3cmd: Pre-parse ACL parameters in OptionS3ACL()
  143. 2010-05-20 Michal Ludvig <mludvig@logix.net.nz>
  144. * S3/Exceptions.py, S3/S3.py: Some HTTP_400 exceptions
  145. are retriable.
  146. 2010-03-19 Michal Ludvig <mludvig@logix.net.nz>
  147. * s3cmd, S3/ACL.py: Print all ACLs for a Grantee
  148. (one Grantee can have multiple different Grant entries)
  149. 2010-03-19 Michal Ludvig <mludvig@logix.net.nz>
  150. * s3cmd: Enable bucket-level ACL setting
  151. * s3cmd, S3/AccessLog.py, ...: Added [accesslog] command.
  152. * s3cmd: Fix imports from S3.Utils
  153. 2009-12-10 Michal Ludvig <mludvig@logix.net.nz>
  154. * s3cmd: Path separator conversion on Windows hosts.
  155. 2009-10-08 Michal Ludvig <mludvig@logix.net.nz>
  156. * Released version 0.9.9.91
  157. -------------------------
  158. * S3/PkgInfo.py: Updated to 0.9.9.91
  159. * NEWS: News for 0.9.9.91
  160. 2009-10-08 Michal Ludvig <mludvig@logix.net.nz>
  161. * S3/S3.py: fixed reference to _max_retries.
  162. 2009-10-06 Michal Ludvig <mludvig@logix.net.nz>
  163. * Released version 0.9.9.90
  164. -------------------------
  165. * S3/PkgInfo.py: Updated to 0.9.9.90
  166. * NEWS: News for 0.9.9.90
  167. 2009-10-06 Michal Ludvig <mludvig@logix.net.nz>
  168. * S3/S3.py: Introduce throttling on upload only after
  169. second failure. I.e. first retry at full speed.
  170. * TODO: Updated with new ideas.
  171. 2009-06-02 Michal Ludvig <michal@logix.cz>
  172. * s3cmd: New [fixbucket] command for fixing invalid object
  173. names in a given Bucket. For instance names with &#x08; in
  174. them (not sure how people manage to upload them but they do).
  175. * S3/S3.py, S3/Utils.py, S3/Config.py: Support methods for
  176. the above, plus advise user to run 'fixbucket' when XML parsing
  177. fails.
  178. * NEWS: Updated.
  179. 2009-05-29 Michal Ludvig <michal@logix.cz>
  180. * S3/Utils.py: New function replace_nonprintables()
  181. * s3cmd: Filter local filenames through the above function
  182. to avoid problems with uploaded filenames containing invalid
  183. XML entities, eg &#08;
  184. * S3/S3.py: Warn if a non-printables char is passed to
  185. urlencode_string() - they should have been replaced earlier
  186. in the processing.
  187. * run-tests.py, TODO, NEWS: Updated.
  188. * testsuite/crappy-file-name.tar.gz: Tarball with a crappy-named
  189. file. Untar for the testsuite.
  190. 2009-05-29 Michal Ludvig <michal@logix.cz>
  191. * testsuite/blahBlah/*: Added files needed for run-tests.py
  192. 2009-05-28 Michal Ludvig <michal@logix.cz>
  193. * S3/Utils.py (dateS3toPython): Be more relaxed about
  194. timestamps format.
  195. 2009-05-28 Michal Ludvig <michal@logix.cz>
  196. * s3cmd, run-test.py, TODO, NEWS: Added --dry-run
  197. and --exclude/--include for [setacl].
  198. * s3cmd, run-test.py, TODO, NEWS: Added --dry-run
  199. and --exclude/--include for [del].
  200. 2009-05-28 Michal Ludvig <michal@logix.cz>
  201. * s3cmd: Support for recursive [cp] and [mv], including
  202. multiple-source arguments, --include/--exclude,
  203. --dry-run, etc.
  204. * run-tests.py: Tests for the above.
  205. * S3/S3.py: Preserve metadata (eg ACL or MIME type)
  206. during [cp] and [mv].
  207. * NEWS, TODO: Updated.
  208. 2009-05-28 Michal Ludvig <michal@logix.cz>
  209. * run-tests.py: Added --verbose mode.
  210. 2009-05-27 Michal Ludvig <michal@logix.cz>
  211. * NEWS: Added info about --verbatim.
  212. * TODO: Added more tasks.
  213. 2009-05-27 Michal Ludvig <michal@logix.cz>
  214. * S3/SortedDict.py: Add case-sensitive mode.
  215. * s3cmd, S3/S3.py, S3/Config.py: Use SortedDict() in
  216. case-sensitive mode to avoid dropping filenames
  217. differing only in capitalisation
  218. * run-tests.py: Testsuite for the above.
  219. * NEWS: Updated.
  220. 2009-03-20 Michal Ludvig <michal@logix.cz>
  221. * S3/S3.py: Re-sign requests before retrial to avoid
  222. RequestTimeTooSkewed errors on failed long-running
  223. uploads.
  224. BTW 'request' now has its own class S3Request.
  225. 2009-03-04 Michal Ludvig <michal@logix.cz>
  226. * s3cmd, S3/Config.py, S3/S3.py: Support for --verbatim.
  227. 2009-02-25 Michal Ludvig <michal@logix.cz>
  228. * s3cmd: Fixed "put file.ext s3://bkt" (ie just the bucket name).
  229. * s3cmd: Fixed reporting of ImportError of S3 modules.
  230. * s3cmd: Fixed Error: global name 'real_filename' is not defined
  231. 2009-02-24 Michal Ludvig <michal@logix.cz>
  232. * s3cmd: New command [sign]
  233. * S3/Utils.py: New function sign_string()
  234. * S3/S3.py, S3/CloudFront.py: Use sign_string().
  235. * NEWS: Updated.
  236. 2009-02-17 Michal Ludvig <michal@logix.cz>
  237. * Released version 0.9.9
  238. ----------------------
  239. * S3/PkgInfo.py: Updated to 0.9.9
  240. * NEWS: Compile a big news list for 0.9.9
  241. 2009-02-17 Michal Ludvig <michal@logix.cz>
  242. * s3cmd.1: Document all the new options and commands.
  243. * s3cmd, S3/Config.py: Updated some help texts. Removed
  244. option --debug-syncmatch along the way (because --dry-run
  245. with --debug is good enough).
  246. * TODO: Updated.
  247. 2009-02-16 Michal Ludvig <michal@logix.cz>
  248. * s3cmd: Check Python version >= 2.4 as soon as possible.
  249. 2009-02-14 Michal Ludvig <michal@logix.cz>
  250. * s3cmd, S3/Config.py, S3/S3.py: Added --add-header option.
  251. * NEWS: Documented --add-header.
  252. * run-tests.py: Fixed for new messages.
  253. 2009-02-14 Michal Ludvig <michal@logix.cz>
  254. * README: Updated for 0.9.9
  255. * s3cmd, S3/PkgInfo.py, s3cmd.1: Replaced project
  256. URLs with http://s3tools.org
  257. * NEWS: Improved message.
  258. 2009-02-12 Michal Ludvig <michal@logix.cz>
  259. * s3cmd: Added --list-md5 for 'ls' command.
  260. * S3/Config.py: New setting list_md5
  261. 2009-02-12 Michal Ludvig <michal@logix.cz>
  262. * s3cmd: Set Content-Length header for requests with 'body'.
  263. * s3cmd: And send it for requests with no body as well...
  264. 2009-02-02 Michal Ludvig <michal@logix.cz>
  265. * Released version 0.9.9-rc3
  266. --------------------------
  267. * S3/PkgInfo.py, NEWS: Updated for 0.9.9-rc3
  268. 2009-02-01 Michal Ludvig <michal@logix.cz>
  269. * S3/Exceptions.py: Correct S3Exception.__str__() to
  270. avoid crash in S3Error() subclass. Reported by '~t2~'.
  271. * NEWS: Updated.
  272. 2009-01-30 Michal Ludvig <michal@logix.cz>
  273. * Released version 0.9.9-rc2
  274. --------------------------
  275. * S3/PkgInfo.py, NEWS, TODO: Updated for 0.9.9-rc2
  276. 2009-01-30 Michal Ludvig <michal@logix.cz>
  277. * s3cmd: Under some circumstance s3cmd crashed
  278. when put/get/sync had 0 files to transmit. Fixed now.
  279. 2009-01-28 Michal Ludvig <michal@logix.cz>
  280. * s3cmd: Output 'delete:' in --dry-run only when
  281. used together with --delete-removed. Otherwise
  282. the user will think that without --dry-run it
  283. would really delete the files.
  284. 2009-01-27 Michal Ludvig <michal@logix.cz>
  285. * Released version 0.9.9-rc1
  286. --------------------------
  287. * S3/PkgInfo.py, NEWS, TODO: Updated for 0.9.9-rc1
  288. 2009-01-26 Michal Ludvig <michal@logix.cz>
  289. * Merged CloudFront support from branches/s3cmd-airlock
  290. See the ChangeLog in that branch for details.
  291. 2009-01-25 W. Tell <w_tell -at- sourceforge>
  292. * s3cmd: Implemented --include and friends.
  293. 2009-01-25 Michal Ludvig <michal@logix.cz>
  294. * s3cmd: Enabled --dry-run and --exclude for 'put' and 'get'.
  295. * S3/Exceptions.py: Remove DeprecationWarning about
  296. BaseException.message in Python 2.6
  297. * s3cmd: Rewritten gpg_command() to use subprocess.Popen()
  298. instead of os.popen4() deprecated in 2.6
  299. * TODO: Note about failing GPG.
  300. 2009-01-22 Michal Ludvig <michal@logix.cz>
  301. * S3/Config.py: guess_mime_type = True (will affect new
  302. installations only).
  303. 2009-01-22 Michal Ludvig <michal@logix.cz>
  304. * Released version 0.9.9-pre5
  305. ---------------------------
  306. * S3/PkgInfo.py, NEWS, TODO: Updated for 0.9.9-pre5
  307. 2009-01-22 Michal Ludvig <michal@logix.cz>
  308. * run-tests.py: Updated paths for the new sync
  309. semantics.
  310. * s3cmd, S3/S3.py: Small fixes to make testsuite happy.
  311. 2009-01-21 Michal Ludvig <michal@logix.cz>
  312. * s3cmd: Migrated 'sync' local->remote to the new
  313. scheme with fetch_{local,remote}_list().
  314. Enabled --dry-run for 'sync'.
  315. 2009-01-20 Michal Ludvig <michal@logix.cz>
  316. * s3cmd: Migrated 'sync' remote->local to the new
  317. scheme with fetch_{local,remote}_list().
  318. Changed fetch_remote_list() to return dict() compatible
  319. with fetch_local_list().
  320. Re-implemented --exclude / --include processing.
  321. * S3/Utils.py: functions for parsing RFC822 dates (for HTTP
  322. header responses).
  323. * S3/Config.py: placeholders for --include.
  324. 2009-01-15 Michal Ludvig <michal@logix.cz>
  325. * s3cmd, S3/S3Uri.py, NEWS: Support for recursive 'put'.
  326. 2009-01-13 Michal Ludvig <michal@logix.cz>
  327. * TODO: Updated.
  328. * s3cmd: renamed (fetch_)remote_keys to remote_list and
  329. a few other renames for consistency.
  330. 2009-01-08 Michal Ludvig <michal@logix.cz>
  331. * S3/S3.py: Some errors during file upload were incorrectly
  332. interpreted as MD5 mismatch. (bug #2384990)
  333. * S3/ACL.py: Move attributes from class to instance.
  334. * run-tests.py: Tests for ACL.
  335. * s3cmd: Minor messages changes.
  336. 2009-01-07 Michal Ludvig <michal@logix.cz>
  337. * s3cmd: New command 'setacl'.
  338. * S3/S3.py: Implemented set_acl().
  339. * S3/ACL.py: Fill in <Owner/> tag in ACL XML.
  340. * NEWS: Info about 'setacl'.
  341. 2009-01-07 Michal Ludvig <michal@logix.cz>
  342. * s3cmd: Factored remote_keys generation from cmd_object_get()
  343. to fetch_remote_keys().
  344. * s3cmd: Display Public URL in 'info' for AnonRead objects.
  345. * S3/ACL.py: Generate XML from a current list of Grantees
  346. 2009-01-07 Michal Ludvig <michal@logix.cz>
  347. * S3/ACL.py: Keep ACL internally as a list of of 'Grantee' objects.
  348. * S3/Utils.py: Fix crash in stripNameSpace() when the XML has no NS.
  349. 2009-01-07 Michal Ludvig <michal@logix.cz>
  350. * S3/ACL.py: New object for handling ACL issues.
  351. * S3/S3.py: Moved most of S3.get_acl() to ACL class.
  352. * S3/Utils.py: Reworked XML helpers - remove XMLNS before
  353. parsing the input XML to avoid having all Tags prefixed
  354. with {XMLNS} by ElementTree.
  355. 2009-01-03 Michal Ludvig <michal@logix.cz>
  356. * s3cmd: Don't fail when neither $HOME nor %USERPROFILE% is set.
  357. (fixes #2483388)
  358. 2009-01-01 W. Tell <w_tell -at- sourceforge>
  359. * S3/S3.py, S3/Utils.py: Use 'hashlib' instead of md5 and sha
  360. modules to avoid Python 2.6 warnings.
  361. 2008-12-31 Michal Ludvig <michal@logix.cz>
  362. * Released version 0.9.9-pre4
  363. ---------------------------
  364. 2008-12-31 Michal Ludvig <michal@logix.cz>
  365. * s3cmd: Reworked internal handling of unicode vs encoded filenames.
  366. Should replace unknown characters with '?' instead of baling out.
  367. 2008-12-31 Michal Ludvig <michal@logix.cz>
  368. * run-tests.py: Display system encoding in use.
  369. * s3cmd: Print a nice error message when --exclude-from
  370. file is not readable.
  371. * S3/PkgInfo.py: Bumped up version to 0.9.9-pre4
  372. * S3/Exceptions.py: Added missing imports.
  373. * NEWS: Updated.
  374. * testsuite: reorganised UTF-8 files, added GBK encoding files,
  375. moved encoding-specific files to 'tar.gz' archives, removed
  376. unicode dir.
  377. * run-tests.py: Adapted to the above change.
  378. * run-tests.sh: removed.
  379. * testsuite/exclude.encodings: Added.
  380. * run-tests.py: Don't assume utf-8, use preferred encoding
  381. instead.
  382. * s3cmd, S3/Utils.py, S3/Exceptions.py, S3/Progress.py,
  383. S3/Config.py, S3/S3.py: Added --encoding switch and
  384. Config.encoding variable. Don't assume utf-8 for filesystem
  385. and terminal output anymore.
  386. * s3cmd: Avoid ZeroDivisionError on fast links.
  387. * s3cmd: Unicodised all info() output.
  388. 2008-12-30 Michal Ludvig <michal@logix.cz>
  389. * s3cmd: Replace unknown Unicode characters with '?'
  390. to avoid UnicodeEncodeError's. Also make all output strings
  391. unicode.
  392. * run-tests.py: Exit on failed test. Fixed order of tests.
  393. 2008-12-29 Michal Ludvig <michal@logix.cz>
  394. * TODO, NEWS: Updated
  395. * s3cmd: Improved wildcard get.
  396. * run-tests.py: Improved testsuite, added parameters support
  397. to run only specified tests, cleaned up win/posix integration.
  398. * S3/Exception.py: Python 2.4 doesn't automatically set
  399. Exception.message.
  400. 2008-12-29 Michal Ludvig <michal@logix.cz>
  401. * s3cmd, run-tests.py: Make it work on Windows.
  402. 2008-12-26 Michal Ludvig <michal@logix.cz>
  403. * setup.cfg: Remove explicit install prefix. That should fix
  404. Mac OS X and Windows "setup.py install" runs.
  405. 2008-12-22 Michal Ludvig <michal@logix.cz>
  406. * s3cmd, S3/S3.py, S3/Progress.py: Display "[X of Y]"
  407. in --progress mode.
  408. * s3cmd, S3/Config.py: Implemented recursive [get].
  409. Added --skip-existing option for [get] and [sync].
  410. 2008-12-17 Michal Ludvig <michal@logix.cz>
  411. * TODO: Updated
  412. 2008-12-14 Michal Ludvig <michal@logix.cz>
  413. * S3/Progress.py: Restructured import Utils to avoid import
  414. conflicts.
  415. 2008-12-12 Michal Ludvig <michal@logix.cz>
  416. * s3cmd: Better Exception output. Print sys.path on ImportError,
  417. don't print backtrace on KeyboardInterrupt
  418. 2008-12-11 Michal Ludvig <michal@logix.cz>
  419. * s3cmd: Support for multiple sources in 'get' command.
  420. 2008-12-10 Michal Ludvig <michal@logix.cz>
  421. * TODO: Updated list.
  422. * s3cmd: Don't display download/upload completed message
  423. in --progress mode.
  424. * S3/S3.py: Pass src/dst names down to Progress class.
  425. * S3/Progress.py: added new class ProgressCR - apparently
  426. ProgressANSI doesn't work on MacOS-X (and perhaps elsewhere).
  427. * S3/Config.py: Default progress meter is now ProgressCR
  428. * s3cmd: Updated email address for reporting bugs.
  429. 2008-12-02 Michal Ludvig <michal@logix.cz>
  430. * s3cmd, S3/S3.py, NEWS: Support for (non-)recursive 'ls'
  431. 2008-12-01 Michal Ludvig <michal@logix.cz>
  432. * Released version 0.9.9-pre3
  433. ---------------------------
  434. * S3/PkgInfo.py: Bumped up version to 0.9.9-pre3
  435. 2008-12-01 Michal Ludvig <michal@logix.cz>
  436. * run-tests.py: Added a lot of new tests.
  437. * testsuite/etc/logo.png: New file.
  438. 2008-11-30 Michal Ludvig <michal@logix.cz>
  439. * S3/S3.py: object_get() -- make start_position argument optional.
  440. 2008-11-29 Michal Ludvig <michal@logix.cz>
  441. * s3cmd: Delete local files with "sync --delete-removed"
  442. 2008-11-25 Michal Ludvig <michal@logix.cz>
  443. * s3cmd, S3/Progress.py: Fixed Unicode output in Progress meter.
  444. * s3cmd: Fixed 'del --recursive' without prefix (i.e. all objects).
  445. * TODO: Updated list.
  446. * upload-to-sf.sh: Helper script.
  447. * S3/PkgInfo.py: Bumped up version to 0.9.9-pre2+svn
  448. 2008-11-24 Michal Ludvig <michal@logix.cz>
  449. * Released version 0.9.9-pre2
  450. ------------------------
  451. * S3/PkgInfo.py: Bumped up version to 0.9.9-pre2
  452. * NEWS: Added 0.9.9-pre2
  453. 2008-11-24 Michal Ludvig <michal@logix.cz>
  454. * s3cmd, s3cmd.1, S3/S3.py: Display or don't display progress meter
  455. default depends on whether we're on TTY (console) or not.
  456. 2008-11-24 Michal Ludvig <michal@logix.cz>
  457. * s3cmd: Fixed 'get' conflict.
  458. * s3cmd.1, TODO: Document 'mv' command.
  459. 2008-11-24 Michal Ludvig <michal@logix.cz>
  460. * S3/S3.py, s3cmd, S3/Config.py, s3cmd.1: Added --continue for
  461. 'get' command, improved 'get' failure resiliency.
  462. * S3/Progress.py: Support for progress meter not starting in 0.
  463. * S3/S3.py: improved retrying in send_request() and send_file()
  464. 2008-11-24 Michal Ludvig <michal@logix.cz>
  465. * s3cmd, S3/S3.py, NEWS: "s3cmd mv" for moving objects
  466. 2008-11-24 Michal Ludvig <michal@logix.cz>
  467. * S3/Utils.py: Common XML parser.
  468. * s3cmd, S3/Exeptions.py: Print info message on Error.
  469. 2008-11-21 Michal Ludvig <michal@logix.cz>
  470. * s3cmd: Support for 'cp' command.
  471. * S3/S3.py: Added S3.object.copy() method.
  472. * s3cmd.1: Document 'cp' command.
  473. * NEWS: Let everyone know ;-)
  474. Thanks Andrew Ryan for a patch proposal!
  475. https://sourceforge.net/forum/forum.php?thread_id=2346987&forum_id=618865
  476. 2008-11-17 Michal Ludvig <michal@logix.cz>
  477. * S3/Progress.py: Two progress meter implementations.
  478. * S3/Config.py, s3cmd: New --progress / --no-progress parameters
  479. and Config() members.
  480. * S3/S3.py: Call Progress() in send_file()/recv_file()
  481. * NEWS: Let everyone know ;-)
  482. 2008-11-16 Michal Ludvig <michal@logix.cz>
  483. * NEWS: Fetch 0.9.8.4 release news from 0.9.8.x branch.
  484. 2008-11-16 Michal Ludvig <michal@logix.cz>
  485. Merge from 0.9.8.x branch, rel 251:
  486. * S3/S3.py: Adjusting previous commit (orig 249) - it's not a good idea
  487. to retry ALL failures. Especially not those code=4xx where AmazonS3
  488. servers are not happy with our requests.
  489. Merge from 0.9.8.x branch, rel 249:
  490. * S3/S3.py, S3/Exception.py: Re-issue failed requests in S3.send_request()
  491. Merge from 0.9.8.x branch, rel 248:
  492. * s3cmd: Don't leak open filehandles in sync. Thx Patrick Linskey for report.
  493. Merge from 0.9.8.x branch, rel 247:
  494. * s3cmd: Re-raise the right exception.
  495. Merge from 0.9.8.x branch, rel 246:
  496. * s3cmd, S3/S3.py, S3/Exceptions.py: Don't abort 'sync' or 'put' on files
  497. that can't be open (e.g. Permision denied). Print a warning and skip over
  498. instead.
  499. Merge from 0.9.8.x branch, rel 245:
  500. * S3/S3.py: Escape parameters in strings. Fixes sync to and
  501. ls of directories with spaces. (Thx Lubomir Rintel from Fedora Project)
  502. Merge from 0.9.8.x branch, rel 244:
  503. * s3cmd: Unicode brainfuck again. This time force all output
  504. in UTF-8, will see how many complaints we'll get...
  505. 2008-09-16 Michal Ludvig <michal@logix.cz>
  506. * NEWS: s3cmd 0.9.8.4 released from branches/0.9.8.x SVN branch.
  507. 2008-09-16 Michal Ludvig <michal@logix.cz>
  508. * S3/S3.py: Don't run into ZeroDivisionError when speed counter
  509. returns 0s elapsed on upload/download file.
  510. 2008-09-15 Michal Ludvig <michal@logix.cz>
  511. * s3cmd, S3/S3.py, S3/Utils.py, S3/S3Uri.py, S3/Exceptions.py:
  512. Yet anoter Unicode round. Unicodised all command line arguments
  513. before processing.
  514. 2008-09-15 Michal Ludvig <michal@logix.cz>
  515. * S3/S3.py: "s3cmd mb" can create upper-case buckets again
  516. in US. Non-US (e.g. EU) bucket names must conform to strict
  517. DNS-rules.
  518. * S3/S3Uri.py: Display public URLs correctly for non-DNS buckets.
  519. 2008-09-10 Michal Ludvig <michal@logix.cz>
  520. * testsuite, run-tests.py: Added testsuite with first few tests.
  521. 2008-09-10 Michal Ludvig <michal@logix.cz>
  522. * s3cmd, S3/S3Uri.py, S3/S3.py: All internal representations of
  523. S3Uri()s are Unicode (i.e. not UTF-8 but type()==unicode). It
  524. still doesn't work on non-UTF8 systems though.
  525. 2008-09-04 Michal Ludvig <michal@logix.cz>
  526. * s3cmd: Rework UTF-8 output to keep sys.stdout untouched (or it'd
  527. break 's3cmd get' to stdout for binary files).
  528. 2008-09-03 Michal Ludvig <michal@logix.cz>
  529. * s3cmd, S3/S3.py, S3/Config.py: Removed --use-old-connect-method
  530. again. Autodetect the need for old connect method instead.
  531. 2008-09-03 Michal Ludvig <michal@logix.cz>
  532. * s3cmd, S3/S3.py: Make --verbose mode more useful and default
  533. mode less verbose.
  534. 2008-09-03 Michal Ludvig <michal@logix.cz>
  535. * s3cmd, S3/Config.py: [rb] Allow removal of non-empty buckets
  536. with --force.
  537. [mb, rb] Allow multiple arguments, i.e. create or remove
  538. multiple buckets at once.
  539. [del] Perform recursive removal with --recursive (or -r).
  540. 2008-09-01 Michal Ludvig <michal@logix.cz>
  541. * s3cmd: Refuse 'sync' together with '--encrypt'.
  542. * S3/S3.py: removed object_{get,put,delete}_uri() functions
  543. and made object_{get,put,delete}() accept URI instead of
  544. bucket/object parameters.
  545. 2008-09-01 Michal Ludvig <michal@logix.cz>
  546. * S3/PkgInfo.py: Bumped up version to 0.9.9-pre1
  547. 2008-09-01 Michal Ludvig <michal@logix.cz>
  548. * s3cmd, S3/S3.py, S3/Config.py: Allow access to upper-case
  549. named buckets again with --use-old-connect-method
  550. (uses http://s3.amazonaws.com/bucket/object instead of
  551. http://bucket.s3.amazonaws.com/object)
  552. 2008-08-19 Michal Ludvig <michal@logix.cz>
  553. * s3cmd: Always output UTF-8, even on output redirects.
  554. 2008-08-01 Michal Ludvig <michal@logix.cz>
  555. * TODO: Add some items
  556. 2008-07-29 Michal Ludvig <michal@logix.cz>
  557. * Released version 0.9.8.3
  558. ------------------------
  559. 2008-07-29 Michal Ludvig <michal@logix.cz>
  560. * S3/PkgInfo.py: Bumped up version to 0.9.8.3
  561. * NEWS: Added 0.9.8.3
  562. 2008-07-29 Michal Ludvig <michal@logix.cz>
  563. * S3/Utils.py (hash_file_md5): Hash files in 32kB chunks
  564. instead of reading it all up to a memory first to avoid
  565. OOM on large files.
  566. 2008-07-07 Michal Ludvig <michal@logix.cz>
  567. * s3cmd.1: couple of syntax fixes from Mikhail Gusarov
  568. 2008-07-03 Michal Ludvig <michal@logix.cz>
  569. * Released version 0.9.8.2
  570. ------------------------
  571. 2008-07-03 Michal Ludvig <michal@logix.cz>
  572. * S3/PkgInfo.py: Bumped up version to 0.9.8.2
  573. * NEWS: Added 0.9.8.2
  574. * s3cmd: Print version info on 'unexpected error' output.
  575. 2008-06-30 Michal Ludvig <michal@logix.cz>
  576. * S3/S3.py: Re-upload when Amazon doesn't send ETag
  577. in PUT response. It happens from time to time for
  578. unknown reasons. Thanks "Burtc" for report and
  579. "hermzz" for fix.
  580. 2008-06-27 Michal Ludvig <michal@logix.cz>
  581. * Released version 0.9.8.1
  582. ------------------------
  583. 2008-06-27 Michal Ludvig <michal@logix.cz>
  584. * S3/PkgInfo.py: Bumped up version to 0.9.8.1
  585. * NEWS: Added 0.9.8.1
  586. * s3cmd: make 'cfg' global
  587. * run-tests.sh: Sort-of testsuite
  588. 2008-06-23 Michal Ludvig <michal@logix.cz>
  589. * Released version 0.9.8
  590. ----------------------
  591. 2008-06-23 Michal Ludvig <michal@logix.cz>
  592. * S3/PkgInfo.py: Bumped up version to 0.9.8
  593. * NEWS: Added 0.9.8
  594. * TODO: Removed completed tasks
  595. 2008-06-23 Michal Ludvig <michal@logix.cz>
  596. * s3cmd: Last-minute compatibility fixes for Python 2.4
  597. * s3cmd, s3cmd.1: --debug-exclude is an alias for --debug-syncmatch
  598. * s3cmd: Don't require $HOME env variable to be set.
  599. Fixes #2000133
  600. * s3cmd: Wrapped all execution in a try/except block
  601. to catch all exceptions and ask for a report.
  602. 2008-06-18 Michal Ludvig <michal@logix.cz>
  603. * S3/PkgInfo.py: Version 0.9.8-rc3
  604. 2008-06-18 Michal Ludvig <michal@logix.cz>
  605. * S3/S3.py: Bucket name can't contain upper-case letters (S3/DNS limitation).
  606. 2008-06-12 Michal Ludvig <michal@logix.cz>
  607. * S3/PkgInfo.py: Version 0.9.8-rc2
  608. 2008-06-12 Michal Ludvig <michal@logix.cz>
  609. * s3cmd, s3cmd.1: Added GLOB (shell-style wildcard) exclude, renamed
  610. orig regexp-style --exclude to --rexclude
  611. 2008-06-11 Michal Ludvig <michal@logix.cz>
  612. * S3/PkgInfo.py: Version 0.9.8-rc1
  613. 2008-06-11 Michal Ludvig <michal@logix.cz>
  614. * s3cmd: Remove python 2.5 specific code (try/except/finally
  615. block) and make s3cmd compatible with python 2.4 again.
  616. * s3cmd, S3/Config.py, s3cmd.1: Added --exclude-from and --debug-syncmatch
  617. switches for sync.
  618. 2008-06-10 Michal Ludvig <michal@logix.cz>
  619. * s3cmd: Added --exclude switch for sync.
  620. * s3cmd.1, NEWS: Document --exclude
  621. 2008-06-05 Michal Ludvig <michal@logix.cz>
  622. * Released version 0.9.7
  623. ----------------------
  624. 2008-06-05 Michal Ludvig <michal@logix.cz>
  625. * S3/PkgInfo.py: Bumped up version to 0.9.7
  626. * NEWS: Added 0.9.7
  627. * TODO: Removed completed tasks
  628. * s3cmd, s3cmd.1: Updated help texts,
  629. removed --dry-run option as it's not implemented.
  630. 2008-06-05 Michal Ludvig <michal@logix.cz>
  631. * S3/Config.py: Store more file attributes in sync to S3.
  632. * s3cmd: Make sync remote2local more error-resilient.
  633. 2008-06-04 Michal Ludvig <michal@logix.cz>
  634. * s3cmd: Implemented cmd_sync_remote2local() for restoring
  635. backup from S3 to a local filesystem
  636. * S3/S3.py: S3.object_get_uri() now requires writable stream
  637. and not a path name.
  638. * S3/Utils.py: Added mkdir_with_parents()
  639. 2008-06-04 Michal Ludvig <michal@logix.cz>
  640. * s3cmd: Refactored cmd_sync() in preparation
  641. for remote->local sync.
  642. 2008-04-30 Michal Ludvig <michal@logix.cz>
  643. * s3db, S3/SimpleDB.py: Implemented almost full SimpleDB API.
  644. 2008-04-29 Michal Ludvig <michal@logix.cz>
  645. * s3db, S3/SimpleDB.py: Initial support for Amazon SimpleDB.
  646. For now implements ListDomains() call and most of the
  647. infrastructure required for request creation.
  648. 2008-04-29 Michal Ludvig <michal@logix.cz>
  649. * S3/Exceptions.py: Exceptions moved out of S3.S3
  650. * S3/SortedDict.py: rewritten from scratch to preserve
  651. case of keys while still sorting in case-ignore mode.
  652. 2008-04-28 Michal Ludvig <michal@logix.cz>
  653. * S3/S3.py: send_file() now computes MD5 sum of the file
  654. being uploaded, compares with ETag returned by Amazon
  655. and retries upload if they don't match.
  656. 2008-03-05 Michal Ludvig <michal@logix.cz>
  657. * s3cmd, S3/S3.py, S3/Utils.py: Throttle upload speed and retry
  658. when upload failed.
  659. Report download/upload speed and time elapsed.
  660. 2008-02-28 Michal Ludvig <michal@logix.cz>
  661. * Released version 0.9.6
  662. ----------------------
  663. 2008-02-28 Michal Ludvig <michal@logix.cz>
  664. * S3/PkgInfo.py: bumped up version to 0.9.6
  665. * NEWS: What's new in 0.9.6
  666. 2008-02-27 Michal Ludvig <michal@logix.cz>
  667. * s3cmd, s3cmd.1: Updated help and man page.
  668. * S3/S3.py, S3/Utils.py, s3cmd: Support for 's3cmd info' command.
  669. * s3cmd: Fix crash when 'sync'ing files with unresolvable owner uid/gid.
  670. * S3/S3.py, S3/Utils.py: open files in binary mode (otherwise windows
  671. users have problems).
  672. * S3/S3.py: modify 'x-amz-date' format (problems reported on MacOS X).
  673. Thanks Jon Larkowski for fix.
  674. 2008-02-27 Michal Ludvig <michal@logix.cz>
  675. * TODO: Updated wishlist.
  676. 2008-02-11 Michal Ludvig <michal@logix.cz>
  677. * S3/S3.py: Properly follow RedirectPermanent responses for EU buckets
  678. * S3/S3.py: Create public buckets with -P (#1837328)
  679. * S3/S3.py, s3cmd: Correctly display public URL on uploads.
  680. * S3/S3.py, S3/Config.py: Support for MIME types. Both
  681. default and guessing. Fixes bug #1872192 (Thanks Martin Herr)
  682. 2007-11-13 Michal Ludvig <michal@logix.cz>
  683. * Released version 0.9.5
  684. ----------------------
  685. 2007-11-13 Michal Ludvig <michal@logix.cz>
  686. * S3/S3.py: Support for buckets stored in Europe, access now
  687. goes via <bucket>.s3.amazonaws.com where possible.
  688. 2007-11-12 Michal Ludvig <michal@logix.cz>
  689. * s3cmd: Support for storing file attributes (like ownership,
  690. mode, etc) in sync operation.
  691. * s3cmd, S3/S3.py: New command 'ib' to get information about
  692. bucket (only 'LocationConstraint' supported for now).
  693. 2007-10-01 Michal Ludvig <michal@logix.cz>
  694. * s3cmd: Fix typo in argument name (patch
  695. from Kim-Minh KAPLAN, SF #1804808)
  696. 2007-09-25 Michal Ludvig <michal@logix.cz>
  697. * s3cmd: Exit with error code on error (patch
  698. from Kim-Minh KAPLAN, SF #1800583)
  699. 2007-09-25 Michal Ludvig <michal@logix.cz>
  700. * S3/S3.py: Don't fail if bucket listing doesn't have
  701. <IsTruncated> node.
  702. * s3cmd: Create ~/.s3cfg with 0600 permissions.
  703. 2007-09-13 Michal Ludvig <michal@logix.cz>
  704. * s3cmd: Improved 'sync'
  705. * S3/S3.py: Support for buckets with over 1000 objects.
  706. 2007-09-03 Michal Ludvig <michal@logix.cz>
  707. * s3cmd: Small tweaks to --configure workflow.
  708. 2007-09-02 Michal Ludvig <michal@logix.cz>
  709. * s3cmd: Initial support for 'sync' operation. For
  710. now only local->s3 direction. In this version doesn't
  711. work well with non-ASCII filenames and doesn't support
  712. encryption.
  713. 2007-08-24 Michal Ludvig <michal@logix.cz>
  714. * s3cmd, S3/Util.py: More ElementTree imports cleanup
  715. 2007-08-19 Michal Ludvig <michal@logix.cz>
  716. * NEWS: Added news for 0.9.5
  717. 2007-08-19 Michal Ludvig <michal@logix.cz>
  718. * s3cmd: Better handling of multiple arguments for put, get and del
  719. 2007-08-14 Michal Ludvig <michal@logix.cz>
  720. * setup.py, S3/Utils.py: Try import xml.etree.ElementTree
  721. or elementtree.ElementTree module.
  722. 2007-08-14 Michal Ludvig <michal@logix.cz>
  723. * s3cmd.1: Add info about --encrypt parameter.
  724. 2007-08-14 Michal Ludvig <michal@logix.cz>
  725. * S3/PkgInfo.py: Bump up version to 0.9.5-pre
  726. 2007-08-13 Michal Ludvig <michal@logix.cz>
  727. * Released version 0.9.4
  728. ----------------------
  729. 2007-08-13 Michal Ludvig <michal@logix.cz>
  730. * S3/S3.py: Added function urlencode_string() that encodes
  731. non-ascii characters in object name before sending it to S3.
  732. 2007-08-13 Michal Ludvig <michal@logix.cz>
  733. * README: Updated Amazon S3 pricing overview
  734. 2007-08-13 Michal Ludvig <michal@logix.cz>
  735. * s3cmd, S3/Config.py, S3/S3.py: HTTPS support
  736. 2007-07-20 Michal Ludvig <michal@logix.cz>
  737. * setup.py: Check correct Python version and ElementTree availability.
  738. 2007-07-05 Michal Ludvig <michal@logix.cz>
  739. * s3cmd: --configure support for Proxy
  740. * S3/S3.py: HTTP proxy support from
  741. John D. Rowell <jdrowell@exerciseyourbrain.com>
  742. 2007-06-19 Michal Ludvig <michal@logix.cz>
  743. * setup.py: Check for S3CMD_PACKAGING and don't install
  744. manpages and docs if defined.
  745. * INSTALL: Document the above change.
  746. * MANIFEST.in: Include uncompressed manpage
  747. 2007-06-17 Michal Ludvig <michal@logix.cz>
  748. * s3cmd: Added encryption key support to --configure
  749. * S3/PkgInfo.py: Bump up version to 0.9.4-pre
  750. * setup.py: Cleaned up some rpm-specific stuff that
  751. caused problems to Debian packager Mikhail Gusarov
  752. * setup.cfg: Removed [bdist_rpm] section
  753. * MANIFEST.in: Include S3/*.py
  754. 2007-06-16 Michal Ludvig <michal@logix.cz>
  755. * s3cmd.1: Syntax fixes from Mikhail Gusarov <dottedmag@dottedmag.net>
  756. 2007-05-27 Michal Ludvig <michal@logix.cz>
  757. * Support for on-the-fly GPG encryption.
  758. 2007-05-26 Michal Ludvig <michal@logix.cz>
  759. * s3cmd.1: Add info about "s3cmd du" command.
  760. 2007-05-26 Michal Ludvig <michal@logix.cz>
  761. * Released version 0.9.3
  762. ----------------------
  763. 2007-05-26 Michal Ludvig <michal@logix.cz>
  764. * s3cmd: Patch from Basil Shubin <basil.shubin@gmail.com>
  765. adding support for "s3cmd du" command.
  766. * s3cmd: Modified output format of "s3cmd du" to conform
  767. with unix "du".
  768. * setup.cfg: Require Python 2.5 in RPM. Otherwise it needs
  769. to require additional python modules (e.g. ElementTree)
  770. which may have different names in different distros. It's
  771. indeed still possible to manually install s3cmd with
  772. Python 2.4 and appropriate modules.
  773. 2007-04-09 Michal Ludvig <michal@logix.cz>
  774. * Released version 0.9.2
  775. ----------------------
  776. 2007-04-09 Michal Ludvig <michal@logix.cz>
  777. * s3cmd.1: Added manpage
  778. * Updated infrastructure files to create "better"
  779. distribution archives.
  780. 2007-03-26 Michal Ludvig <michal@logix.cz>
  781. * setup.py, S3/PkgInfo.py: Move package info out of setup.py
  782. * s3cmd: new parameter --version
  783. * s3cmd, S3/S3Uri.py: Output public HTTP URL for objects
  784. stored with Public ACL.
  785. 2007-02-28 Michal Ludvig <michal@logix.cz>
  786. * s3cmd: Verify supplied accesskey and secretkey
  787. in interactive configuration path.
  788. * S3/Config.py: Hide access key and secret key
  789. from debug output.
  790. * S3/S3.py: Modify S3Error exception to work
  791. in python 2.4 (=> don't expect Exception is
  792. a new-style class).
  793. * s3cmd: Updated for the above change.
  794. 2007-02-19 Michal Ludvig <michal@logix.cz>
  795. * NEWS, INSTALL, README, setup.py: Added
  796. more documentation.
  797. 2007-02-19 Michal Ludvig <michal@logix.cz>
  798. * S3/S3.py, s3cmd: New feature - allow "get" to stdout
  799. 2007-02-19 Michal Ludvig <michal@logix.cz>
  800. * S3/S3fs.py: Removed (development moved to branch s3fs-devel).
  801. 2007-02-08 Michal Ludvig <michal@logix.cz>
  802. * S3/S3fs.py:
  803. - Implemented mknod()
  804. - Can create directory structure
  805. - Rewritten to use SQLite3. Currently can create
  806. the filesystem, and a root inode.
  807. 2007-02-07 Michal Ludvig <michal@logix.cz>
  808. * s3cmd (from /s3py:74): Renamed SVN top-level project
  809. s3py to s3cmd
  810. 2007-02-07 Michal Ludvig <michal@logix.cz>
  811. * setup.cfg: Only require Python 2.4, not 2.5
  812. * S3/Config.py: Removed show_uri - no longer needed,
  813. it's now default
  814. 2007-02-07 Michal Ludvig <michal@logix.cz>
  815. * setup.py
  816. - Version 0.9.1
  817. 2007-02-07 Michal Ludvig <michal@logix.cz>
  818. * s3cmd: Change all "exit()" calls to "sys.exit()"
  819. and allow for python 2.4
  820. * S3/S3.py: Removed dependency on hashlib -> allow for python 2.4
  821. 2007-01-27 Michal Ludvig <michal@logix.cz>
  822. * S3/S3.py, S3/S3Uri.py: Case insensitive regex in S3Uri.py
  823. 2007-01-26 Michal Ludvig <michal@logix.cz>
  824. * S3/S3fs.py: Added support for stroing/loading inodes.
  825. No data yet however.
  826. 2007-01-26 Michal Ludvig <michal@logix.cz>
  827. * S3/S3fs.py: Initial version of S3fs module.
  828. Can create filesystem via "S3fs.mkfs()"
  829. 2007-01-26 Michal Ludvig <michal@logix.cz>
  830. * S3/BidirMap.py, S3/Config.py, S3/S3.py, S3/S3Uri.py,
  831. S3/SortedDict.py, S3/Utils.py, s3cmd: Added headers with
  832. copyright to all files
  833. * S3/S3.py, S3/S3Uri.py: Removed S3.compose_uri(), introduced
  834. S3UriS3.compose_uri() instead.
  835. 2007-01-26 Michal Ludvig <michal@logix.cz>
  836. * S3/S3.py, S3/S3Uri.py, s3cmd:
  837. - Converted all users of parse_uri to S3Uri class API
  838. - Removed "cp" command again. Will have to use 'put'
  839. and 'get' for now.
  840. 2007-01-25 Michal Ludvig <michal@logix.cz>
  841. * S3/S3Uri.py: New module S3/S3Uri.py
  842. * S3/S3.py, s3cmd: Converted "put" operation to use
  843. the new S3Uri class.
  844. 2007-01-24 Michal Ludvig <michal@logix.cz>
  845. * S3/S3.py
  846. * s3cmd
  847. - Added 'cp' command
  848. - Renamed parse_s3_uri to parse_uri (this will go away anyway)
  849. 2007-01-19 Michal Ludvig <michal@logix.cz>
  850. * setup.cfg
  851. * setup.py
  852. - Include README into tarballs
  853. 2007-01-19 Michal Ludvig <michal@logix.cz>
  854. * README
  855. - Added comprehensive README file
  856. 2007-01-19 Michal Ludvig <michal@logix.cz>
  857. * setup.cfg
  858. * setup.py
  859. - Added configuration for setup.py sdist
  860. 2007-01-19 Michal Ludvig <michal@logix.cz>
  861. * S3/Config.py
  862. * s3cmd
  863. - Added interactive configurator (--configure)
  864. - Added config dumper (--dump-config)
  865. - Improved --help output
  866. 2007-01-19 Michal Ludvig <michal@logix.cz>
  867. * setup.cfg
  868. * setup.py
  869. Added info for building RPM packages.
  870. 2007-01-18 Michal Ludvig <michal@logix.cz>
  871. * S3/Config.py
  872. * S3/S3.py
  873. * s3cmd
  874. Moved class Config from S3/S3.py to S3/Config.py
  875. 2007-01-18 Michal Ludvig <michal@logix.cz>
  876. * S3/Config.py (from /s3py/trunk/S3/ConfigParser.py:47)
  877. * S3/ConfigParser.py
  878. * S3/S3.py
  879. Renamed S3/ConfigParser.py to S3/Config.py
  880. 2007-01-18 Michal Ludvig <michal@logix.cz>
  881. * s3cmd
  882. Added info about homepage
  883. 2007-01-17 Michal Ludvig <michal@logix.cz>
  884. * S3/S3.py
  885. * s3cmd
  886. - Use prefix for listings if specified.
  887. - List all commands in --help
  888. 2007-01-16 Michal Ludvig <michal@logix.cz>
  889. * S3/S3.py
  890. * s3cmd
  891. Major rework of Config class:
  892. - Renamed from AwsConfig to Config
  893. - Converted to Singleton (see Config.__new__() and an article on
  894. Wikipedia)
  895. - No more explicit listing of options - use introspection to get them
  896. (class variables that of type str, int or bool that don't start with
  897. underscore)
  898. - Check values read from config file and verify their type.
  899. Added OptionMimeType and -m/-M options. Not yet implemented
  900. functionality in the rest of S3/S3.py
  901. 2007-01-15 Michal Ludvig <michal@logix.cz>
  902. * S3/S3.py
  903. * s3cmd
  904. - Merged list-buckets and bucket-list-objects operations into
  905. a single 'ls' command.
  906. - New parameter -P for uploading publicly readable objects
  907. 2007-01-14 Michal Ludvig <michal@logix.cz>
  908. * s3.py
  909. * setup.py
  910. Renamed s3.py to s3cmd (take 2)
  911. 2007-01-14 Michal Ludvig <michal@logix.cz>
  912. * s3cmd (from /s3py/trunk/s3.py:45)
  913. Renamed s3.py to s3cmd
  914. 2007-01-14 Michal Ludvig <michal@logix.cz>
  915. * S3
  916. * S3/S3.py
  917. * s3.py
  918. * setup.py
  919. All classes from s3.py go to S3/S3.py
  920. Added setup.py
  921. 2007-01-14 Michal Ludvig <michal@logix.cz>
  922. * s3.py
  923. Minor fix S3.utils -> S3.Utils
  924. 2007-01-14 Michal Ludvig <michal@logix.cz>
  925. * .svnignore
  926. * BidirMap.py
  927. * ConfigParser.py
  928. * S3
  929. * S3/BidirMap.py (from /s3py/trunk/BidirMap.py:35)
  930. * S3/ConfigParser.py (from /s3py/trunk/ConfigParser.py:38)
  931. * S3/SortedDict.py (from /s3py/trunk/SortedDict.py:35)
  932. * S3/Utils.py (from /s3py/trunk/utils.py:39)
  933. * S3/__init__.py
  934. * SortedDict.py
  935. * s3.py
  936. * utils.py
  937. Moved modules to their own package
  938. 2007-01-12 Michal Ludvig <michal@logix.cz>
  939. * s3.py
  940. Added "del" command
  941. Converted all (?) commands to accept s3-uri
  942. Added -u/--show-uri parameter
  943. 2007-01-11 Michal Ludvig <michal@logix.cz>
  944. * s3.py
  945. Verify MD5 on received files
  946. Improved upload of multiple files
  947. Initial S3-URI support (more tbd)
  948. 2007-01-11 Michal Ludvig <michal@logix.cz>
  949. * s3.py
  950. Minor fixes:
  951. - store names of parsed files in AwsConfig
  952. - Print total size with upload/download
  953. 2007-01-11 Michal Ludvig <michal@logix.cz>
  954. * s3.py
  955. * utils.py
  956. Added support for sending and receiving files.
  957. 2007-01-11 Michal Ludvig <michal@logix.cz>
  958. * ConfigParser.py
  959. * s3.py
  960. List all Objects in all Buckets command
  961. Yet another logging improvement
  962. Version check for Python 2.5 or higher
  963. 2007-01-11 Michal Ludvig <michal@logix.cz>
  964. * ConfigParser.py
  965. * s3.py
  966. * utils.py
  967. Added ConfigParser
  968. Improved setting logging levels
  969. It can now quite reliably list buckets and objects
  970. 2007-01-11 Michal Ludvig <michal@logix.cz>
  971. * .svnignore
  972. Added ignore list
  973. 2007-01-11 Michal Ludvig <michal@logix.cz>
  974. * .svnignore
  975. * BidirMap.py
  976. * SortedDict.py
  977. * s3.py
  978. * utils.py
  979. Initial import