aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--TODO6
2 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d5dbf71..cfbcb4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/TODO b/TODO
index 94bc354..2e518aa 100644
--- a/TODO
+++ b/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:
------------------