aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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