aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-03 10:59:00 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-03 10:59:00 +0000
commit68b96c21202aa2be6ab351156a2e6e0b64fe59af (patch)
tree371f64ff91f793bdcf90a31c015bfe0f2c14531f
parent842cda8a37b80c0f13423b5497ff89b8c6cbda63 (diff)
downloadarchivemail-68b96c21202aa2be6ab351156a2e6e0b64fe59af.tar.gz
archivemail-68b96c21202aa2be6ab351156a2e6e0b64fe59af.tar.bz2
archivemail-68b96c21202aa2be6ab351156a2e6e0b64fe59af.zip
Updated tasks to reflect release of version 0.2.0
-rw-r--r--CHANGELOG10
-rw-r--r--TODO5
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..b589a4c
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,10 @@
+Version 0.2.0 - 3 April 2002
+ * Added support for reading from MH mailboxes
+ * Refuse to proceed if we would be making tempfiles in world-writable
+ directories
+ * Clamped down with lots of assert()s checking function parameters
+ * Complain earlier if we do not have permission to write to the output
+ directory
+
+Version 0.1.0 - 31 March 2002
+ * Initial release
diff --git a/TODO b/TODO
index 6e1f4f7..73d3af3 100644
--- a/TODO
+++ b/TODO
@@ -1,24 +1,19 @@
Goals for next minor release (0.2.1):
-------------------------------------
-
-* Complain/refuse to create tempfiles in world-writeable directories
* Test exclusive locking works with another test process
* Perserve atime of original mailbox properly
* Finish man page
Goals for next major release (0.3.0):
-------------------------------------
-
* Build a testing framework using python module 'unittest'
* Lock any original .gz files
- is this necessary?
* Check for symlink attacks for tempfiles (although we don't use /var/tmp)
-* Test for write permission before doing anything
Longer Term goals:
------------------
-
* Add MMDF mailbox support
* Add Babyl mailbox support
* Add option to archive depending on mailbox size threshold