Updated tasks to reflect release of version 0.2.0

This commit is contained in:
Paul Rodger 2002-04-03 10:59:00 +00:00
parent 842cda8a37
commit 68b96c2120
2 changed files with 10 additions and 5 deletions

10
CHANGELOG Normal file
View File

@ -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

5
TODO
View File

@ -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