From 0824d9c901858bb2a6c545b967df4f0a5b3c746b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 16 Nov 2015 08:19:40 +0100 Subject: [PATCH] Update changelog refs #10593 --- ChangeLog | 1 + doc/1-about.md | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index d93340872..9bcfd7853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -272,6 +272,7 @@ Please check [doc/1-about.md]. * Bug 10602: API overwrites (and then deletes) config file when trying to create an object that already exists * Bug 10604: Group memberships are not updated for runtime created objects * Bug 10629: Download URL for NSClient++ is incorrect +* Bug 10637: Utility::FormatErrorNumber fails when error message uses arguments ### What's New in Version 2.3.11 diff --git a/doc/1-about.md b/doc/1-about.md index 8c0650e4a..0e83e00b3 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -322,3 +322,4 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/). * Bug [10602](https://dev.icinga.org/issues/10602 "Bug 10602"): API overwrites (and then deletes) config file when trying to create an object that already exists * Bug [10604](https://dev.icinga.org/issues/10604 "Bug 10604"): Group memberships are not updated for runtime created objects * Bug [10629](https://dev.icinga.org/issues/10629 "Bug 10629"): Download URL for NSClient++ is incorrect +* Bug [10637](https://dev.icinga.org/issues/10637 "Bug 10637"): Utility::FormatErrorNumber fails when error message uses arguments