]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Prep for 1.1.0 and patch from Drake Wyrm
authormmj <none@none>
Sun, 28 Nov 2004 18:47:01 +0000 (05:47 +1100)
committermmj <none@none>
Sun, 28 Nov 2004 18:47:01 +0000 (05:47 +1100)
ChangeLog
Makefile.am
README
VERSION
configure.ac

index 72056fb01b7525ec90a35cf1446c9ba9c45c006c..ba9d129b29641d214f5ae69a093bd737a3580357 100644 (file)
--- 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
index b6258faae13d21bba3b6a035775fbc4dc376c796..74d4404fe30dfacde709d886caceff9ea50922b5 100644 (file)
@@ -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 c819c5e6b52bb89a7c75c3394bb3d8ea9ab59190..45a885f6cf6f200a728e027d7d34365681b19a4c 100644 (file)
--- 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 cd69228df0b27ee931bc17441be8f4d524c27ef8..9084fa2f716a7117829f3f32a5f4cef400e02903 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0-RC3
+1.1.0
index 11f576770bbc0b13fa1b29103bb166fa4b4a14a9..64c12fcce610b7428a7c0dbae4e9f2ed4ddb2cc7 100644 (file)
@@ -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