+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
## 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.*
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
-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
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
+AC_CONFIG_FILES([listtexts/Makefile])
AC_OUTPUT