Got ready for release of v0.3.1

This commit is contained in:
Paul Rodger 2002-04-12 14:59:13 +00:00
parent b7495cdcf0
commit d7bd2d407c
2 changed files with 2 additions and 5 deletions

View File

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

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