mdbx: IMPENDING CHANGES WARNING.

Change-Id: I2ea6ec8adb14f60794db7872a6fce4e72774d1c3
This commit is contained in:
Leo Yuriev 2017-09-17 15:30:41 +03:00
parent f518c48dfe
commit 86a15f4ef1
2 changed files with 20 additions and 1 deletions

View File

@ -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".

9
mdbx.h
View File

@ -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