Release version 2.4.6

This commit is contained in:
Gunnar Beutner 2016-04-20 18:45:54 +02:00
parent f8a4144198
commit df25ee49ba
6 changed files with 32 additions and 8 deletions

View File

@ -4,6 +4,18 @@ Please check [doc/1-about.md].
## What's New
### What's New in Version 2.4.6
#### Feature
* Feature 11638: Update RELEASE.md
#### Bugfixes
* Bug 11628: Docs: Zone attribute 'endpoints' is an array
* Bug 11634: Icinga 2 fails to build on Ubuntu Xenial
* Bug 11635: Failed assertion in IdoPgsqlConnection::FieldToEscapedString
### What's New in Version 2.4.5
#### Changes

View File

@ -11,7 +11,7 @@ Check the following issue filters:
## Backport Commits
$ ./pick.py -V 2.4.5
$ ./pick.py -V 2.4.6
Verify the created branch and replace it into the current support branch.
@ -36,15 +36,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme
Changelog:
$ ./changelog.py -V 2.4.5
$ ./changelog.py -V 2.4.6
Docs:
$ ./changelog.py -V 2.4.5 -l
$ ./changelog.py -V 2.4.6 -l
Wordpress:
$ ./changelog.py -V 2.4.5 -H -l
$ ./changelog.py -V 2.4.6 -H -l
## Git Tag

View File

@ -54,6 +54,18 @@ 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.4.6
#### Feature
* Feature [11638](https://dev.icinga.org/issues/11638 "Feature 11638"): Update RELEASE.md
#### Bugfixes
* Bug [11628](https://dev.icinga.org/issues/11628 "Bug 11628"): Docs: Zone attribute 'endpoints' is an array
* Bug [11634](https://dev.icinga.org/issues/11634 "Bug 11634"): Icinga 2 fails to build on Ubuntu Xenial
* Bug [11635](https://dev.icinga.org/issues/11635 "Bug 11635"): Failed assertion in IdoPgsqlConnection::FieldToEscapedString
### What's New in Version 2.4.5
#### Changes

View File

@ -6,7 +6,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>icinga2</id>
<title>Icinga2</title>
<version>2.4.5</version>
<version>2.4.6</version>
<authors>2016 - The Icinga Project</authors>
<owners>Icinga Development Team</owners>
<summary>icinga2 - Monitoring Agent for Windows</summary>

View File

@ -66,7 +66,7 @@
Summary: Network monitoring application
Name: icinga2
Version: 2.4.5
Version: 2.4.6
Release: %{revision}%{?dist}
License: GPL-2.0+
Group: Applications/System

View File

@ -1,7 +1,7 @@
$packageName = 'icinga2'
$installerType = 'msi'
$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.5-x86.msi'
$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.5-x86_64.msi'
$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.6-x86.msi'
$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.6-x86_64.msi'
$silentArgs = '/silent'
$validExitCodes = @(0)