aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2013-10-02 17:21:01 +0200
committer2013-10-02 17:21:01 +0200
commitc38a0b8a03128d8e429b9f2546137838807934d8 (patch)
treeb1f7808e2612976e824ec4cbd4b4efdcd12a2e8c
parentaebdf1890a88211b4d7981f8cb16f0c3ea1525e6 (diff)
downloadmonitoring-plugins-c38a0b8a03128d8e429b9f2546137838807934d8.tar.gz
Prepare for the 1.5 release
-rw-r--r--NEWS2
-rwxr-xr-xNP-VERSION-GEN2
-rw-r--r--configure.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6c017764..55174a81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
This file documents the major additions and syntax changes between releases.
-...
+1.5 2nd October 2013
ENHANCEMENTS
New check_dbi plugin for checking an (SQL) database using DBI
Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page)
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN
index c50c26bd..ae507e4a 100755
--- a/NP-VERSION-GEN
+++ b/NP-VERSION-GEN
@@ -6,7 +6,7 @@
SRC_ROOT=`dirname $0`
NPVF=NP-VERSION-FILE
-DEF_VER=1.4.16.git
+DEF_VER=1.5.git
LF='
'
diff --git a/configure.in b/configure.in
index 4479c2d1..7e8c8102 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(nagios-plugins,1.4.16)
+AC_INIT(nagios-plugins,1.5)
AC_CONFIG_SRCDIR(NPTest.pm)
AC_CONFIG_FILES([gl/Makefile
nagios-plugins.spec])