Skip to content

Commit

Permalink
preparing 0.05-1 minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tontonitch committed Dec 27, 2013
1 parent 9a84a81 commit a888cd6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Possible change types: enhancement, feature, bugfix, add
#
# ----------------------------------------------------------------------
# * 0.05-1 (in progress)
# * 0.05-1
# ----------------------------------------------------------------------
#
# - feature: nagios 4.x support
Expand Down
3 changes: 1 addition & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
#
Expand Down Expand Up @@ -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='[email protected]'

ac_default_prefix=/usr/local/interfacetable_v3t
Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand All @@ -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 $@
Expand Down Expand Up @@ -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"



Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -3310,7 +3310,7 @@ Report bugs to <[email protected]>."
_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'`\\"
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT(interfacetable_v3t, 0.05, [email protected])
AC_INIT(interfacetable_v3t, 0.05-1, [email protected])

### For later filesystem permissions
AC_DEFINE([DEFAULT_USER], [nagios], [Default User])
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libexec/check_interface_table_v3t.pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]';
my %ERRORCODES = (0=>'OK',1=>'WARNING',2=>'CRITICAL',3=>'UNKNOWN',4=>'DEPENDENT');
my %COLORS = ('HighLight' => '#81BEF7');
Expand Down

0 comments on commit a888cd6

Please sign in to comment.