From aab972fbd8ef707194875ca4dd3635f779f124e7 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 5 Nov 2019 16:54:48 +0100 Subject: [PATCH] doc/changelog: changes for v1.7.2 --- doc/82-Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 78fda6ba..175b34f0 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -30,6 +30,19 @@ next (will be 1.8.0) ### Icinga Configuration * FIX: Render service\_name for Notifications (#2006) +### User Interface +* FIX: Cloning Import Sources failed since v1.7.0 (#1997) + +### CLI +* FIX: Importing Import Sources failed since v1.7.0 (#2005) + +### Automation +* FIX: Fixing linux install script version check (#2008) +* FIX: Windows Kickstart Script - $GlobalZones was empty (#2002) + +### Documentation +* FIX: Missing single quote in mysql example bug (#2003) + 1.7.1 -----