changeset 261:2effd474394e

more release stuff
author mmj
date Mon, 21 Jun 2004 21:28:25 +1000
parents f1ad8266bcb5
children 846d91ae6ebe
files ChangeLog Makefile.am README README.access
diffstat 4 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 21 21:23:00 2004 +1000
+++ b/ChangeLog	Mon Jun 21 21:28:25 2004 +1000
@@ -1,3 +1,4 @@
+0.8.0
  o Added regular expression based access control.
  o Added wrappers for malloc(), realloc(), free() and strdup(), so we can
    bail out if any of them fail.
--- a/Makefile.am	Mon Jun 21 21:23:00 2004 +1000
+++ b/Makefile.am	Mon Jun 21 21:28:25 2004 +1000
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign dist-bzip2
 EXTRA_DIST = include VERSION LICENSE UPGRADE listtexts src/log_error.c FAQ \
-	     TUNABLES
+	     TUNABLES README.access
 CLEANFILES = *~ mlmmj-*.tar.*
 
 dist-hook:
--- a/README	Mon Jun 21 21:23:00 2004 +1000
+++ b/README	Mon Jun 21 21:28:25 2004 +1000
@@ -1,4 +1,4 @@
-README mlmmj-0.7.3					Jun 17th 2004
+README mlmmj-0.8.0					Jun 21th 2004
 
 This is an attempt at implementing a mailing list manager with the same
 functionality as the brilliant ezmlm, but with a decent license and mail server
@@ -14,6 +14,7 @@
  · Subject prefix
  · Subscribe / unsubscribe functionality (email, commandline).
  · Subscribers only posting
+ · Regular expression access control
 
 To use mlmmj, do the following:
 
--- a/README.access	Mon Jun 21 21:23:00 2004 +1000
+++ b/README.access	Mon Jun 21 21:28:25 2004 +1000
@@ -6,7 +6,8 @@
 If the file listdir/control/access is present, access control is enabled.
 
 NOTE: the default action is to deny access (reject the mail), so an empty
-access control file will cause mlmmj to reject all posts!
+access control file will cause mlmmj to reject all posts, whereas a non-
+existant file will change nothing, and mlmmj will behave as usual.
 
 Each header in the mail is tested against each rule, rule by rule. That is,
 all headers are first tested against the first rule, then all headers are