aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-11 10:23:16 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-11 10:23:16 +0000
commit07ab0ae7731d957b6f835d8e7789ff4c0aa0302f (patch)
tree1efae9415dabeb48ef9787b4a62cfb7461201555 /CHANGELOG
parentd27832f818ea90ab28ffe82b12789704d5f042c4 (diff)
downloadarchivemail-07ab0ae7731d957b6f835d8e7789ff4c0aa0302f.tar.gz
archivemail-07ab0ae7731d957b6f835d8e7789ff4c0aa0302f.tar.bz2
archivemail-07ab0ae7731d957b6f835d8e7789ff4c0aa0302f.zip
Getting ready for v0.3 release.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 554a470..b91b008 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,14 @@
-Version 0.3.0 - ???
+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
+ of always mode 600
* Fixed a bug where lockfiles were being created that were not
world-readable
* Made archivemail work better when used as a python module so it can
- integrate better with unittest.
- * Budled a unit testing script for archivemail.
+ integrate better with unittest. (... although I still distribute it
+ without the .py extension - dodgy?)
+ * Bundled a unit-testing script for archivemail
+ * Started using a distutils 'setup.py' script for installation.
Version 0.2.1 - 4 April 2002
* Since we might not have a parse-able 'Date-Received' or 'Date' field,