changeset 248:42186df3f70a

oh, forgot to update ChangeLog and TODO
author mortenp
date Sat, 19 Jun 2004 14:10:30 +1000
parents 3cc76ae3c2f9
children 01de740a19f9
files ChangeLog TODO
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jun 19 13:48:23 2004 +1000
+++ b/ChangeLog	Sat Jun 19 14:10:30 2004 +1000
@@ -1,3 +1,5 @@
+ o Added wrappers for malloc(), realloc(), free() and strdup(), so we can
+   bail out if any of them fail.
 0.7.3
  o Implement control/delheaders in where one can specify all the headers
    to delete in incoming mail to the list.
--- a/TODO	Sat Jun 19 13:48:23 2004 +1000
+++ b/TODO	Sat Jun 19 14:10:30 2004 +1000
@@ -7,8 +7,9 @@
 Functionality items:
  o listname+get functionality
  o web interface
- o listdir/control/{deny,allow} for regexp denial of mail to the list
+ o listdir/control/access for regexp access control of mail to the list
 
 Nice to do:
  o Convert mlmmj-sub, mlmmj-unsub and mlmmj-process (moderation) to use
    the new prepstdreply() function.
+ o Add memory debugging features ("At exit you had the following allocated")