Update ChangeLog.

Refs #5254
This commit is contained in:
Michael Friedrich 2013-12-03 09:47:07 +01:00
parent 77595f9b5a
commit d18a00e1e8
2 changed files with 29 additions and 0 deletions

View File

@ -1,6 +1,20 @@
Icinga 2.x CHANGELOG
====================
0.0.5 - 2013/12/03
* Cluster: Implement support for CRLs
* Implement modified attributes
* Log messages providing more context
* Default log is a file (rather than syslog)
* Improve latency after start-up
* NSCA-ng support for the Vagrant demo VM
* Configuration: Recursively include configuration files matching a certain pattern
* IDO: Improve performance
* Migration: Add fallback for objects.cache instead of cfg_{dir,file}
* Lots of bugfixes and performance improvements
* Package fixes (Note: GPG key of packages.icinga.org has been updated)
0.0.4 - 2013/11/12
* IDO: PostgreSQL support

View File

@ -18,6 +18,21 @@ LICENSE file included in the package.
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.5
* Cluster: Implement support for CRLs
* Implement modified attributes
* Log messages providing more context
* Default log is a file (rather than syslog)
* Improve latency after start-up
* NSCA-ng support for the Vagrant demo VM
* Configuration: Recursively include configuration files matching a certain pattern
* IDO: Improve performance
* Migration: Add fallback for objects.cache instead of cfg_{dir,file}
* Lots of bugfixes and performance improvements
* Package fixes (Note: GPG key of packages.icinga.org has been updated)
## What's New in Version 0.0.4
* IDO: PostgreSQL support