Skip to content

Commit

Permalink
Prep for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Stanley committed Feb 28, 2014
1 parent c1217d1 commit 70bda79
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 20 deletions.
9 changes: 8 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
===================
NDO Utils Changelog
===================
2.0.0 - ???

2.0.0 - 02/28/2014
------------------
* Updated database schema upgrade script to support multiple updates (Eric Stanley, Scott Wilkerson)
* Added data serialization functions (Eric Stanley)
* Added new Nagios Core 4 attributes: importance values, service parents (Eric Stanley)
* Resolved tracker items #374 and #118 by adding auto-trimming options (Mike Guthrie)
* Replaced ndomod.cfg data_processing_options variable with single options (Mike Guthrie)
* Updated to work with Nagios Core 4 (Eric Stanley)
* Replaced ndomod.cfg data_processing_options variable with single options for easier customization (See README) (Mike Guthrie)
* Added missing maintenance options for table trimming (Mike Guthrie)

Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1830,9 +1830,9 @@ _ACEOF
PKG_NAME=ndoutils
PKG_VERSION="1.5.2"
PKG_VERSION="2.0.0"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="06-08-2012"
PKG_REL_DATE="02-28-2014"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ AC_DEFINE([DEFAULT_NAGIOS_USER], [nagios], [Default Nagios User])
AC_DEFINE([DEFAULT_NAGIOS_GROUP], [nagios], [Default Nagios Group])

PKG_NAME=ndoutils
PKG_VERSION="1.5.2"
PKG_VERSION="2.0.0"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="06-08-2012"
PKG_REL_DATE="02-28-2014"

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 @@ -6,17 +6,17 @@
* License: GPL v2
*
* First Written: 05-13-2005
* Last Modified: 06-08-2012
* Last Modified: 02-28-2014
*
**************************************************************/

#include "../include/config.h"
#include "../include/common.h"
#include "../include/io.h"

#define FILE2SOCK_VERSION "1.5.2"
#define FILE2SOCK_VERSION "2.0.0"
#define FILE2SOCK_NAME "FILE2SOCK"
#define FILE2SOCK_DATE "06-08-2012"
#define FILE2SOCK_DATE "02-28-2014"


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 @@ -4,7 +4,7 @@
* Copyright (c) 2009 Nagios Core Development Team and Community Contributors
* Copyright (c) 2005-2009 Ethan Galstad
*
* Last Modified: 06-08-2012
* Last Modified: 02-28-2014
*
**************************************************************/

Expand All @@ -13,9 +13,9 @@
#include "../include/io.h"
#include "../include/protoapi.h"

#define LOG2NDO_VERSION "1.5.2"
#define LOG2NDO_VERSION "2.0.0"
#define LOG2NDO_NAME "LOG2NDO"
#define LOG2NDO_DATE "06-08-2012"
#define LOG2NDO_DATE "02-28-2014"



Expand Down
4 changes: 2 additions & 2 deletions src/ndo2db.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2005-2009 Ethan Galstad
*
* First Written: 05-19-2005
* Last Modified: 06-08-2012
* Last Modified: 02-28-2014
*
**************************************************************/

Expand All @@ -32,7 +32,7 @@

#define NDO2DB_VERSION "2.0.0"
#define NDO2DB_NAME "NDO2DB"
#define NDO2DB_DATE "10-30-2012"
#define NDO2DB_DATE "02-28-2014"

#ifdef HAVE_SSL
SSL_METHOD *meth;
Expand Down
4 changes: 2 additions & 2 deletions src/ndomod.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2005-2009 Ethan Galstad
*
* First Written: 05-19-2005
* Last Modified: 09-27-2012
* Last Modified: 02-28-2014
*
* TO DO: Add service parents, hourly value (hosts / services),
* minimum value (contacts)
Expand Down Expand Up @@ -67,7 +67,7 @@ NEB_API_VERSION(CURRENT_NEB_API_VERSION)

#define NDOMOD_VERSION "2.0.0"
#define NDOMOD_NAME "NDOMOD"
#define NDOMOD_DATE "10-30-2012"
#define NDOMOD_DATE "02-28-2014"

#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 @@ -5,15 +5,15 @@
* Copyright (c) 2005-2009 Ethan Galstad
*
* First Written: 05-13-2005
* Last Modified: 06-08-2012
* Last Modified: 02-28-2014
*
**************************************************************/

#include "../include/config.h"

#define SOCKDEBUG_VERSION "1.5.2"
#define SOCKDEBUG_VERSION "2.0.0"
#define SOCKDEBUG_NAME "SOCKDEBUG"
#define SOCKDEBUG_DATE "06-08-2012"
#define SOCKDEBUG_DATE "02-28-2014"


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=1.5.2
CURRENTVERSION=2.0.0

# Last date
LASTDATE=06-08-2012
LASTDATE=02-28-2014

if [ "x$1" = "x" ]
then
Expand Down

0 comments on commit 70bda79

Please sign in to comment.