Updated CHANGELOG.

This commit is contained in:
Nikolaus Schulz 2006-10-28 18:42:17 +00:00
parent bd2f65d0af
commit e78b33e115
1 changed files with 36 additions and 0 deletions

View File

@ -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