diff --git a/ChangeLog b/ChangeLog
index a6e911ee7..9d6410925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@ Please check [doc/1-about.md].
## 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
diff --git a/RELEASE.md b/RELEASE.md
index 65ef0c929..0b21f2ed4 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -12,9 +12,9 @@ Check the following issue filters:
## 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.
@@ -26,7 +26,7 @@ rebase until no commits are left:
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
@@ -50,15 +50,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme
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
diff --git a/doc/1-about.md b/doc/1-about.md
index 1b7c5e384..ee9e02b31 100644
--- a/doc/1-about.md
+++ b/doc/1-about.md
@@ -54,6 +54,12 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/).
## 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
diff --git a/icinga2.nuspec b/icinga2.nuspec
index dc802c95f..45398aba5 100755
--- a/icinga2.nuspec
+++ b/icinga2.nuspec
@@ -6,7 +6,7 @@