From 7a9bceb1d6543901d32143dda66418ebc78592ef Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Fri, 5 Oct 2018 14:21:37 +0200
Subject: [PATCH] :handshake: fix(changelog) migrate Changelog to Changelog.md

Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
---
 Changelog    | 18 ------------------
 Changelog.md | 45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 18 deletions(-)

diff --git a/Changelog b/Changelog
index 49f6c8cb0..824d8fcf9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,24 +1,6 @@
 FusionDirectory changelog
 =========================
 
-* FusionDirectory 1.0.9.3
-
-[Fix] Bugs #4444: Debug log prevent connection in some cases
-[Fix] Bugs #4452: Adding a user to a group using "Groups and roles" tab creates some PHP errors
-[Fix] Bugs #4453: Adding a user to a group using "Groups and roles" with trustMode fails
-[Fix] Bugs #4456: Can't find a way to specify a '/' in distribution or media name in the repository plugin
-[Fix] Bugs #4457: FusionDirectory don't find the dns server if he is in a department
-[Feature] Bugs #4459: Desactivate other authentification method from configuration file
-[Fix] Bugs #4463: There are still traces of the rsyslog plugin in the schema and config class
-[Fix] Bugs #4464: There are still traces of the rsyslog plugin in the schema and config class
-[Fix] Bugs #4465: remove from the service-fd.schema objectClass no longer used
-[Fix] Bugs #4466: Pull request 11 from github
-[Fix] Bugs #4479: In primary group in unix tab there is a «None» option
-[Fix] Bugs #4481: «Enable primary group filter» option is obsolete
-[Fix] Bugs #4485: 'fusiondirectory-insert-schema -m' should check if the specificed file exists
-[Fix] Wishlist #4385: Locked users can connect using SSH keys
-[Fix] Wishlist #4473: Locked users can connect using SSH keys
-
 * FusionDirectory 1.0.9.2
 
 [Fix] Bugs #3880: mailbox deletion through sieve and cyrus does not work
diff --git a/Changelog.md b/Changelog.md
index 16e20e621..60bbdbe69 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1092,3 +1092,48 @@
 - fd-plugins#4575 Error with samba plugin and sambantpassword attribute
 - fd-plugins#4591 It’s impossible to delete root records in DNS zones
 - fd-plugins#4622 DNS record should be sorted
+
+## %"FusionDirectory 1.0.9.3" - 2016-02-06
+
+### Added
+
+#### fusiondirectory
+- fd#4459 Desactivate other authentification method from configuration file
+
+### Changed
+
+#### fusiondirectory
+- fd#4485 'fusiondirectory-insert-schema -m' should check if the specificed file exists
+
+#### fusiondirectory-plugins
+- fd-plugins#4456 Can't find a way to specify a '/' in distribution or media name in the repository plugin
+- fd-plugins#4465 remove from the service-fd.schema objectClass no longer used
+
+### Removed
+
+#### fusiondirectory
+- fd#4479 In primary group in unix tab there is a «None» option
+- fd#4481 «Enable primary group filter» option is obsolete
+
+#### fusiondirectory-plugins
+- fd-plugins#4463 There are still traces of the rsyslog plugin in the schema and config class
+
+### Fixed
+
+#### fusiondirectory
+- fd#4444 Debug log prevent connection in some cases
+- fd#4452 Adding a user to a group using "Groups and roles" tab creates some PHP errors
+- fd#4464 There are still traces of the rsyslog plugin in the schema and config class
+- fd#4466 fixing deprecated warnings in php7
+
+#### fusiondirectory-plugins
+- fd-plugins#4457 FusionDirectory don't find the dns server if he is in a department
+
+### Security
+
+#### fusiondirectory
+- fd#4473 Locked users can connect using SSH keys
+
+#### fusiondirectory-plugins
+- fd-plugins#4385 Locked users can connect using SSH keys
+
-- 
GitLab