## What's New
+### What's New in Version 2.4.7
+
+#### Bugfixes
+
+* Bug 11639: Crash in IdoMysqlConnection::ExecuteMultipleQueries
+
### What's New in Version 2.4.6
#### Feature
## Backport Commits
$ git checkout master
- $ ./pick.py -V 2.4.6
+ $ ./pick.py -V 2.4.7
-The script creates a new branch 'auto-merged-2.4.6' which is based on the
+The script creates a new branch 'auto-merged-2.4.7' which is based on the
current support branch. It then merges all commits from the 'master' branch which
reference a ticket for the version that was specified.
After finishing the rebase the branch needs to be merged into the support branch:
$ git checkout support/2.4
- $ git merge --ff-only auto-merged-2.4.6
+ $ git merge --ff-only auto-merged-2.4.7
## Authors
Changelog:
- $ ./changelog.py -V 2.4.6
+ $ ./changelog.py -V 2.4.7
Docs:
- $ ./changelog.py -V 2.4.6 -l
+ $ ./changelog.py -V 2.4.7 -l
Wordpress:
- $ ./changelog.py -V 2.4.6 -H -l
+ $ ./changelog.py -V 2.4.7 -H -l
## Git Tag
## <a id="whats-new"></a> What's New
+### What's New in Version 2.4.7
+
+#### Bugfixes
+
+* Bug [11639](https://dev.icinga.org/issues/11639 "Bug 11639"): Crash in IdoMysqlConnection::ExecuteMultipleQueries
+
### What's New in Version 2.4.6
#### Feature
<!-- 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.6</version>\r
+ <version>2.4.7</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.6
+Version: 2.4.7
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.6-x86.msi'\r
-$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.6-x86_64.msi'\r
+$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.7-x86.msi'\r
+$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.7-x86_64.msi'\r
$silentArgs = '/silent'\r
$validExitCodes = @(0)\r
\r