mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-21 23:32:54 +00:00
Got ready for release of v0.3.1
This commit is contained in:
parent
b7495cdcf0
commit
d7bd2d407c
2 changed files with 2 additions and 5 deletions
|
@ -5,6 +5,7 @@ Version 0.3.1 - 12 April 2002
|
|||
complexity without adding much, and needed to be called externally.
|
||||
Maybe when python gets a bzip2 library I will add back an option to
|
||||
compress archives using bzip2.
|
||||
* Included a man page & sgml docbook source.
|
||||
|
||||
Version 0.3.0 - 11 April 2002
|
||||
* We now preserve the last-accessed and last-modified timestamps correctly
|
||||
|
|
6
TODO
6
TODO
|
@ -1,14 +1,10 @@
|
|||
|
||||
Goals for next minor release (0.3.2):
|
||||
-------------------------------------
|
||||
* Finish docbook sgml documentation & man page
|
||||
|
||||
Goals for next major release (0.4.0):
|
||||
-------------------------------------
|
||||
* Lock any original .gz files
|
||||
- is this necessary?
|
||||
* Check for symlink attacks for tempfiles (although we don't use /var/tmp)
|
||||
* Add a lot more unit test. (see top of test_archivemail.py)
|
||||
* Add a lot more unit tests. (see top of test_archivemail.py)
|
||||
|
||||
Longer Term goals:
|
||||
------------------
|
||||
|
|
Loading…
Reference in a new issue