From 25f8e6c9f51473ca68197cf7a148cfb671a48f44 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 18 Nov 2017 13:53:11 +0000 Subject: [PATCH] announce minor changes for 2.5.2 in Modules/ and Lib/ --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 32b1c7c..8c6dde4 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,16 @@ Released 2.5.2 2017-11-xx Changes since 2.5.1: +Modules/ +* moved code from version.c to ldapmodule.c +* removed obsolete back-ward compability constants from common.h +* build checks whether LDAP_API_VERSION is OpenLDAP 2.4.x + Lib/ +* new global constant ldap.LIBLDAP_API_INFO +* right after importing _ldap there is a call into libldap to initialize it +* method .decodeControlValue() of SSSResponseControl and VLVResponseControl + does not set class attribute result_code anymore Tests/ * scripts do not directly call SlapdTestCase.setUpClass() anymore