Skip to content

Commit

Permalink
Release 0.0.6.
Browse files Browse the repository at this point in the history
Fixes #5322
  • Loading branch information
Michael Friedrich committed Dec 19, 2013
1 parent baa22c6 commit 0045d02
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
22 changes: 22 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 21 additions & 0 deletions doc/1-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion icinga2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0045d02

Please sign in to comment.