From a5765f1785653cabe18419e710c5b2bf7723b892 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Fri, 30 Nov 2012 14:42:29 -0800
Subject: [PATCH] ITS#7455 liblmdb

---
 CHANGES | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/CHANGES b/CHANGES
index c148b7cf38..5b7aa7eb84 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
 OpenLDAP 2.4 Change Log
 
 OpenLDAP 2.4.34 Engineering
-	Fixed libmdb mdb_midl_sort array optimization (ITS#7432)
+	Fixed liblmdb mdb_midl_sort array optimization (ITS#7432)
+	Fixed liblmdb freelist with large entries (ITS#7455)
 	Fixed slapd syncrepl for old entries in MMR setup (ITS#7427)
 	Fixed slapd signedness for index_substr_any_* (ITS#7449)
 	Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS#7450)
@@ -26,8 +27,8 @@ OpenLDAP 2.4.33 Release (2012/10/10)
 	Added slapd-meta cn=config support
 	Fixed libldap MozNSS slot picking (ITS#7359)
 	Fixed libldap MozNSS with tokenname:certnickname format (ITS#7360)
-	Fixed libmdb POSIX semaphore cleanup on environment close (ITS#7364)
-	Fixed libmdb mdb_page_split (ITS#7385, ITS#7229)
+	Fixed liblmdb POSIX semaphore cleanup on environment close (ITS#7364)
+	Fixed liblmdb mdb_page_split (ITS#7385, ITS#7229)
 	Fixed slapd alock handling on Windows (ITS#7361)
 	Fixed slapd acl handling with zero-length values (ITS#7350)
 	Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
@@ -39,7 +40,7 @@ OpenLDAP 2.4.33 Release (2012/10/10)
 	Fixed slapo-constraint with multiple modifications (ITS#7168)
 	Build Environment
 		Fixed build with Visual Studio (ITS#7358)
-		Fixed libmdb posix semaphore use on BSD system (ITS#7363)
+		Fixed liblmdb posix semaphore use on BSD system (ITS#7363)
 		Add slapo-constraint test suite (ITS#7344, ITS#7366)
 	Contrib
 		Updated radius passwd module for NAS-Identifier (ITS#7357)
@@ -66,8 +67,8 @@ OpenLDAP 2.4.32 Release (2012/07/31)
 	Fixed libldap gettime() regression (ITS#6262)
 	Fixed libldap sasl handling (ITS#7118, ITS#7133)
 	Fixed libldap to correctly free socket with TLS (ITS#7241)
-	Fixed libmdb leaf node handling (ITS#7266)
-	Fixed libmdb mutexes on Apple/Windows (ITS#7251)
+	Fixed liblmdb leaf node handling (ITS#7266)
+	Fixed liblmdb mutexes on Apple/Windows (ITS#7251)
 	Fixed slapd config index renumbering (ITS#6987)
 	Fixed slapd duplicate error response (ITS#7076)
 	Fixed slapd parsing of PermissiveModify control (ITS#7298)
@@ -106,14 +107,14 @@ OpenLDAP 2.4.31 Release (2012/04/21)
 	Added slapo-accesslog support for reqEntryUUID (ITS#6656)
 	Fixed libldap IPv6 URL detection (ITS#7194)
 	Fixed libldap rebinding on failed connection (ITS#7207)
-	Fixed libmdb alignment of MDB_db members (ITS#7191)
-	Fixed libmdb branch page merging on deletes (ITS#7190)
-	Fixed libmdb page split with MDB_APPEND (ITS#7213)
-	Fixed libmdb free page usage with entry deletion (ITS#7210)
-	Fixed libmdb to use IOV_MAX if it is defined and small (ITS#7196)
-	Fixed libmdb key alignment (ITS#7219)
-	Fixed libmdb mdb_page_split (ITS#7229)
-	Fixed libmdb with zero length IDLs (ITS#7230)
+	Fixed liblmdb alignment of MDB_db members (ITS#7191)
+	Fixed liblmdb branch page merging on deletes (ITS#7190)
+	Fixed liblmdb page split with MDB_APPEND (ITS#7213)
+	Fixed liblmdb free page usage with entry deletion (ITS#7210)
+	Fixed liblmdb to use IOV_MAX if it is defined and small (ITS#7196)
+	Fixed liblmdb key alignment (ITS#7219)
+	Fixed liblmdb mdb_page_split (ITS#7229)
+	Fixed liblmdb with zero length IDLs (ITS#7230)
 	Fixed slapd listener initialization (ITS#7233)
 	Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197)
 	Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195)
-- 
GitLab