From: mmj Date: Sun, 28 Nov 2004 18:47:01 +0000 (+1100) Subject: Prep for 1.1.0 and patch from Drake Wyrm X-Git-Tag: RELEASE_1_1_0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d868f23b68641463b899662ebb9fcd181c237799;p=thirdparty%2Fmlmmj.git Prep for 1.1.0 and patch from Drake Wyrm --- diff --git a/ChangeLog b/ChangeLog index 72056fb0..ba9d129b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile.am b/Makefile.am index b6258faa..74d4404f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ man1_MANS = man/mlmmj-bounce.1 man/mlmmj-make-ml.1 man/mlmmj-recieve.1 \ 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 diff --git a/README b/README index c819c5e6..45a885f6 100644 --- a/README +++ b/README @@ -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 diff --git a/VERSION b/VERSION index cd69228d..9084fa2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0-RC3 +1.1.0 diff --git a/configure.ac b/configure.ac index 11f57677..64c12fcc 100644 --- a/configure.ac +++ b/configure.ac @@ -31,4 +31,5 @@ AC_CHECK_FUNCS([nanosleep time strftime syslog regcomp regexec]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([src/Makefile]) +AC_CONFIG_FILES([listtexts/Makefile]) AC_OUTPUT