aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3bba92b..184e305 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,9 @@
+Version 0.6.1 - 3 October 2002
+ * Removed a test rule that we could archive messages older than the
+ Unix epoch. Newer versions of python now give an overflow error calling
+ mktime() on dates < 1970 instead of returning a negative number.
+
Version 0.6.0 - 3 October 2002
* Added IMAP mailbox support. (Thanks Mark Roach)