aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPeter Poeml <poeml@suse.de>2006-06-27 04:44:28 +0000
committerPeter Poeml <poeml@suse.de>2006-06-27 04:44:28 +0000
commit933aa182594c22bfd4530b887396941ee8c0cc6c (patch)
tree9bb9e4628c4dea598aaf17ebfcc2826f5421358a /CHANGELOG
parente00581acb29d772a987e3b5497bd9d0ac52cb269 (diff)
downloadarchivemail-933aa182594c22bfd4530b887396941ee8c0cc6c.tar.gz
archivemail-933aa182594c22bfd4530b887396941ee8c0cc6c.tar.bz2
archivemail-933aa182594c22bfd4530b887396941ee8c0cc6c.zip
bump version to 0.6.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index eeb6657..f7e2e44 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,13 @@
-Version 0.6.2 - ???
+Version 0.6.2 - 27 June 2006
+ * add -F/--filter-append option to append an arbitrary string to the IMAP
+ filter string
+ * don't delete more than a certain number of messages at a time. The max
+ command len is limited. Fixes bug 942403 (Archiving large IMAP folders fails)
+ * add SSL support per imaps URL (after patch by Tobias Gruetzmacher)
+ * add -P/--pwfile option to supply the IMAP password, so it does not end up in
+ the shell history
+ * Fix SyntaxWarning: assignment to None (bug #843890)
* Use the archive cut date rather than the actual time with the --suffix
option. (Thanks Manuel Estrada Sainz)