changeset 417:8aae1c7dc5e9

1.1.1-RC1 for the gentoo guys to test
author mmj
date Fri, 14 Jan 2005 09:16:39 +1100
parents 50453b42e0a0
children aded6577ef1a
files ChangeLog README VERSION include/log_oper.h
diffstat 4 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 14 09:15:38 2005 +1100
+++ b/ChangeLog	Fri Jan 14 09:16:39 2005 +1100
@@ -1,3 +1,5 @@
+1.1.1-RC1
+ o Never discard anything from LISTDIR/queue/, let the admin be able to judge
  o Grab the lock when sending a mail to make sure noone does bad things
    to it underneath us
  o Danish listtexts, thanks Jesper Lund
--- a/README	Fri Jan 14 09:15:38 2005 +1100
+++ b/README	Fri Jan 14 09:16:39 2005 +1100
@@ -1,4 +1,4 @@
-README mlmmj-1.1.0					November 29th 2004
+README mlmmj-1.1.1-RC1					January 13th 2005
 
 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
--- a/VERSION	Fri Jan 14 09:15:38 2005 +1100
+++ b/VERSION	Fri Jan 14 09:16:39 2005 +1100
@@ -1,1 +1,1 @@
-1.1.0
+1.1.1-RC1
--- a/include/log_oper.h	Fri Jan 14 09:15:38 2005 +1100
+++ b/include/log_oper.h	Fri Jan 14 09:16:39 2005 +1100
@@ -24,6 +24,6 @@
 #ifndef LOG_OPER_H
 #define LOG_OPER_H
 
-int log_oper(const char *logfilename, const char *str);
+int log_oper(const char *prefix, const char *basename, const char *str);
 
 #endif /* LOG_OPER_H */