From 2ec087744219f18fb32ef3738d8bbb6cc4232d60 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 11 Nov 2013 11:23:55 +0100 Subject: [PATCH 1/2] Add changelog for 0.0.4. Refs #5051 --- doc/1-about.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/1-about.md b/doc/1-about.md index b8c7ee6b5..e987d2296 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -18,6 +18,15 @@ 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.4 + +* IDO: PostgreSQL support +* IDO: implemented options to filter which kind of events are written to the database +* Livestatus: implemented support for the log and statehist tables +* Livestatus: implemented regex filters (~ and ~~) +* Replaced autotools-based build system with cmake +* Lots of bug fixes and performance improvements + ## What's New in Version 0.0.3 * `StatusDataWriter` and `ExternalCommandListener` (former `Compat`) and `CompatLogger` From 664edc41dc79d6c86a5225e8978346175790aba4 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 11 Nov 2013 11:24:17 +0100 Subject: [PATCH 2/2] Bump version. Refs #5051 --- icinga2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga2.spec b/icinga2.spec index 0086e54fc..45b5223e5 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -47,7 +47,7 @@ Summary: network monitoring application Name: icinga2 -Version: 0.0.3 +Version: 0.0.4 Release: %{revision}%{?dist} License: GPLv2+ Group: Applications/System