Skip to content

Commit 0045d02

Browse files
author
Michael Friedrich
committed
Release 0.0.6.
Fixes #5322
1 parent baa22c6 commit 0045d02

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Icinga 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+
426
0.0.5 - 2013/12/03
527

628
* Cluster: Implement support for CRLs

doc/1-about.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@ Support for Icinga 2 is available in a number of ways. Please have a look at
1919
the 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

icinga2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
Summary: Network monitoring application
4949
Name: icinga2
50-
Version: 0.0.5
50+
Version: 0.0.6
5151
Release: %{revision}%{?dist}
5252
License: GPLv2+
5353
Group: Applications/System

0 commit comments

Comments
 (0)