Skip to content

Commit

Permalink
Prep for release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John C. Frickson committed Nov 14, 2016
1 parent cfe0a3d commit ee1881d
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/file2sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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 **);
Expand Down
6 changes: 3 additions & 3 deletions src/log2ndo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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"



Expand Down
6 changes: 3 additions & 3 deletions src/ndo2db.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -50,9 +50,9 @@

#include <pthread.h>

#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)
Expand Down
8 changes: 4 additions & 4 deletions src/ndomod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/sockdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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 *);
Expand Down
4 changes: 2 additions & 2 deletions update-version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee1881d

Please sign in to comment.