From fc9ae9ebc611f35989d63caea8b8ab79dd482ce1 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 6 Jul 2020 16:37:35 +0300 Subject: [PATCH] mdbx: bump version to 0.8.2 Change-Id: I99ace837318d3aef4086392272c8256d966ef2fd --- ChangeLog.md | 3 ++- appveyor.yml | 2 +- mdbx.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 23c2cf82..59a28458 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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. diff --git a/appveyor.yml b/appveyor.yml index 956487ca..66323a60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.8.1.{build} +version: 0.8.2.{build} environment: matrix: diff --git a/mdbx.h b/mdbx.h index 9fcc6712..9de09e2f 100644 --- a/mdbx.h +++ b/mdbx.h @@ -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