summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--THANKS.in1
-rw-r--r--plugins-root/Makefile.am2
3 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1d8ab7b..7bffbd2 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ This file documents the major additions and syntax changes between releases.
18 Fix check_load argument handling when not passing triplets (bug #1831890) 18 Fix check_load argument handling when not passing triplets (bug #1831890)
19 Tinderbox builds now run tests in a verbose mode 19 Tinderbox builds now run tests in a verbose mode
20 Update to Nagios::Plugin 0.22 20 Update to Nagios::Plugin 0.22
21 VPATH problem fixed for compiling plugins-root
21 22
221.4.10 28th September 2007 231.4.10 28th September 2007
23 Fix check_http buffer overflow vulnerability when following HTTP redirects 24 Fix check_http buffer overflow vulnerability when following HTTP redirects
diff --git a/THANKS.in b/THANKS.in
index 616871a..54fbfd5 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -228,3 +228,4 @@ Sebastien Guay
228Matteo HCE Valsasna 228Matteo HCE Valsasna
229Bernhard Fischer 229Bernhard Fischer
230fabiodds 230fabiodds
231Tom Payerle
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index 9623212..e61ebc7 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -1,6 +1,6 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t 3VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t $(srcdir)
4 4
5INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins @SSLINCLUDE@ 5INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins @SSLINCLUDE@
6 6