mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
Updated tasks to reflect release of version 0.2.0
This commit is contained in:
parent
842cda8a37
commit
68b96c2120
2 changed files with 10 additions and 5 deletions
10
CHANGELOG
Normal file
10
CHANGELOG
Normal 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
5
TODO
|
@ -1,24 +1,19 @@
|
||||||
|
|
||||||
Goals for next minor release (0.2.1):
|
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
|
* Test exclusive locking works with another test process
|
||||||
* Perserve atime of original mailbox properly
|
* Perserve atime of original mailbox properly
|
||||||
* Finish man page
|
* Finish man page
|
||||||
|
|
||||||
Goals for next major release (0.3.0):
|
Goals for next major release (0.3.0):
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
* Build a testing framework using python module 'unittest'
|
* Build a testing framework using python module 'unittest'
|
||||||
* Lock any original .gz files
|
* Lock any original .gz files
|
||||||
- is this necessary?
|
- is this necessary?
|
||||||
* Check for symlink attacks for tempfiles (although we don't use /var/tmp)
|
* Check for symlink attacks for tempfiles (although we don't use /var/tmp)
|
||||||
* Test for write permission before doing anything
|
|
||||||
|
|
||||||
Longer Term goals:
|
Longer Term goals:
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Add MMDF mailbox support
|
* Add MMDF mailbox support
|
||||||
* Add Babyl mailbox support
|
* Add Babyl mailbox support
|
||||||
* Add option to archive depending on mailbox size threshold
|
* Add option to archive depending on mailbox size threshold
|
||||||
|
|
Loading…
Reference in a new issue