]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10355 mdb.RE/0.9
authorHoward Chu <hyc@openldap.org>
Thu, 12 Jun 2025 14:18:48 +0000 (15:18 +0100)
committerHoward Chu <hyc@openldap.org>
Thu, 12 Jun 2025 14:18:48 +0000 (15:18 +0100)
libraries/liblmdb/CHANGES

index 1d949b1f2012f9e0e8b7ab95eb0faa8739999c53..857a08e14c6a7a1fa77f6b2528a3d50e28dff3ef 100644 (file)
@@ -5,7 +5,8 @@ LMDB 0.9.34 Engineering
        ITS#10275 - mdb_load: add -Q option to use NOSYNC
        ITS#10296 - fix fdatasync on MacOS
        ITS#10342 - fix memleak in mdb_txn_begin for nested txns
-       ITS#10342 - fix mdb_env_copy2 with values > (2GB-16)
+       ITS#10346 - fix mdb_env_copy2 with values > (2GB-16)
+       ITS#10355 - fix mplay build on musl
 
 LMDB 0.9.33 Release (2024/05/21)
        ITS#9037 mdb_page_search: fix error code when DBI record is missing