mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:24:13 +08:00
mdbx: bump version to 0.8.2
Change-Id: I99ace837318d3aef4086392272c8256d966ef2fd
This commit is contained in:
parent
3351c1f869
commit
fc9ae9ebc6
@ -1,8 +1,9 @@
|
|||||||
v0.9.x (in the development):
|
v0.9.x (in the development):
|
||||||
|
- TODO: API for explicit threads (de)registration.
|
||||||
- TODO: Native bindings for C++.
|
- TODO: Native bindings for C++.
|
||||||
- TODO: Packages for AltLinux, Fedora/RHEL, Debian/Ubuntu.
|
- 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).
|
- Added support multi-opening the same DB in a process with SysV locking (BSD).
|
||||||
- Fixed warnings & minors for LCC compiler (E2K).
|
- Fixed warnings & minors for LCC compiler (E2K).
|
||||||
- Enabled to simultaneously open the same database from processes with and without the `MDBX_WRITEMAP` option.
|
- Enabled to simultaneously open the same database from processes with and without the `MDBX_WRITEMAP` option.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 0.8.1.{build}
|
version: 0.8.2.{build}
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
2
mdbx.h
2
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_MAJOR 0
|
||||||
#define MDBX_VERSION_MINOR 8
|
#define MDBX_VERSION_MINOR 8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user