File tree Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 11Icinga 2.x CHANGELOG
22====================
33
4+ 0.0.6 - 2013/12/19
5+
6+ * Scheduled Downtimes as configuration object (also known as "Recurring Downtimes").
7+ * Log command arguments
8+ * Performance improvements for the config compiler
9+ * Config validation provides stats at the end
10+ * icinga2-enable-feature lists already enabled features
11+ * Add support for latency statistics to IcingaCheckTask
12+ * Implement support for using custom attributes as macros
13+ * StatusDataWriter update interval as config attribute
14+ * Improve performance with fetching data for status.dat/objects.cache, DB IDO and Livestatus
15+ * Livestatus History Table performance improvements
16+
17+ Changes
18+
19+ * Generated object names (host with services array) use an exclamation mark instead of a colon
20+ as seperator. State file objects with downtimes, comments, etc are invalid (unknown) for that
21+ reason.
22+ * Script variables are set using 'var' and 'const' instead of the previous 'set' identifier
23+ * ITL constants are now embedded in libicinga
24+ * Removed the ConsoleLogger object and keep the default console log enabled until we daemonize
25+
4260.0.5 - 2013/12/03
527
628* Cluster: Implement support for CRLs
Original file line number Diff line number Diff line change @@ -19,6 +19,27 @@ Support for Icinga 2 is available in a number of ways. Please have a look at
1919the support overview page at [ https://support.icinga.org ] .
2020
2121
22+ ## What's New in Version 0.0.6
23+
24+ * Scheduled Downtimes as configuration object (also known as "Recurring Downtimes").
25+ * Log command arguments
26+ * Performance improvements for the config compiler
27+ * Config validation provides stats at the end
28+ * icinga2-enable-feature lists already enabled features
29+ * Add support for latency statistics to IcingaCheckTask
30+ * Implement support for using custom attributes as macros
31+ * StatusDataWriter update interval as config attribute
32+ * Improve performance with fetching data for status.dat/objects.cache, DB IDO and Livestatus
33+ * Livestatus History Table performance improvements
34+
35+ ### Changes
36+ * Generated object names (host with services array) use an exclamation mark instead of a colon
37+ as seperator. State file objects with downtimes, comments, etc are invalid (unknown) for that
38+ reason.
39+ * Script variables are set using 'var' and 'const' instead of the previous 'set' identifier
40+ * ITL constants are now embedded in libicinga
41+ * Removed the ConsoleLogger object and keep the default console log enabled until we daemonize
42+
2243## What's New in Version 0.0.5
2344
2445* Cluster: Implement support for CRLs
Original file line number Diff line number Diff line change 4747
4848Summary: Network monitoring application
4949Name: icinga2
50- Version: 0.0.5
50+ Version: 0.0.6
5151Release: %{revision }%{?dist }
5252License: GPLv2+
5353Group: Applications/System
You can’t perform that action at this time.
0 commit comments