From b848f5552f0d12a5604f137a1882f0c085e4b0e5 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Sat, 12 Dec 2015 13:57:37 +0300 Subject: [PATCH] mdbx: pull CHANGES from LMDB. Change-Id: I937ca30a04f8dfc2fb923ccb440da2e497185ca3 --- CHANGES | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 5a8e3dca..b5f2f4fc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ LMDB 0.9 Change Log +LMDB 0.9.18 Release Engineering + already done for mdbx - Fix robust mutex detection on glibc 2.10-11 (ITS#8330) + Build + already done for mdbx - Additional makefile var tweaks (ITS#8169) + + LMDB 0.9.17 Release (2015/11/30) Fix ITS#7377 catch calloc failure Fix ITS#8237 regression from ITS#7589 @@ -15,7 +21,7 @@ LMDB 0.9.17 Release (2015/11/30) Fix ITS#7771 fakepage cursor tracking Fix ITS#7789 ensure mapsize >= pages in use Fix ITS#7971 mdb_txn_renew0() new reader slots - Fix ITS#7969 use __sync_synchronize on non-x86 + already done for mdbx - Fix ITS#7969 use __sync_synchronize on non-x86 Fix ITS#8311 page_split from update_key Fix ITS#8312 loose pages in nested txn Fix ITS#8313 mdb_rebalance dummy cursor @@ -30,18 +36,18 @@ LMDB 0.9.17 Release (2015/11/30) Miscellaneous cleanup/simplification Build Create install dirs if needed (ITS#8256) - Fix ThreadProc decl on Win32/MSVC (ITS#8270 - nothing for MDBX) - Added ssize_t typedef for MSVC (ITS#8067 - nothing for MDBX) - Use ANSI apis on Windows (ITS#8069 - nothing for MDBX) - Use O_SYNC if O_DSYNC,MDB_DSYNC are not defined (ITS#7209 - nothing for MDBX) - Allow passing AR to make (ITS#8168 - already done for MDBX) + not affected mdbx - Fix ThreadProc decl on Win32/MSVC (ITS#8270) + not affected mdbx - Added ssize_t typedef for MSVC (ITS#8067) + not affected mdbx - Use ANSI apis on Windows (ITS#8069) + already done for mdbx - Use O_SYNC if O_DSYNC,MDB_DSYNC are not defined (ITS#7209) + already done for mdbx - Allow passing AR to make (ITS#8168) Allow passing mandir to make install (ITS#8169) LMDB 0.9.16 Release (2015/08/14) Fix cursor EOF bug (ITS#8190) Fix handling of subDB records (ITS#8181) Fix mdb_midl_shrink() usage (ITS#8200) - not affected - fix reference to EINTR on WIN32 from ITS#8106 (ITS#8192) + not affected mdbx - fix reference to EINTR on WIN32 from ITS#8106 (ITS#8192) LMDB 0.9.15 Release (2015/06/19) Fix txn init (ITS#7961,#7987)