aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-28 18:42:17 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-28 18:42:17 +0000
commite78b33e1154be20127938e8628910e2c1f00ec38 (patch)
tree267f9edd73199fab46e0756af3b2d3015d02d836 /CHANGELOG
parentbd2f65d0af2e7e3d242632c73fab5e66ca1035a5 (diff)
downloadarchivemail-e78b33e1154be20127938e8628910e2c1f00ec38.tar.gz
archivemail-e78b33e1154be20127938e8628910e2c1f00ec38.tar.bz2
archivemail-e78b33e1154be20127938e8628910e2c1f00ec38.zip
Updated CHANGELOG.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG36
1 files changed, 36 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 94bcaa6..6c49101 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,40 @@
+Version 0.6.3 - ???
+ * Fixed long options --filter-append and --pwfile to accept their arguments.
+ Closes: #1555935
+ * Fixed From_ line generation to actually look for the 'Return-path' and
+ 'From' headers. Closes: #1555797
+ * Fixed IMAP authentication/URL parsing. Require username encoded in URL, but
+ be flexible with the password: handle both --pwfile and URL-encoded
+ password, and fallback to querying the user if neither is present.
+ Closes: #1555951
+ * Convert on-the-wire CRLF to native EOL when saving messages from an IMAP
+ folder. Closes: #1555803
+ * Updated man page. This also addresses #1555951
+ * Fixed unittest failure by updating --suffix testcase: archivemail used to
+ expand date directives in the suffix to the current date, but rev. 94
+ changed that to the archive cut off date. Based on analysis by Peter Poeml.
+ Thanks, Peter.
+ * Fixed invalid IMAP filter string for large messages (--size option).
+ Closes: #863813
+ * Fixed IMAP --dry-run and --delete so they don't download messages.
+ (Thanks Anand) Closes: Debian bug #203282
+ * Terminate each message in newly written mbox with an empty line if the
+ message source is not an mbox-format folder. (Thanks Chung-chieh Shan)
+ Closes: Debian bug #250410
+ * Mangle From_ in message body if the message source is not an mbox-format
+ folder. (Thanks Chung-chieh Shan) Closes: Debian bug #250402
+ * Added new option --dont-mangle-from to turn off From_ mangling.
+ * Bumped Python dependency to version 2.3.
+ * Fixed unittest TestMboxExclusiveLock which failed on Solaris. (Thanks Paul
+ Rodger) Closes: #904652
+ * Fixed unsafe creation of temporary files in the test suite.
+ This addresses Debian bug #385253, and reading the BTS log, it seems this
+ issue was assigned CVE-2006-4245, although I cannot find any further
+ reference to that CVE. Note that the bug was initially reported to affect
+ archivemail itself, too. This is not correct. (Thanks Joey Hess)
+ Closes: Debian bug #385253
+
Version 0.6.2 - 27 June 2006
* add -F/--filter-append option to append an arbitrary string to the IMAP
filter string