mirror of https://github.com/Icinga/icinga2.git
Release version 2.3.2
This commit is contained in:
parent
6a6662644e
commit
2fc40398c2
10
ChangeLog
10
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue