Release version 2.3.2

This commit is contained in:
Gunnar Beutner 2015-03-12 16:00:14 +01:00
parent 6a6662644e
commit 2fc40398c2
4 changed files with 23 additions and 3 deletions

View File

@ -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

View 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

View 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

View 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