]> granicus.if.org Git - icinga2/commitdiff
Release 0.0.6. v0.0.6
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 19 Dec 2013 09:45:31 +0000 (10:45 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 19 Dec 2013 09:50:53 +0000 (10:50 +0100)
Fixes #5322

ChangeLog
doc/1-about.md
icinga2.spec

index 949a5e6f7cc24fd5898f925f0762f3b33769dfc3..1eb8df99bd192ce610fc97a33bb32be1126d8033 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,28 @@
 Icinga 2.x CHANGELOG
 ====================
 
+0.0.6 - 2013/12/19
+
+* Scheduled Downtimes as configuration object (also known as "Recurring Downtimes").
+* Log command arguments
+* Performance improvements for the config compiler
+* Config validation provides stats at the end
+* icinga2-enable-feature lists already enabled features
+* Add support for latency statistics to IcingaCheckTask
+* Implement support for using custom attributes as macros
+* StatusDataWriter update interval as config attribute
+* Improve performance with fetching data for status.dat/objects.cache, DB IDO and Livestatus
+* Livestatus History Table performance improvements
+
+Changes
+
+* Generated object names (host with services array) use an exclamation mark instead of a colon
+as seperator. State file objects with downtimes, comments, etc are invalid (unknown) for that
+reason.
+* Script variables are set using 'var' and 'const' instead of the previous 'set' identifier
+* ITL constants are now embedded in libicinga
+* Removed the ConsoleLogger object and keep the default console log enabled until we daemonize
+
 0.0.5 - 2013/12/03
 
 * Cluster: Implement support for CRLs
index eb1d882f2e6e2c6a1194d5b23f204c649032ab5b..9a5f33f1debc0dd4c4d6ce7bd16e09f1112ef01d 100644 (file)
@@ -19,6 +19,27 @@ Support for Icinga 2 is available in a number of ways. Please have a look at
 the support overview page at [https://support.icinga.org].
 
 
+## What's New in Version 0.0.6
+
+* Scheduled Downtimes as configuration object (also known as "Recurring Downtimes").
+* Log command arguments
+* Performance improvements for the config compiler
+* Config validation provides stats at the end
+* icinga2-enable-feature lists already enabled features
+* Add support for latency statistics to IcingaCheckTask
+* Implement support for using custom attributes as macros
+* StatusDataWriter update interval as config attribute
+* Improve performance with fetching data for status.dat/objects.cache, DB IDO and Livestatus
+* Livestatus History Table performance improvements
+
+### Changes
+* Generated object names (host with services array) use an exclamation mark instead of a colon
+as seperator. State file objects with downtimes, comments, etc are invalid (unknown) for that
+reason.
+* Script variables are set using 'var' and 'const' instead of the previous 'set' identifier
+* ITL constants are now embedded in libicinga
+* Removed the ConsoleLogger object and keep the default console log enabled until we daemonize
+
 ## What's New in Version 0.0.5
 
 * Cluster: Implement support for CRLs
index 82412e4b849c8baed3cbb2c23df4e23347c977b9..fb0004b2406053505ca823425a2fbde2e3a8b0dd 100644 (file)
@@ -47,7 +47,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 0.0.5
+Version: 0.0.6
 Release: %{revision}%{?dist}
 License: GPLv2+
 Group: Applications/System