]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Reflect latest changes
authorKurt Zeilenga <kurt@openldap.org>
Mon, 24 Mar 2003 05:20:46 +0000 (05:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 24 Mar 2003 05:20:46 +0000 (05:20 +0000)
CHANGES
build/version.sh

diff --git a/CHANGES b/CHANGES
index 6650936cdfceefb537c55afe3a245be6ee2cc50a..be103c2e43d378a70d1fd6b4ef3069b358a9b491 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,17 @@
 OpenLDAP 2.1 Change Log
 
+OpenLDAP 2.1.17 Engineering
+       Fixed libldap T.61 convert bug (ITS#2388)
+       Fixed libldap h_errno bug
+       Fixed slapd cn=# bug (ITS#2387)
+       Fixed slapd naming violation error checks
+       Fixed slapd modify password uninit free bug (ITS#2390)
+       Fixed slurpd one shot mode (ITS#2385)
+       Removed lint (ITS#2382)
+       Documentation
+               Update slurpd(8) -u usage
+               Misc man page updates
+
 OpenLDAP 2.1.16 Release
        Fixed slapd sasl internal search "auth" issue
        Fixed liblber BER decoding bug (ITS#2365)
index 41df12f487cfeb2a505d75f6f88aaf3fd802dce5..a6af31658d2278c82a0e9b0fcc3a663cd0956742 100755 (executable)
@@ -7,7 +7,7 @@
 ol_package=OpenLDAP
 ol_major=2
 ol_minor=1
-ol_patch=16
+ol_patch=X
 ol_api_inc=20116
 ol_api_lib=2:116:0
 ol_release_date="03-15-2003"