From ee1881d9e987cb2449c4b1b08653f013257ab64c Mon Sep 17 00:00:00 2001 From: "John C. Frickson" Date: Mon, 14 Nov 2016 13:23:05 -0600 Subject: [PATCH] Prep for release 2.1.2 --- Changelog | 2 +- configure | 4 ++-- configure.ac | 4 ++-- src/file2sock.c | 6 +++--- src/log2ndo.c | 6 +++--- src/ndo2db.c | 6 +++--- src/ndomod.c | 8 ++++---- src/sockdebug.c | 6 +++--- update-version | 4 ++-- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Changelog b/Changelog index 16f7cfe..40aa210 100644 --- a/Changelog +++ b/Changelog @@ -2,7 +2,7 @@ NDO Utils Changelog =================== -2.1.x - xxxx-xx-xx +2.1.2 - 2016-11-14 ------------------ * Database creation fails in mysql.sql in fresh install (John Frickson) * duration column in nagios_scheduleddowntime needs to be larger (John Frickson) diff --git a/configure b/configure index 12871fb..10c2775 100755 --- a/configure +++ b/configure @@ -2464,9 +2464,9 @@ $as_echo "#define DEFAULT_NAGIOS_GROUP nagios" >>confdefs.h PKG_NAME=ndoutils INIT_PROG=ndo2db -PKG_VERSION="2.1.1" +PKG_VERSION="2.1.2" PKG_HOME_URL="http://www.nagios.org/" -PKG_REL_DATE="09-06-2016" +PKG_REL_DATE="11-14-2016" ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do diff --git a/configure.ac b/configure.ac index af39f43..39e1e20 100644 --- a/configure.ac +++ b/configure.ac @@ -30,9 +30,9 @@ AC_DEFINE([DEFAULT_NAGIOS_GROUP], [nagios], [Default Nagios Group]) PKG_NAME=ndoutils INIT_PROG=ndo2db -PKG_VERSION="2.1.1" +PKG_VERSION="2.1.2" PKG_HOME_URL="http://www.nagios.org/" -PKG_REL_DATE="09-06-2016" +PKG_REL_DATE="11-14-2016" dnl Figure out how to invoke "install" and what install options to use. AC_PROG_INSTALL diff --git a/src/file2sock.c b/src/file2sock.c index 202b24d..3eed6a2 100644 --- a/src/file2sock.c +++ b/src/file2sock.c @@ -10,7 +10,7 @@ * License: GPL v2 * * First Written: 05-13-2005 - * Last Modified: 09-06-2016 + * Last Modified: 11-14-2016 * * This file is part of NDOUtils. * @@ -31,9 +31,9 @@ #include "../include/common.h" #include "../include/io.h" -#define FILE2SOCK_VERSION "2.1.1" +#define FILE2SOCK_VERSION "2.1.2" #define FILE2SOCK_NAME "FILE2SOCK" -#define FILE2SOCK_DATE "09-06-2016" +#define FILE2SOCK_DATE "11-14-2016" int process_arguments(int,char **); diff --git a/src/log2ndo.c b/src/log2ndo.c index c8875ca..2b94e63 100644 --- a/src/log2ndo.c +++ b/src/log2ndo.c @@ -5,7 +5,7 @@ * Copyright 2009-2014 Nagios Core Development Team and Community Contributors * Copyright 2005-2009 Ethan Galstad * - * Last Modified: 09-06-2016 + * Last Modified: 11-14-2016 * * This file is part of NDOUtils. * @@ -27,9 +27,9 @@ #include "../include/io.h" #include "../include/protoapi.h" -#define LOG2NDO_VERSION "2.1.1" +#define LOG2NDO_VERSION "2.1.2" #define LOG2NDO_NAME "LOG2NDO" -#define LOG2NDO_DATE "09-06-2016" +#define LOG2NDO_DATE "11-14-2016" diff --git a/src/ndo2db.c b/src/ndo2db.c index af6ec93..b5d7fcc 100644 --- a/src/ndo2db.c +++ b/src/ndo2db.c @@ -6,7 +6,7 @@ * Copyright 2005-2009 Ethan Galstad * * First Written: 05-19-2005 - * Last Modified: 09-06-2016 + * Last Modified: 11-14-2016 * * This file is part of NDOUtils. * @@ -50,9 +50,9 @@ #include -#define NDO2DB_VERSION "2.1.1" +#define NDO2DB_VERSION "2.1.2" #define NDO2DB_NAME "NDO2DB" -#define NDO2DB_DATE "09-06-2016" +#define NDO2DB_DATE "11-14-2016" #ifdef HAVE_SSL # if (defined(__sun) && defined(SOLARIS_10)) || defined(_AIX) || defined(__hpux) diff --git a/src/ndomod.c b/src/ndomod.c index aab4f19..ce01a83 100644 --- a/src/ndomod.c +++ b/src/ndomod.c @@ -5,12 +5,12 @@ * Copyright 2009-2014 Nagios Core Development Team and Community Contributors * Copyright 2005-2009 Ethan Galstad * - * Last Modified: 09-06-2016 + * Last Modified: 11-14-2016 * * This file is part of NDOUtils. * * First Written: 05-19-2005 - * Last Modified: 09-06-2016 + * Last Modified: 11-14-2016 * ***************************************************************************** * NDOUtils is free software: you can redistribute it and/or modify @@ -86,9 +86,9 @@ NEB_API_VERSION(CURRENT_NEB_API_VERSION) -#define NDOMOD_VERSION "2.1.1" +#define NDOMOD_VERSION "2.1.2" #define NDOMOD_NAME "NDOMOD" -#define NDOMOD_DATE "09-06-2016" +#define NDOMOD_DATE "11-14-2016" #define BD_INT 0 #define BD_TIMEVAL 1 diff --git a/src/sockdebug.c b/src/sockdebug.c index 3e905c1..ed16a76 100644 --- a/src/sockdebug.c +++ b/src/sockdebug.c @@ -9,7 +9,7 @@ * Copyright (c) 2005-2009 Ethan Galstad * * First Written: 05-13-2005 - * Last Modified: 09-06-2016 + * Last Modified: 11-14-2016 * * This file is part of NDOUtils. * @@ -28,9 +28,9 @@ #include "../include/config.h" -#define SOCKDEBUG_VERSION "2.1.1" +#define SOCKDEBUG_VERSION "2.1.2" #define SOCKDEBUG_NAME "SOCKDEBUG" -#define SOCKDEBUG_DATE "09-06-2016" +#define SOCKDEBUG_DATE "11-14-2016" int cleanup_socket(int,char *); diff --git a/update-version b/update-version index e20b573..1c15d44 100755 --- a/update-version +++ b/update-version @@ -10,10 +10,10 @@ else fi # Current version number -CURRENTVERSION=2.1.1 +CURRENTVERSION=2.1.2 # Last date -LASTDATE=09-06-2016 +LASTDATE=11-14-2016 if [ "x$1" = "x" ] then