From 86a15f4ef1ad2a4cba1fe887434ec5363e8c37c1 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Sun, 17 Sep 2017 15:30:41 +0300 Subject: [PATCH] mdbx: IMPENDING CHANGES WARNING. Change-Id: I2ea6ec8adb14f60794db7872a6fce4e72774d1c3 --- README.md | 12 +++++++++++- mdbx.h | 9 +++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc078973..173310b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -libmdbx +### IMPENDING CHANGES WARNING +================================================================================ + +**Now MDBX is under active development and until November 2017 is expected a big +change both of API and database format. Unfortunately those update will lead to +loss of compatibility with previous versions.** + +The aim of this revolution in providing a clearer robust API and adding new +features, including the database properties. + +libmdbx ====================================== Extended LMDB, aka "Расширенная LMDB". diff --git a/mdbx.h b/mdbx.h index a35ffa79..4d95ae25 100644 --- a/mdbx.h +++ b/mdbx.h @@ -58,6 +58,15 @@ #ifndef LIBMDBX_H #define LIBMDBX_H +/* IMPENDING CHANGES WARNING *************************************************** + * + * Now MDBX is under active development and until November 2017 is expected a + * big change both of API and database format. Unfortunately those update will + * lead to loss of compatibility with previous versions. + * + * The aim of this revolution in providing a clearer robust API and adding new + * features, including the database properties. */ + /*--------------------------------------------------------------------------*/ #ifdef _MSC_VER