]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10137
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 16 Jan 2024 20:30:34 +0000 (20:30 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 16 Jan 2024 20:30:34 +0000 (20:30 +0000)
libraries/liblmdb/CHANGES

index 3062c7b4a71671c66a53b527aae4e79833e76fe6..fac37f59f1c3af3b7b9869c60e611e22d0ea8319 100644 (file)
@@ -2,8 +2,9 @@ LMDB 0.9 Change Log
 
 LMDB 0.9.32 Engineering
        ITS#9378 - Add ability to replay log and replay log tool
-       ITS#10125 - mdb_load: fix cursor reinit in Append mode
        ITS#10095 - partial revert of ITS#9278. The patch was incorrect and introduced numerous race conditions.
+       ITS#10125 - mdb_load: fix cursor reinit in Append mode
+       ITS#10137 - Allow users to define MDB_IDL_LOGN
 
 LMDB 0.9.31 Release (2023/07/10)
        ITS#8447 - Fix cursor_put(MDB_CURRENT) on DUPSORT DB with different sized data