]> granicus.if.org Git - icinga2/commitdiff
Release version 2.2.4 v2.2.4
authorGunnar Beutner <gunnar@beutner.name>
Thu, 5 Feb 2015 09:51:04 +0000 (10:51 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 5 Feb 2015 10:15:24 +0000 (11:15 +0100)
ChangeLog
INSTALL.md
doc/1-about.md
icinga2.spec

index 4af5217d1ed3ebaad449d2bb3fe493f548dcf42c..deb55c0a03b25de0bb3f02d823996892f7cd6075 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,34 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.2.4
+
+#### Changes
+
+* Bugfixes
+
+#### Issues
+
+* Bug #6943: Configured recurring downtimes not applied on saturdays
+* Bug #7660: livestatus / nsca / etc submits are ignored during reload
+* Bug #7685: kUn-Bashify mail-{host,service}-notification.sh
+* Bug #8128: Icinga 2.2.2 build fails on SLES11SP3 because of changed boost dependency
+* Bug #8131: vfork() hangs on OS X
+* Bug #8162: Satellite doesn't use manually supplied 'local zone name'
+* Bug #8192: Feature statusdata shows wrong host notification options
+* Bug #8201: Update Icinga Web 2 uri to /icingaweb2
+* Bug #8214: Fix YAJL detection on Debian squeeze
+* Bug #8222: inconsistent URL http(s)://www.icinga.org
+* Bug #8223: Typos in readme file for windows plugins
+* Bug #8245: check_ssmtp command does NOT support mail_from
+* Bug #8256: Restart fails after deleting a Host
+* Bug #8288: Crash in DbConnection::ProgramStatusHandler
+* Bug #8295: Restart of Icinga hangs
+* Bug #8299: Scheduling downtime for host and all services only schedules services
+* Bug #8311: Segfault in Checkable::AddNotification
+* Bug #8321: enable_event_handlers attribute is missing in status.dat
+* Bug #8368: Output in "node wizard" is confusing
+
 ### What's New in Version 2.2.3
 
 #### Changes
index e4fc2bca423721c9fe328d8fe460089bc59a0f23..eec7e334e00c1091884edd98f44e56bb44df53ab 100644 (file)
@@ -112,12 +112,12 @@ disable the usage of `git describe`.
 
 Use `git archive` to build the release tarball:
 
-    $ VERSION=2.2.3
+    $ VERSION=2.2.4
     $ git archive --format=tar --prefix=icinga2-$VERSION/ tags/v$VERSION | gzip >icinga2-$VERSION.tar.gz
 
 Finally you should verify that the tarball only contains the files it should contain:
 
-    $ VERSION=2.2.3
+    $ VERSION=2.2.4
     $ tar ztf icinga2-$VERSION.tar.gz | less
 
 
index c49958ae96fda80662791affc9bb4f4b9d02be14..dd8079cf9611b259bd0cc6630e4af5915543ebf7 100644 (file)
@@ -54,6 +54,34 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant).
 
 ## <a id="whats-new"></a> What's new
 
+### What's New in Version 2.2.4
+
+#### Changes
+
+* Bugfixes
+
+#### Issues
+
+* Bug #6943: Configured recurring downtimes not applied on saturdays
+* Bug #7660: livestatus / nsca / etc submits are ignored during reload
+* Bug #7685: kUn-Bashify mail-{host,service}-notification.sh
+* Bug #8128: Icinga 2.2.2 build fails on SLES11SP3 because of changed boost dependency
+* Bug #8131: vfork() hangs on OS X
+* Bug #8162: Satellite doesn't use manually supplied 'local zone name'
+* Bug #8192: Feature statusdata shows wrong host notification options
+* Bug #8201: Update Icinga Web 2 uri to /icingaweb2
+* Bug #8214: Fix YAJL detection on Debian squeeze
+* Bug #8222: inconsistent URL http(s)://www.icinga.org
+* Bug #8223: Typos in readme file for windows plugins
+* Bug #8245: check_ssmtp command does NOT support mail_from
+* Bug #8256: Restart fails after deleting a Host
+* Bug #8288: Crash in DbConnection::ProgramStatusHandler
+* Bug #8295: Restart of Icinga hangs
+* Bug #8299: Scheduling downtime for host and all services only schedules services
+* Bug #8311: Segfault in Checkable::AddNotification
+* Bug #8321: enable_event_handlers attribute is missing in status.dat
+* Bug #8368: Output in "node wizard" is confusing
+
 ### What's New in Version 2.2.3
 
 #### Changes
index 54a947a1ca743e86d30618de5ffc1bfae8cc5144..b6a3a71c0be863600ea648810be2654dcf0348f9 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.2.3
+Version: 2.2.4
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System