aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-09-15 06:14:57 +0000
committerPaul Rodger <paul@paulrodger.com>2002-09-15 06:14:57 +0000
commit3939c4851857a3691ea7d6689009d633769af642 (patch)
tree453ed11be16d9514a321eda9933762c0ff350990 /CHANGELOG
parent5264ab35cdf5c3f0aca660f3d5e3ed52290e6007 (diff)
downloadarchivemail-3939c4851857a3691ea7d6689009d633769af642.tar.gz
archivemail-3939c4851857a3691ea7d6689009d633769af642.tar.bz2
archivemail-3939c4851857a3691ea7d6689009d633769af642.zip
Fixed a bug where mailbox locking would fail under Solaris, also fixed
a bug where archiving maildir mailboxes without a 'Received Date' or 'From' header would fail. Removed another assert() statement that would crash on the unix epoch.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a0cc2c0..2325de0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+
+Version 0.5.0 - 15 September 2002
+ * Fixed a bug where mailbox locking would fail under Solaris. (Thanks Mark
+ Sheller)
+ * Fixed a bug where archiving maildir mailboxes without a 'Received Date' or
+ 'From' header would fail. (Thanks Hugo van der Merwe)
+ * Removed yet another bug where messages dated on the Unix epoch would fail.
+
Version 0.4.9 - 18 August 2002
* Fixed a bug where an exception was thrown if a message was dated exactly
on the Unix epoch.