aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-08-18 12:17:56 +0000
committerPaul Rodger <paul@paulrodger.com>2002-08-18 12:17:56 +0000
commit5264ab35cdf5c3f0aca660f3d5e3ed52290e6007 (patch)
tree83f809ed090f30924e157e79fd94610957206fe0 /CHANGELOG
parent604e11428f16fe5696bac15ae6cdd7158f52b397 (diff)
downloadarchivemail-5264ab35cdf5c3f0aca660f3d5e3ed52290e6007.tar.gz
archivemail-5264ab35cdf5c3f0aca660f3d5e3ed52290e6007.tar.bz2
archivemail-5264ab35cdf5c3f0aca660f3d5e3ed52290e6007.zip
Fixed a bug where we would throw an exception if a message was dated
exactly on the unix epoch. Also fixed a bug where trailing slashes were being passed to the archive file name.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3b48b20..a0cc2c0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+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.
+ * Fixed a bug where trailing slashes on the end of maildir/MH mailbox
+ arguments were being used in the archive name.
+
Version 0.4.8 - 20 May 2002
* Call mkdir() to create a container directory in which we can place any
created tempfiles