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

Commit

Permalink
Release v1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Dec 22, 2016
1 parent 1b3507e commit bbd84c6
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ NEWS

* Mailinglists have been migrated to icinga.org. Please check https://www.icinga.org/support for details!

1.11.8 - 22/12/2016

SECURITY FIXES

* Fix possible root privilege escalation during opening logs (CVE-2016-9566) #13709

Icinga is **not** vulnerable to CVE-2016-9565 since we do not provide any PHP
files nor external advertising RSS feeds inside the Classic UI.


1.11.7 - 03/09/2014

Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ MKDIR=/bin/mkdir
###############################
# Global
###############################
ICINGA_VERSION=1.11.7
ICINGA_VERSION=1.11.8

CP=@CP@

Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2507,9 +2507,9 @@ ac_config_headers="$ac_config_headers include/config.h"
PKG_NAME=icinga-core
PKG_VERSION="1.11.7"
PKG_VERSION="1.11.8"
PKG_HOME_URL="http://www.icinga.org/"
PKG_REL_DATE="09-03-2014"
PKG_REL_DATE="12-22-2016"
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.11.7"
PKG_VERSION="1.11.8"
PKG_HOME_URL="http://www.icinga.org/"
PKG_REL_DATE="09-03-2014"
PKG_REL_DATE="12-22-2016"

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.11.7</div>
<div class="releasedate">September 03, 2014</div>
<div class="whatsnew"><a href="docs/en/whatsnew.html">Read what's new in Icinga 1.11.7</a></div>
<div class="version">Version 1.11.8</div>
<div class="releasedate">December 22, 2016</div>
<div class="whatsnew"><a href="docs/en/whatsnew.html">Read what's new in Icinga 1.11.8</a></div>
</div>

<div id="developer">
Expand Down
2 changes: 1 addition & 1 deletion icinga.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

Summary: Open Source host, service and network monitoring program
Name: icinga
Version: 1.11.7
Version: 1.11.8
Release: %{revision}%{?dist}
License: GPLv2
Group: Applications/System
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.11.7"
#define PROGRAM_MODIFICATION_DATE "09-03-2014"
#define PROGRAM_VERSION "1.11.8"
#define PROGRAM_MODIFICATION_DATE "12-22-2016"

/*#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 "09-03-2014"
#define IDO_VERSION "1.11.7"
#define IDO_DATE "12-22-2016"
#define IDO_VERSION "1.11.8"

#define IDO_SCHEMA_VERSION "1.11.7"

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.11.7
CURRENTVERSION=1.11.8

# Last date
LASTDATE=09-03-2014
LASTDATE=12-22-2016

if [ "x$1" = "x" ]
then
Expand Down

0 comments on commit bbd84c6

Please sign in to comment.