From 98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a Mon Sep 17 00:00:00 2001 From: Chad Sikorra Date: Sat, 21 May 2022 14:17:54 -0500 Subject: [PATCH] Update the changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81181668..c9bb37bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +0.8.0 (2022-05-21) +------------------ +* Properly handle and reap child processes in the LDAP server. +* Handle POSIX signals sent to the LDAP server / child processes to properly shutdown existing clients. +* Allow a PSR-3 compatible logging instance to be set on the LDAP server for info / error events. + 0.7.0 (2022-01-22) ------------------ * Add the ability to run the LDAP server / client over a UNIX socket.