aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-31 05:00:15 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-31 05:00:15 +0000
commite9a11944f11243035eece6253937e4298272bb9b (patch)
treeb2e36d5f569fa0e89724016ffc4abed8e1e9b5e1 /CHANGELOG
parent7a2e1b7c69f92cbf1ae20d8028a61adf12835d1e (diff)
downloadarchivemail-e9a11944f11243035eece6253937e4298272bb9b.tar.gz
archivemail-e9a11944f11243035eece6253937e4298272bb9b.tar.bz2
archivemail-e9a11944f11243035eece6253937e4298272bb9b.zip
Updated CHANGELOG and polished it a bit for the upcoming release.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG36
1 files changed, 22 insertions, 14 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6c49101..d2aeeb6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,30 +1,30 @@
-Version 0.6.3 - ???
+Version 0.7.0 - ???
* 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
+ * Fixed IMAP authentication/URL parsing, which wasn't working at all in
+ v0.6.2. 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
+ * Fixed unittest failure by updating --suffix testcase. Based on analysis by
+ Peter Poeml. Thanks, Peter.
+ * Fixed invalid IMAP filter string for large messages (--size option).
+ (Thanks to the anonymous bug reporter) Closes: #863813
+ * Fixed IMAP --dry-run so it doesn't download all messages that would be
+ archived.
+ * Fixed IMAP --delete which didn't work at all. (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.
+ * Added new option --dont-mangle to turn off From_ mangling.
* Bumped Python dependency to version 2.3.
* Fixed unittest TestMboxExclusiveLock which failed on Solaris. (Thanks Paul
Rodger) Closes: #904652
@@ -34,6 +34,14 @@ Version 0.6.3 - ???
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
+ * Fixed cleanup of temporary files after test suite failures.
+ * Fixed dotlocking race condition.
+ * Stats are now working with IMAP.
+ * Stats now report the total size of a mailbox and of the archived messages
+ therefrom.
+ * Always barf if the archive destination directory is world-writable.
+ * Distributing man page with the tarball again and fixed distutils setup.
+ Closes: #1574720 (Thanks Grant Goodyear)
Version 0.6.2 - 27 June 2006
* add -F/--filter-append option to append an arbitrary string to the IMAP