## 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
## 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.
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
## <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
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->\r
<id>icinga2</id>\r
<title>Icinga2</title>\r
- <version>2.4.5</version>\r
+ <version>2.4.6</version>\r
<authors>2016 - The Icinga Project</authors>\r
<owners>Icinga Development Team</owners>\r
<summary>icinga2 - Monitoring Agent for Windows</summary>\r
Summary: Network monitoring application
Name: icinga2
-Version: 2.4.5
+Version: 2.4.6
Release: %{revision}%{?dist}
License: GPL-2.0+
Group: Applications/System
$packageName = 'icinga2'\r
$installerType = 'msi'\r
-$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.5-x86.msi'\r
-$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.5-x86_64.msi'\r
+$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.6-x86.msi'\r
+$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.6-x86_64.msi'\r
$silentArgs = '/silent'\r
$validExitCodes = @(0)\r
\r