From 2fc40398c2d2567e992e15a123b2d2a8cd8dd85e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 12 Mar 2015 16:00:14 +0100 Subject: [PATCH] Release version 2.3.2 --- ChangeLog | 10 ++++++++++ INSTALL.md | 4 ++-- doc/1-about.md | 10 ++++++++++ icinga2.spec | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a62ae0bbb..19d2fe609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,16 @@ Please check [doc/1-about.md]. ## What's New +### What's New in Version 2.3.2 + +#### Changes + +* Bugfixes + +#### Issues + +* Bug 8721: Log message for cli commands breaks the init script + ### What's New in Version 2.3.1 #### Changes diff --git a/INSTALL.md b/INSTALL.md index ff5f7e9bf..480677a23 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -112,12 +112,12 @@ disable the usage of `git describe`. Use `git archive` to build the release tarball: - $ VERSION=2.3.1 + $ VERSION=2.3.2 $ git archive --format=tar --prefix=icinga2-$VERSION/ tags/v$VERSION | gzip >icinga2-$VERSION.tar.gz Finally you should verify that the tarball only contains the files it should contain: - $ VERSION=2.3.1 + $ VERSION=2.3.2 $ tar ztf icinga2-$VERSION.tar.gz | less diff --git a/doc/1-about.md b/doc/1-about.md index 05fe7934c..7acbe2c3e 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -54,6 +54,16 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/). ## What's New +### What's New in Version 2.3.2 + +#### Changes + +* Bugfixes + +#### Issues + +* Bug 8721: Log message for cli commands breaks the init script + ### What's New in Version 2.3.1 #### Changes diff --git a/icinga2.spec b/icinga2.spec index 9241f3a4b..567afaf07 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -66,7 +66,7 @@ Summary: Network monitoring application Name: icinga2 -Version: 2.3.1 +Version: 2.3.2 Release: %{revision}%{?dist} License: GPL-2.0+ Group: Applications/System -- 2.40.0