From d17663f14cfee905bd5ffe7462f46aa9139bcbca Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 8 Apr 2015 14:13:09 +0200 Subject: [PATCH] Release version 1.13.2 --- Changelog | 7 +++++++ Makefile.in | 2 +- configure | 4 ++-- configure.in | 4 ++-- html/main.html | 6 +++--- icinga.spec | 2 +- include/common.h | 4 ++-- module/idoutils/include/common.h | 4 ++-- update-version | 4 ++-- 9 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Changelog b/Changelog index e6f4898b8..788a3d1e4 100644 --- a/Changelog +++ b/Changelog @@ -19,6 +19,13 @@ NEWS * This is the Icinga 1.x development branch. If you are looking for Icinga 2.x please check https://www.icinga.org/icinga2 +1.13.2 - 08/05/2015 + +FIXES + +* Bug #9010: icinga.spec: broken path to downtimes scripts and not packaged config files + + 1.13.1 - 05/04/2015 NOTES diff --git a/Makefile.in b/Makefile.in index 5fa714c2b..28f5f2c78 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,7 +89,7 @@ MKDIR=/bin/mkdir ############################### # Global ############################### -ICINGA_VERSION=1.13.1 +ICINGA_VERSION=1.13.2 CP=@CP@ diff --git a/configure b/configure index fccac512e..145d8a482 100755 --- a/configure +++ b/configure @@ -2512,9 +2512,9 @@ ac_config_headers="$ac_config_headers include/config.h" PKG_NAME=icinga-core -PKG_VERSION="1.13.1" +PKG_VERSION="1.13.2" PKG_HOME_URL="http://www.icinga.org/" -PKG_REL_DATE="04-05-2015" +PKG_REL_DATE="04-08-2015" ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do diff --git a/configure.in b/configure.in index be942f0b5..be4685bfb 100644 --- a/configure.in +++ b/configure.in @@ -9,9 +9,9 @@ AC_CONFIG_HEADER(include/config.h) AC_PREFIX_DEFAULT(/usr/local/icinga) PKG_NAME=icinga-core -PKG_VERSION="1.13.1" +PKG_VERSION="1.13.2" PKG_HOME_URL="http://www.icinga.org/" -PKG_REL_DATE="04-05-2015" +PKG_REL_DATE="04-08-2015" dnl Figure out how to invoke "install" and what install options to use. AC_PROG_INSTALL diff --git a/html/main.html b/html/main.html index 56db01d0c..1f9ec2968 100644 --- a/html/main.html +++ b/html/main.html @@ -18,9 +18,9 @@
-
Version 1.13.1
-
April 05, 2015
- +
Version 1.13.2
+
April 08, 2015
+
diff --git a/icinga.spec b/icinga.spec index 964740535..1a4c62ebb 100644 --- a/icinga.spec +++ b/icinga.spec @@ -54,7 +54,7 @@ Summary: Open Source host, service and network monitoring program Name: icinga -Version: 1.13.1 +Version: 1.13.2 Release: %{revision}%{?dist} License: GPLv2 Group: Applications/System diff --git a/include/common.h b/include/common.h index fcc9610cb..8a3380552 100644 --- a/include/common.h +++ b/include/common.h @@ -27,8 +27,8 @@ #define PROGRAM_NAME "Icinga" #define PROGRAM_NAME_UC "ICINGA" #define PROGRAM_NAME_LC "icinga" -#define PROGRAM_VERSION "1.13.1" -#define PROGRAM_MODIFICATION_DATE "04-05-2015" +#define PROGRAM_VERSION "1.13.2" +#define PROGRAM_MODIFICATION_DATE "04-08-2015" /*#define DEBUG_CHECK_IPC 1 */ /*#define DEBUG_CHECK_IPC2 1*/ diff --git a/module/idoutils/include/common.h b/module/idoutils/include/common.h index 429bf7709..b49378138 100644 --- a/module/idoutils/include/common.h +++ b/module/idoutils/include/common.h @@ -22,8 +22,8 @@ #define LOG2IDO_NAME "LOG2IDO" /* only one space for update-version matching */ -#define IDO_DATE "04-05-2015" -#define IDO_VERSION "1.13.1" +#define IDO_DATE "04-08-2015" +#define IDO_VERSION "1.13.2" #define IDO_SCHEMA_VERSION "1.13.0" diff --git a/update-version b/update-version index 4d0ad2a35..b7e8108f1 100755 --- a/update-version +++ b/update-version @@ -10,10 +10,10 @@ else fi # Current version number -CURRENTVERSION=1.13.1 +CURRENTVERSION=1.13.2 # Last date -LASTDATE=04-05-2015 +LASTDATE=04-08-2015 if [ "x$1" = "x" ] then