changeset 390:61513d6dc4f2

Prep for 1.1.0 and patch from Drake Wyrm
author mmj
date Mon, 29 Nov 2004 05:47:01 +1100
parents b16868d3f926
children 1a5767a5e2a5
files ChangeLog Makefile.am README VERSION configure.ac
diffstat 5 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 29 05:46:43 2004 +1100
+++ b/ChangeLog	Mon Nov 29 05:47:01 2004 +1100
@@ -1,3 +1,8 @@
+1.1.0
+ o Add hooks for installing listtexts into $(pkgdatadir) (Drake Wyrm)
+ o Add mlmmj-list manual page
+ o Make mlmmj-list be capable of listing owners, moderators too
+ o Perl interface updates
 1.1.0-RC3
  o Add 'moderate' tag for usage in control/access when one wants to have the
    moderators moderate posts hitting this regexp. See README.access
--- a/Makefile.am	Mon Nov 29 05:46:43 2004 +1100
+++ b/Makefile.am	Mon Nov 29 05:47:01 2004 +1100
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 AUTOMAKE_OPTIONS = foreign dist-bzip2
-EXTRA_DIST = include VERSION LICENSE UPGRADE listtexts src/log_error.c FAQ \
+EXTRA_DIST = include VERSION LICENSE UPGRADE src/log_error.c FAQ \
 	     TUNABLES README.access contrib man
 CLEANFILES = *~ mlmmj-*.tar.*
 
@@ -12,4 +12,4 @@
 	    man/mlmmj-sub.1 man/mlmmj-maintd.1 man/mlmmj-process.1 \
 	    man/mlmmj-send.1 man/mlmmj-unsub.1
 
-SUBDIRS = src
+SUBDIRS = src listtexts
--- a/README	Mon Nov 29 05:46:43 2004 +1100
+++ b/README	Mon Nov 29 05:47:01 2004 +1100
@@ -1,4 +1,4 @@
-README mlmmj-1.1.0-RC3					November 25th 2004
+README mlmmj-1.1.0					November 29th 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
--- a/VERSION	Mon Nov 29 05:46:43 2004 +1100
+++ b/VERSION	Mon Nov 29 05:47:01 2004 +1100
@@ -1,1 +1,1 @@
-1.1.0-RC3
+1.1.0
--- a/configure.ac	Mon Nov 29 05:46:43 2004 +1100
+++ b/configure.ac	Mon Nov 29 05:47:01 2004 +1100
@@ -31,4 +31,5 @@
 
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([src/Makefile])
+AC_CONFIG_FILES([listtexts/Makefile])
 AC_OUTPUT