From a41fcd7faa1d891e7bb7a07f5a4b82a837e296dc Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 26 Apr 2016 00:29:49 +0200 Subject: [PATCH] release 0.12 --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 4efe53b..351d922 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,21 @@ Synchronize tree of organizational units and people between two LDAP directories Changelog ========= +0.12 +---- + +* wait for complete stop of the daemon when stopping + +0.11 +---- + +* remove debugging statements + +0.10 +---- + +* fix leak of standard file descriptors from slapd + 0.9 ---