From e78b33e1154be20127938e8628910e2c1f00ec38 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Sat, 28 Oct 2006 18:42:17 +0000 Subject: Updated CHANGELOG. --- CHANGELOG | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'CHANGELOG') 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 -- cgit v1.2.3