From a888cd620040718700ce0d0ab98a9dfdad72bdc2 Mon Sep 17 00:00:00 2001 From: Yannick Charton Date: Fri, 27 Dec 2013 11:15:20 +0100 Subject: [PATCH] preparing 0.05-1 minor release --- CHANGELOG | 2 +- TODO | 3 +-- configure | 22 +++++++++++----------- configure.ac | 6 +++--- libexec/check_interface_table_v3t.pl.in | 2 +- 5 files changed, 17 insertions(+), 18 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bf0e02b..a9d893d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,7 +5,7 @@ # Possible change types: enhancement, feature, bugfix, add # # ---------------------------------------------------------------------- -# * 0.05-1 (in progress) +# * 0.05-1 # ---------------------------------------------------------------------- # # - feature: nagios 4.x support diff --git a/TODO b/TODO index 448321d..4209fb7 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ # ======================================================================== # # ---------------------------------------------------------------------- -# Todo for 0.05-1 +# Todo for 0.05-2 # ---------------------------------------------------------------------- # - change snmpget generated cache files to per oid cache files (to avoid too long filename/path for the filesystem) # - Spike-Remover contribution revamp (fix_rrd_peaks.sh) @@ -14,7 +14,6 @@ # - review all function specs and desc # - website doc : howto html output on nagiosxi # - doc: pnp popup only for pnp 0.6.x -# DONE - add nagios 4.x support # # ---------------------------------------------------------------------- # Todo for 0.06 diff --git a/configure b/configure index db32cc1..f38cd6f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for interfacetable_v3t 0.05. +# Generated by GNU Autoconf 2.63 for interfacetable_v3t 0.05-1. # # Report bugs to . # @@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='interfacetable_v3t' PACKAGE_TARNAME='interfacetable_v3t' -PACKAGE_VERSION='0.05' -PACKAGE_STRING='interfacetable_v3t 0.05' +PACKAGE_VERSION='0.05-1' +PACKAGE_STRING='interfacetable_v3t 0.05-1' PACKAGE_BUGREPORT='tontonitch-pro@yahoo.fr' ac_default_prefix=/usr/local/interfacetable_v3t @@ -1263,7 +1263,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures interfacetable_v3t 0.05 to adapt to many kinds of systems. +\`configure' configures interfacetable_v3t 0.05-1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1329,7 +1329,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of interfacetable_v3t 0.05:";; + short | recursive ) echo "Configuration of interfacetable_v3t 0.05-1:";; esac cat <<\_ACEOF @@ -1423,7 +1423,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -interfacetable_v3t configure 0.05 +interfacetable_v3t configure 0.05-1 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1437,7 +1437,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by interfacetable_v3t $as_me 0.05, which was +It was created by interfacetable_v3t $as_me 0.05-1, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -1946,9 +1946,9 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac ### Some information about the project PKG_NAME=interfacetable_v3t -PKG_VERSION="0.05" +PKG_VERSION="0.05-1" PKG_HOME_URL="http://www.tontonitch.com" -PKG_REL_DATE="31-08-2013" +PKG_REL_DATE="27-12-2013" @@ -3260,7 +3260,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by interfacetable_v3t $as_me 0.05, which was +This file was extended by interfacetable_v3t $as_me 0.05-1, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3310,7 +3310,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -interfacetable_v3t config.status 0.05 +interfacetable_v3t config.status 0.05-1 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index a8fcd26..94a3835 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ### Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(interfacetable_v3t, 0.05, tontonitch-pro@yahoo.fr) +AC_INIT(interfacetable_v3t, 0.05-1, tontonitch-pro@yahoo.fr) ### For later filesystem permissions AC_DEFINE([DEFAULT_USER], [nagios], [Default User]) @@ -23,9 +23,9 @@ AC_CANONICAL_HOST ### Some information about the project PKG_NAME=interfacetable_v3t -PKG_VERSION="0.05" +PKG_VERSION="0.05-1" PKG_HOME_URL="http://www.tontonitch.com" -PKG_REL_DATE="31-08-2013" +PKG_REL_DATE="27-12-2013" AC_SUBST(PKG_NAME) AC_SUBST(PKG_VERSION) AC_SUBST(PKG_HOME_URL) diff --git a/libexec/check_interface_table_v3t.pl.in b/libexec/check_interface_table_v3t.pl.in index 2be6fe0..63dcecc 100644 --- a/libexec/check_interface_table_v3t.pl.in +++ b/libexec/check_interface_table_v3t.pl.in @@ -57,7 +57,7 @@ use vars qw($TIMEOUT %ERRORS $PROGNAME $REVISION $CONTACT); $TIMEOUT = 15; %ERRORS = ('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4); $PROGNAME = $0; -$REVISION = '0.05'; +$REVISION = '0.05-1'; $CONTACT = 'tontonitch-pro@yahoo.fr'; my %ERRORCODES = (0=>'OK',1=>'WARNING',2=>'CRITICAL',3=>'UNKNOWN',4=>'DEPENDENT'); my %COLORS = ('HighLight' => '#81BEF7');