Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
bump to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed May 22, 2013
1 parent f6d9f03 commit 634e93e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MKDIR=/bin/mkdir
###############################
# Global
###############################
ICINGA_VERSION=1.9.0
ICINGA_VERSION=1.9.1

CP=@CP@

Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions html/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</div>

<div id="currentversioninfo">
<div class="version">Version 1.9.0</div>
<div class="releasedate">May 07, 2013</div>
<div class="whatsnew"><a href="docs/en/whatsnew.html">Read what's new in Icinga 1.9.0</a></div>
<div class="version">Version 1.9.1</div>
<div class="releasedate">Mai 22, 2013</div>
<div class="whatsnew"><a href="docs/en/whatsnew.html">Read what's new in Icinga 1.9.1</a></div>
</div>

<div id="developer">
Expand Down
5 changes: 4 additions & 1 deletion icinga.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -438,6 +438,9 @@ fi


%changelog
* Wed May 22 2013 Michael Friedrich <michael.friedrich@netways.de> - 1.9.1-1
- bump 1.9.1

* Tue May 07 2013 Michael Friedrich <michael.friedrich@netways.de> - 1.9.0-1
- bump 1.9.0

Expand Down
4 changes: 2 additions & 2 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down
4 changes: 2 additions & 2 deletions module/idoutils/include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions update-version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 634e93e

Please sign in to comment.