From: Howard Chu Date: Wed, 15 Jun 2016 10:43:46 +0000 (+0100) Subject: ITS#8339, #8424 X-Git-Tag: LMDB_0.9.19~39 X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=13ecac78cd7a2607d85b81c2bd09874afa82d1b4 ITS#8339, #8424 --- diff --git a/libraries/liblmdb/CHANGES b/libraries/liblmdb/CHANGES index d69c6aec40..454e6247b5 100644 --- a/libraries/liblmdb/CHANGES +++ b/libraries/liblmdb/CHANGES @@ -1,11 +1,13 @@ LMDB 0.9 Change Log LMDB 0.9.19 Release Engineering - Tweak Win32 error message buffer - Fix MDB_GET_BOTH on non-dup record (ITS#8393) - Optimize mdb_drop - Fix xcursors after mdb_cursor_del (ITS#8406) - Fix MDB_NEXT_DUP after mdb_cursor_del (ITS#8412) + Fix mdb_env_cwalk cursor init (ITS#8424) + Fix robust mutexes on Solaris 10/11 (ITS#8339) + Tweak Win32 error message buffer + Fix MDB_GET_BOTH on non-dup record (ITS#8393) + Optimize mdb_drop + Fix xcursors after mdb_cursor_del (ITS#8406) + Fix MDB_NEXT_DUP after mdb_cursor_del (ITS#8412) LMDB 0.9.18 Release (2016/02/05) Fix robust mutex detection on glibc 2.10-11 (ITS#8330)