diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-12 14:59:13 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-12 14:59:13 +0000 |
commit | d7bd2d407cd31e06f0b4e8b58b099e1f69e49ff0 (patch) | |
tree | 040d81fa96f349ce3715c141331e75d7d8cde1f2 | |
parent | b7495cdcf05c5d386f8cc7a748d9c97051b308d4 (diff) | |
download | archivemail-d7bd2d407cd31e06f0b4e8b58b099e1f69e49ff0.tar.gz archivemail-d7bd2d407cd31e06f0b4e8b58b099e1f69e49ff0.tar.bz2 archivemail-d7bd2d407cd31e06f0b4e8b58b099e1f69e49ff0.zip |
Got ready for release of v0.3.1
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | TODO | 6 |
2 files changed, 2 insertions, 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 @@ -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: ------------------ |