From 57a90cfffee907989fde3e0e65ba1d73507f5314 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Sun, 27 Aug 2006 17:55:32 +0000 Subject: [PATCH] 2006-08-27 [colin] 2.4.0cvs101 * src/plugins/bogofilter/Makefile.am Fix make dist (no README) --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/plugins/bogofilter/Makefile.am | 3 --- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index edf60819c..869f0eb52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-27 [colin] 2.4.0cvs101 + + * src/plugins/bogofilter/Makefile.am + Fix make dist (no README) + 2006-08-27 [colin] 2.4.0cvs100 * src/folder.c diff --git a/PATCHSETS b/PATCHSETS index 86d45169f..19c1c9cc2 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1792,3 +1792,4 @@ ( cvs diff -u -r 1.382.2.304 -r 1.382.2.305 src/compose.c; cvs diff -u -r 1.94.2.99 -r 1.94.2.100 src/messageview.c; cvs diff -u -r 1.150.2.75 -r 1.150.2.76 src/procmsg.c; cvs diff -u -r 1.60.2.33 -r 1.60.2.34 src/procmsg.h; ) > 2.4.0cvs98.patchset ( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/faq.xml; cvs diff -u -r 1.1.2.14 -r 1.1.2.15 manual/plugins.xml; ) > 2.4.0cvs99.patchset ( cvs diff -u -r 1.213.2.109 -r 1.213.2.110 src/folder.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/bogofilter/bogofilter.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/bogofilter/bogofilter.h; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/bogofilter/bogofilter_gtk.c; ) > 2.4.0cvs100.patchset +( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/bogofilter/Makefile.am; ) > 2.4.0cvs101.patchset diff --git a/configure.ac b/configure.ac index f383863d4..881a36faf 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=100 +EXTRA_VERSION=101 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/bogofilter/Makefile.am b/src/plugins/bogofilter/Makefile.am index dcee87d70..e88b097a6 100644 --- a/src/plugins/bogofilter/Makefile.am +++ b/src/plugins/bogofilter/Makefile.am @@ -28,6 +28,3 @@ AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(OPENSSL_CFLAGS) - -EXTRA_DIST = \ - README -- 2.11.4.GIT