From e4f1b92a699136cf2ea3484a27903a711f5acf87 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 1 Aug 2015 13:43:32 +0200 Subject: [PATCH] ChangeLog at root of repo + log of current devs. --- ChangeLog.rst | 14 ++++++++++++++ docs/changelog.rst | 4 +--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 ChangeLog.rst diff --git a/ChangeLog.rst b/ChangeLog.rst new file mode 100644 index 0000000..f9d2ff8 --- /dev/null +++ b/ChangeLog.rst @@ -0,0 +1,14 @@ +Dev +*** + +* fix many encoding error in LDAP backend +* fix dn renaming of an entry in LDAP backend +* implement the Active Directory backend +* add display name paramter for backends +* turn-off configuration monitoring +* better exception handling and debugging logs + +Version 0.0.1 +************* + +* first release diff --git a/docs/changelog.rst b/docs/changelog.rst index 42e7b65..708c249 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,5 @@ Changelog ========= -Version 0.0.1 -************* +.. include:: ../ChangeLog.rst -* first release