From 634e93eec0f8e17d58fe6667c62bf5a7e8d524d4 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 22 May 2013 10:01:16 +0200 Subject: [PATCH] bump to 1.9.1 --- Changelog | 2 +- Makefile.in | 2 +- configure | 4 ++-- configure.in | 4 ++-- html/main.html | 6 +++--- icinga.spec | 5 ++++- include/common.h | 4 ++-- module/idoutils/include/common.h | 4 ++-- update-version | 4 ++-- 9 files changed, 19 insertions(+), 16 deletions(-) diff --git a/Changelog b/Changelog index 975c906e3..55c5b3091 100644 --- a/Changelog +++ b/Changelog @@ -13,7 +13,7 @@ UPGRADE NOTES - idoutils: ${source}/module/idoutils/config/updates * package locations may differ! -1.9.1 - XX/XX/2013 +1.9.1 - 22/05/2013 FIXES * core: fix objects.cache does not get updated on (re)start, but config verify (Christian Ruppert) #4155 - MF diff --git a/Makefile.in b/Makefile.in index ece543753..1fd2e140b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,7 +81,7 @@ MKDIR=/bin/mkdir ############################### # Global ############################### -ICINGA_VERSION=1.9.0 +ICINGA_VERSION=1.9.1 CP=@CP@ diff --git a/configure b/configure index cdc97de96..17a90dd37 100755 --- a/configure +++ b/configure @@ -2491,9 +2491,9 @@ ac_config_headers="$ac_config_headers include/config.h" PKG_NAME=icinga-core -PKG_VERSION="1.9.0" +PKG_VERSION="1.9.1" PKG_HOME_URL="http://www.icinga.org/" -PKG_REL_DATE="05-07-2013" +PKG_REL_DATE="05-22-2013" ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do diff --git a/configure.in b/configure.in index 600a16e9d..4f078232d 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.9.0" +PKG_VERSION="1.9.1" PKG_HOME_URL="http://www.icinga.org/" -PKG_REL_DATE="05-07-2013" +PKG_REL_DATE="05-22-2013" 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 62d5fbcde..82ac16fd2 100644 --- a/html/main.html +++ b/html/main.html @@ -18,9 +18,9 @@
-
Version 1.9.0
-
May 07, 2013
- +
Version 1.9.1
+
Mai 22, 2013
+
diff --git a/icinga.spec b/icinga.spec index 1a623f1e0..00a09162c 100644 --- a/icinga.spec +++ b/icinga.spec @@ -20,7 +20,7 @@ Summary: Open Source host, service and network monitoring program Name: icinga -Version: 1.9.0 +Version: 1.9.1 Release: %{revision}%{?dist} License: GPLv2 Group: Applications/System @@ -438,6 +438,9 @@ fi %changelog +* Wed May 22 2013 Michael Friedrich - 1.9.1-1 +- bump 1.9.1 + * Tue May 07 2013 Michael Friedrich - 1.9.0-1 - bump 1.9.0 diff --git a/include/common.h b/include/common.h index 037310220..d5a19b372 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.9.0" -#define PROGRAM_MODIFICATION_DATE "05-07-2013" +#define PROGRAM_VERSION "1.9.1" +#define PROGRAM_MODIFICATION_DATE "05-22-2013" /*#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 b33273c4b..e10717c55 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 "05-07-2013" -#define IDO_VERSION "1.9.0" +#define IDO_DATE "05-22-2013" +#define IDO_VERSION "1.9.1" #define IDO_SCHEMA_VERSION "1.9.0" diff --git a/update-version b/update-version index 07dc95a55..55d6aa2b7 100755 --- a/update-version +++ b/update-version @@ -10,10 +10,10 @@ else fi # Current version number -CURRENTVERSION=1.9.0 +CURRENTVERSION=1.9.1 # Last date -LASTDATE=05-07-2013 +LASTDATE=05-22-2013 if [ "x$1" = "x" ] then