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

Commit

Permalink
Release v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Dec 19, 2017
1 parent fbf4cf8 commit 692e8a5
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 17 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Adrian Lopez <[email protected]>
Alexander Hofmann <[email protected]>
Alexander Wirt <[email protected]>
Andreas Ericsson <[email protected]>
Andrew Hoag <[email protected]>
Assaf Flatto <[email protected]>
Bas Couwenberg <[email protected]>
Bernd Arnold <[email protected]>
brammeleman <[email protected]>
Carl Friend <[email protected]>
Carl R. Friend <[email protected]>
Chris Moates <[email protected]>
Expand Down Expand Up @@ -52,6 +54,7 @@ Thomas Dressler <[email protected]>
Thomas Dreßler <[email protected]>
Tim Hardeck <[email protected]>
Tim Schumacher <[email protected]>
Tobias Deiminger <[email protected]>
Tobias Redel <[email protected]>
Tobias Scherbaum <[email protected]>
Tomas Dubec <[email protected]>
Expand Down
21 changes: 19 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,25 @@ UPGRADE NOTES

NEWS

* This is the Icinga 1.x development branch. If you are looking for Icinga 2.x
please check https://www.icinga.org/icinga2
* This is the Icinga 1.x development branch. It will only receive security
patches for 1.14.x, feature/bug patches are EOL.

Consider a migration to Icinga 2: https://www.icinga.com/docs

1.14.1 - 12/19/2017

SECURITY FIXES

* #1601 & #1604: CVE-2017-16882: Fix source installation permissions (packages are not affected)

FIXES

* #8 & #1578 Remove "are stale" log entries
* #1603 Fix SOFT recovery for services
* #7 Feature/initd run with precache
* #1599 & #1600 No host alerts included in alert summary report of type "Most Recent Alert"
* #1595 Fix database upgrade to 1.13.0 with old schema


1.14.0 - 12/22/2016

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

CP=@CP@

Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2523,9 +2523,9 @@ ac_config_headers="$ac_config_headers include/config.h"
PKG_NAME=icinga-core
PKG_VERSION="1.14.0"
PKG_VERSION="1.14.1"
PKG_HOME_URL="http://www.icinga.org/"
PKG_REL_DATE="12-22-2016"
PKG_REL_DATE="12-19-2017"
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.14.0"
PKG_VERSION="1.14.1"
PKG_HOME_URL="http://www.icinga.org/"
PKG_REL_DATE="12-22-2016"
PKG_REL_DATE="12-19-2017"

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.14.0</div>
<div class="releasedate">December 22, 2016</div>
<div class="whatsnew"><a href="docs/en/whatsnew.html">Read what's new in Icinga 1.14.0</a></div>
<div class="version">Version 1.14.1</div>
<div class="releasedate">December 19, 2017</div>
<div class="whatsnew"><a href="docs/en/whatsnew.html">Read what's new in Icinga 1.14.1</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.14.0
Version: 1.14.1
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.14.0"
#define PROGRAM_MODIFICATION_DATE "12-22-2016"
#define PROGRAM_VERSION "1.14.1"
#define PROGRAM_MODIFICATION_DATE "12-19-2017"

/*#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 "12-22-2016"
#define IDO_VERSION "1.14.0"
#define IDO_DATE "12-19-2017"
#define IDO_VERSION "1.14.1"

#define IDO_SCHEMA_VERSION "1.13.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.14.0
CURRENTVERSION=1.14.1

# Last date
LASTDATE=12-22-2016
LASTDATE=12-19-2017

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

0 comments on commit 692e8a5

Please sign in to comment.