Skip to content

Commit

Permalink
Release version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarbeutner committed Mar 12, 2015
1 parent 6a66626 commit 2fc4039
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
10 changes: 10 additions & 0 deletions doc/1-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion icinga2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fc4039

Please sign in to comment.