diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-12 05:31:59 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-12 05:31:59 +0000 |
commit | 9e534977effc192b2015dd846e99d77439ded5a3 (patch) | |
tree | 432709d34b81e2a30d71d8248940f3a767665e37 /CHANGELOG | |
parent | bd7e3c7225483b2e01c1c166275fbde640f5c041 (diff) | |
download | archivemail-9e534977effc192b2015dd846e99d77439ded5a3.tar.gz archivemail-9e534977effc192b2015dd846e99d77439ded5a3.tar.bz2 archivemail-9e534977effc192b2015dd846e99d77439ded5a3.zip |
Stopped calling gzip externally and started using the 'gzip' module
directly. Removed bzip2 and compress support since they were complicating
things and you don't really need them much anyway.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Version 0.3.1 - ???? + * Stopped calling 'gzip' externally and started using the gzip library + so that we can append to a copy of the gzip archive directly. + * Removed 'bzip2' and 'compress' options since they are increasing + complexity without adding much, and needed to be called externally. + Maybe when we get a bzip2 library I will add back an option to + compression archives using bzip2. + Version 0.3.0 - 11 April 2002 * We now preserve the last-accessed and last-modified timestamps correctly * We now preserve the correct permissions on the original mailbox instead |