Ver Fonte

Prep for 2.14 release

Eric Stanley há 13 anos atrás
pai
commit
e5bd1b7013
7 ficheiros alterados com 13 adições e 13 exclusões
  1. 1 1
      Changelog
  2. 2 2
      configure
  3. 3 3
      configure.in
  4. 3 3
      include/common.h
  5. 1 1
      src/check_nrpe.c
  6. 1 1
      src/nrpe.c
  7. 2 2
      update-version

+ 1 - 1
Changelog

@@ -3,7 +3,7 @@ NRPE Changelog
 **************
 
 
-x.xx - xx/xx/xxxx
+2.14 - 12/21/2012
 -----------------
 - Added configure option to allow bash command substitutions, disabled by default [bug #400] (Eric Stanley)
 - Patched to shutdown SSL connection completely (Jari Takkala)

+ 2 - 2
configure

@@ -1852,9 +1852,9 @@ ac_config_files="$ac_config_files Makefile subst src/Makefile package/solaris/Ma
 
 
 PKG_NAME=nrpe
-PKG_VERSION="2.13"
+PKG_VERSION="2.14"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="11-11-2011"
+PKG_REL_DATE="12-21-2012"
 RPM_RELEASE=1
 
 

+ 3 - 3
configure.in

@@ -4,7 +4,7 @@ dnl Disable caching
 define([AC_CACHE_LOAD],)
 define([AC_CACHE_SAVE],)
 
-AC_INIT([nrpe],[2.13],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org])
+2.14([nrpe],[2.13],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org])
 AC_CONFIG_SRCDIR([src/nrpe.c])
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_FILES([Makefile
@@ -20,9 +20,9 @@ AC_CONFIG_FILES([Makefile
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="2.13"
+PKG_VERSION="2.14"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="11-11-2011"
+PKG_REL_DATE="12-21-2012"
 RPM_RELEASE=1
 AC_SUBST(PKG_NAME)
 AC_SUBST(PKG_VERSION)

+ 3 - 3
include/common.h

@@ -2,7 +2,7 @@
  *
  * COMMON.H - NRPE Common Include File
  * Copyright (c) 1999-2007 Ethan Galstad (nagios@nagios.org)
- * Last Modified: 11-11-2011
+ * Last Modified: 12-21-2012
  *
  * License:
  *
@@ -23,8 +23,8 @@
 
 #include "config.h"
 
-#define PROGRAM_VERSION "2.13"
-#define MODIFICATION_DATE "11-11-2011"
+#define PROGRAM_VERSION "2.14"
+#define MODIFICATION_DATE "12-21-2012"
 
 #define OK		0
 #define ERROR		-1

+ 1 - 1
src/check_nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2008 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 11-11-2011
+ * Last Modified: 12-21-2012
  *
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-to to_sec]
  *

+ 1 - 1
src/nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2008 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 11-11-2011
+ * Last Modified: 12-21-2012
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *

+ 2 - 2
update-version

@@ -10,10 +10,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=2.13
+CURRENTVERSION=2.14
 
 # Last date
-LASTDATE=11-11-2011
+LASTDATE=12-21-2012
 
 if [ "x$1" = "x" ]
 then