mdbx: bump version to 0.8.2

Change-Id: I99ace837318d3aef4086392272c8256d966ef2fd
This commit is contained in:
Leonid Yuriev 2020-07-06 16:37:35 +03:00
parent 3351c1f869
commit fc9ae9ebc6
3 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
v0.9.x (in the development):
- TODO: API for explicit threads (de)registration.
  - TODO: Native bindings for C++.
  - TODO: Packages for AltLinux, Fedora/RHEL, Debian/Ubuntu.
v0.8.2 2020-07-??:
v0.8.2 2020-07-06:
  - Added support multi-opening the same DB in a process with SysV locking (BSD).
  - Fixed warnings & minors for LCC compiler (E2K).
  - Enabled to simultaneously open the same database from processes with and without the `MDBX_WRITEMAP` option.

View File

@ -1,4 +1,4 @@
version: 0.8.1.{build}
version: 0.8.2.{build}
environment:
matrix:

2
mdbx.h
View File

@ -653,7 +653,7 @@ typedef pthread_t mdbx_tid_t;
/*----------------------------------------------------------------------------*/
/* MDBX version 0.8.0, released 2020-06-05 */
/* MDBX version 0.8.2, released 2020-07-06 */
#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 8