From 4f533c1d706290d0833de77768a1d17ddd9ca66a Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Mon, 8 Oct 2018 21:55:33 +0200
Subject: [PATCH] :handshake: fix(changelog) migrate Changelog to Changelog.md

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

diff --git a/Changelog b/Changelog
index 4ae8afe82..bf29f455c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,76 +1,6 @@
 FusionDirectory changelog
 =========================
 
-* FusionDirectory 1.0.8.9
-
-[Fix] Bugs #3877: add a switch to select the good library when in wheezy or jessie for fusiondirectory-shell
-[Fix] Bugs #3928: Doesn't work if ldap's cn=admin has password with "<" symbol
-[Fix] Bugs #3930: updating the list of supported language in fusiondirectory
-[Fix] Bugs #3932: Password default hashes of type CRYPT/XXX other than CRYPT/MD5 are not working
-[Fix] Bugs #3941: fusiondirectory-setup --check-ldap should respect password encoding taken from the ldap
-[Feature] Bugs #3943: Add a option to not touch at the reverse zone
-[Fix] Bugs #3960: fusiondirectory-shell cannot cat a user
-[Feature] Bugs #3961: the DESC of each attribute and object should describe exactly the purpose of it - ported description and formatting issues to 1.0.8.x
-[Fix] Bugs #3962: fusiondirectory-shell should handle multivaluated attributes properly
-
-* FusionDirectory 1.0.8.8
-
-[Fix] Bugs #3864: correct all the date and version on the man pages
-[Fix] Bugs #3870: fusiondirectory-setup miss the explanation of --check-deprectaed into to manpages
-[Feature] Bugs #3878: we need an option in fusiondirectory-setup to tell us the fusiondirectory version
-[Feature] Bugs #3879: we need an option into fusiondirectory-insert-schema to empty a schema
-[Fix] Bugs #3884: Setup fails if root object is missing
-[Feature] Bugs #3887: Support apache group for Archlinux
-[Fix] Bugs #3890: Vacation range should be disabled on mail methods as none implements it
-[Fix] Bugs #3898: check if the demo plugin is current and use the current simple plugin api
-[Fix] Bugs #3913: remove screenshot and demosection.php from developers packages
-[Fix] Bugs #3917: remove the fusiondirectory-setup --migrate-repositories
-[Fix] Bugs #3919: fusiondirectory-setup miss the explanation of --migrate-acls into to manpage
-[Fix] Bugs #3920: reorganize the command for list, write, set vars
-[Fix] Wishlist #3824: Unix account - /bin/false
-
-* FusionDirectory 1.0.8.7
-
-[Fix] Bugs #3753: Recovery password use default hash
-[Fix] Bugs #3754: Password method "clear" do SSHA
-[Fix] Bugs #3762: when copying 4 servers at once from a departement to another
-[Feature]Bugs #3769: Add /sbin/nologin in shells
-[Fix] Bugs #3772: Password recovery cannot find a suitable password method for current hash
-[Fix] Bugs #3776: Php error when editing a user
-[Fix] Bugs #3783: Using Password recovery with the Personal plugin fails.
-[Fix] Bugs #3785: Add TXT values in global zone record
-[Fix] Bugs #3808: password strength widget is broken from email redirection
-[Fix] Bugs #3816: Fix refresh DNS button in systems
-[Fix] Bugs #3817: Viewing a group removes all members that don't have a memberUid in addition to member attribute
-[Fix] Bugs #3837: fusiondirectory-setup doesn't handle correctly start_tls support
-[Feature] Wishlist #3706: Manage userCertificate attribute under User tab
-[Feature] Wishlist #3757: Let password-methods-sasl prompt for a password when a password-hook is configured
-[Feature] Wishlist #3809: authorize to set the same password when using simpel password system ( not ppolicy)
-[Feature] Wishlist #3815: Conversion of PEM certificate in DER (binary)
-
-* FusionDirectory 1.0.8.6
-
-[Fix] Bugs #3235: When a manager changes its base the managed user attributes are changed
-[Fix] Bugs #3604: Role icon is display for all users
-[Feature] Bugs #3643: Ppolicy plugin should check password history
-[Fix] Bugs #3685: generateLdif() fails with bind-passwords containg '$'
-[Fix] Bugs #3687: Address book plugin show infos only in admin
-[Fix] Bugs #3690: the setup doesnt find the ldap anymore when fai plugin is installed
-[Fix] Bugs #3692: class_ldap.inc has leftover debug
-[Fix] Bugs #3693: the apache icon for the apache plugin doesnt appaers in dashboard
-[Fix] Bugs #3705: add the to faq that if user doesnt show up check if nis.schema is installed
-[Fix] Bugs #3712: contributed doc for sles 11 SP3
-[Fix] Bugs #3713: the group and user is different for apache on SLES 11 SP3
-[Fix] Bugs #3719: ACLs of GPG-Plugin
-[Fix] Bugs #3720: Language setting
-[Fix] Bugs #3723: Missing icon
-[Fix] Bugs #3731: A icon is missing when we set a manager
-[Fix] Bugs #3732: When debug trace level is on, we can’t log in anymore
-[Fix] Bugs #3738: rfc2307bis option should be removed
-[Fix] Bugs #3750: fusiondirectory.conf attribute configVersion is unused and should be removed
-[Feature] Wishlist #3691: Export sub entries with ldapmanager
-[Feature] Wishlist #3746: Ppolicy should be applied in password recovery
-
 * FusionDirectory 1.0.8.5
 
 [Fix] Bugs #3249: When a duplicate is found, its dn should be given
diff --git a/Changelog.md b/Changelog.md
index 16a90b741..aff241eb5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1472,3 +1472,168 @@
 - fd-plugins#4112 the dns plugin allow me to edit zone name and ip address in the global zone service tab
 - fd-plugins#4147 check the copyright date on licence in each file
 - fd-plugins#4151 we cannot save a phone because the ipHostNumber attribute is not saved
+
+## %"FusionDirectory 1.0.8.9" - 2015-08-03
+
+### Added
+
+#### fusiondirectory
+- fd#3930 updating the list of supported language in fusiondirectory
+
+#### fusiondirectory-plugins
+- fd-plugins#3831 we missed documentation for developers plugin
+- fd-plugins#3834 we missed documentation for webservice plugin
+- fd-plugins#3877 add a switch to select the good library when in wheezy or jessie for fusiondirectory-shell
+- fd-plugins#3937 Add title option on the tr
+- fd-plugins#3943 Add a option to not touch at the reverse zone
+- fd-plugins#3946 Add copyright in the header of the ppolicy plugin files
+
+### Changed
+
+#### fusiondirectory
+- fd#3829 Move documentation of dashboard and rolemanagement in core
+- fd#3961 the DESC of each attribute and object should describe exactly the purpose of it - ported description and formatting issues to 1.0.8.x
+
+### Fixed
+
+#### fusiondirectory
+- fd#3882 We missed jsonrpc entry in our api
+- fd#3928 Doesn't work if ldap's cn=admin has password with "<" symbol
+- fd#3932 Password default hashes of type CRYPT/XXX other than CRYPT/MD5 are not working
+- fd#3941 fusiondirectory-setup --check-ldap should respect password encoding taken from the ldap
+
+#### fusiondirectory-plugins
+- fd-plugins#3960 fusiondirectory-shell cannot cat a user
+- fd-plugins#3962 fusiondirectory-shell should handle multivaluated attributes properly
+
+## %"FusionDirectory 1.0.8.8" - 2015-07-01
+
+### Added
+
+#### fusiondirectory
+- fd#3705 add the to faq that if user doesnt show up check if nis.schema is installed
+- fd#3824 Unix account - /bin/false
+- fd#3870 fusiondirectory-setup miss the explanation of --check-deprectaed into to manpages
+- fd#3878 we need an option in fusiondirectory-setup to tell us the fusiondirectory version
+- fd#3879 we need an option into fusiondirectory-insert-schema to empty a schema
+- fd#3887 Support apache group for Archlinux
+- fd#3919 fusiondirectory-setup miss the explanation of --migrate-acls into to manpage
+
+#### fusiondirectory-plugins
+- fd-plugins#3830 we missed documentation for applications plugin
+- fd-plugins#3832 we missed documentation for ejbca plugin
+- fd-plugins#3833 we missed documentation for gpg plugin
+- fd-plugins#3841 we missed documentation for certificates plugin
+
+### Changed
+
+#### fusiondirectory
+- fd#3864 correct all the date and version on the man pages
+- fd#3920 reorganize the command for list, write, set vars
+
+#### fusiondirectory-plugins
+- fd-plugins#3890 Vacation range should be disabled on mail methods as none implements it
+- fd-plugins#3898 check if the demo plugin is current and use the current simple plugin api
+
+### Removed
+
+#### fusiondirectory
+- fd#3917 remove the fusiondirectory-setup --migrate-repositories
+
+#### fusiondirectory-plugins
+- fd-plugins#3913 remove screenshot and demosection.php from developers packages
+
+### Fixed
+
+#### fusiondirectory
+- fd#3884 Setup fails if root object is missing
+
+## %"FusionDirectory 1.0.8.7" - 2015-06-05
+
+### Added
+
+#### fusiondirectory
+- fd#3757 Let password-methods-sasl prompt for a password when a password-hook is  configured
+- fd#3769 Add /sbin/nologin in shells
+- fd#3776 Php error when editing a user
+- fd#3808 password strength widget is broken from email redirection
+- fd#3809 authorize to set the same password when using simpel password system ( not ppolicy)
+- fd#3817 Viewing a group removes all members that don't have a memberUid in addition to member attribute
+- fd#3826 We miss icons for plugin certificates
+- fd#3837 fusiondirectory-setup doesn't handle correctly start_tls support
+
+#### fusiondirectory-plugins
+- fd-plugins#3706 Manage userCertificate attribute under User tab
+- fd-plugins#3785 Add TXT values in global zone record
+- fd-plugins#3815 Conversion of PEM certificate in DER (binary)
+- fd-plugins#3827 We miss icons for plugin certificates
+
+### Changed
+
+#### fusiondirectory
+- fd#3772 Password recovery cannot find a suitable password method for current hash
+- fd#3810 check all copyright year in source
+
+#### fusiondirectory-plugins
+- fd-plugins#3811 check all copyright year in source
+- fd-plugins#3816 Fix refresh DNS button in systems
+- fd-plugins#3822 check all copyright year in source
+
+### Removed
+
+#### fusiondirectory
+- fd#3753 Recovery password use default hash
+
+#### fusiondirectory-plugins
+- fd-plugins#3835 Documentation that we must remove
+
+### Fixed
+
+#### fusiondirectory
+- fd#3783 Using Password recovery with the Personal plugin fails.
+
+#### fusiondirectory-plugins
+- fd-plugins#3762 when copying 4 servers at once from a departement to another
+- fd-plugins#3786 We cannot add TXT value in DNS
+
+## %"FusionDirectory 1.0.8.6" - 2015-05-27
+
+### Added
+
+#### fusiondirectory
+- fd#3713 the group and user is different for apache on SLES 11 SP3
+- fd#3746 Ppolicy should be applied in password recovery
+
+#### fusiondirectory-plugins
+- fd-plugins#3691 Export sub entries with ldapmanager
+- fd-plugins#3693 the apache icon for the apache plugin doesnt appaers in dashboard
+
+### Changed
+
+#### fusiondirectory
+- fd#3643 Ppolicy plugin should check password history
+
+#### fusiondirectory-plugins
+- fd-plugins#3720 Language setting
+
+### Removed
+
+#### fusiondirectory
+- fd#3692 class_ldap.inc has leftover debug
+- fd#3738 rfc2307bis option should be removed
+- fd#3750 fusiondirectory.conf attribute configVersion is unused and should be removed
+
+### Fixed
+
+#### fusiondirectory
+- fd#3235 When a manager changes its base the managed user attributes are changed
+- fd#3604 Role icon is display for all users
+- fd#3685 generateLdif() fails with bind-passwords containg '$'
+- fd#3690 the setup doesnt find the ldap anymore when fai plugin is installed
+- fd#3723 Missing icon
+- fd#3731 A icon is missing when we set a manager
+- fd#3732 When debug trace level is on, we can’t log in anymore
+
+#### fusiondirectory-plugins
+- fd-plugins#3687 Address book plugin show infos only in admin
+- fd-plugins#3719 ACLs of GPG-Plugin
-- 
GitLab