]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix ITS#8756, 8831, 8844, 8908
authorHoward Chu <hyc@openldap.org>
Mon, 10 Sep 2018 15:24:51 +0000 (16:24 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 10 Sep 2018 15:24:51 +0000 (16:24 +0100)
libraries/liblmdb/CHANGES

index 98ed23034f98294cf8310d6a0d472da080eb6f80..f51f186e7860d61969cbceed1f9febec11cb351a 100644 (file)
@@ -1,6 +1,11 @@
 LMDB 0.9 Change Log
 
 LMDB 0.9.23 Engineering
+       ITS#8756 Fix loose pages in dirty list
+       ITS#8831 Fix mdb_load flag init
+       ITS#8844 Fix mdb_env_close in forked process
+       Documentation
+               ITS#8908 GET_MULTIPLE etc don't change passed in key
 
 LMDB 0.9.22 Release (2018/03/22)
        Fix MDB_DUPSORT alignment bug (ITS#8819)