aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-26 03:04:02 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-26 03:04:02 +0000
commit9736dff04db7f5a15390b5133d83b00cd3ab4d4e (patch)
tree3953c14a072d6f1a238fe304db27dbef46a7eb7f /CHANGELOG
parentf1f2b97b1b6a5cb6a354104eb8a4eaf5c631ab16 (diff)
downloadarchivemail-9736dff04db7f5a15390b5133d83b00cd3ab4d4e.tar.gz
archivemail-9736dff04db7f5a15390b5133d83b00cd3ab4d4e.tar.bz2
archivemail-9736dff04db7f5a15390b5133d83b00cd3ab4d4e.zip
Fixed bugs where archivemail would refuse to work on python version less than
2.2.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fcaec6b..2747fd9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,11 @@
+Version 0.4.3 - 26 April 2002
+ * Fixed a couple of bugs where I was using python version 2.2 syntax that
+ was giving errors in python v2.0 and v2.1.
+ * Changed the python requirements for the test script from python version
+ 2.0 to version 2.1. This is because the unittest module is only available
+ in version 2.1 and above.
+
Version 0.4.2 - 24 April 2002
* Added the ability to archive messages older than a given absolute date
with the new option '--date'.