]> granicus.if.org Git - icinga2/commitdiff
Release version 2.3.2 v2.3.2
authorGunnar Beutner <gunnar@beutner.name>
Thu, 12 Mar 2015 15:00:14 +0000 (16:00 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 12 Mar 2015 15:00:33 +0000 (16:00 +0100)
ChangeLog
INSTALL.md
doc/1-about.md
icinga2.spec

index a62ae0bbbd9e7e33a64d28f34572832f10549472..19d2fe60995fe04d0d55ee6484e05645f3c0045e 100644 (file)
--- 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
index ff5f7e9bf01069a9c12ed2207225e0a32b8b8207..480677a23920b03f4fdcd3442afef0f6475e43af 100644 (file)
@@ -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
 
 
index 05fe7934c4492a0527ac3fafa99b7c8ccd4437c7..7acbe2c3e4930bb3d2247b19e241b03217b52bcb 100644 (file)
@@ -54,6 +54,16 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/).
 
 ## <a id="whats-new"></a> 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
index 9241f3a4bcee743c5f02ba69ef14105b164edb3a..567afaf0794d7c39f35e7013c0e629f99b1c87cf 100644 (file)
@@ -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