From 35452812b5a2e12d57e35179d06128964611d7e2 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Wed, 25 Nov 2015 19:08:34 +0300 Subject: [PATCH] mdbx: pull CHANGES from LMDB. Change-Id: Id85578ea842564792dd7141984b67406fa5a804c --- CHANGES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 2301bd42..1fc52917 100644 --- a/CHANGES +++ b/CHANGES @@ -30,9 +30,11 @@ LMDB 0.9.17 Release Engineering Miscellaneous cleanup/simplification Build Create install dirs if needed (ITS#8256) - Fix ThreadProc decl on Win32/MSVC (ITS#8270) - Added ssize_t typedef for MSVC (ITS#8067) - Use ANSI apis on Windows (ITS#8069) + 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) LMDB 0.9.16 Release (2015/08/14) Fix cursor EOF bug (ITS#8190)