mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:04:13 +08:00
mdbx: minor refine ChangeLog (cosmetics).
This commit is contained in:
parent
ca0a80944e
commit
e154a07fe8
@ -7,6 +7,7 @@ Acknowledgements:
|
|||||||
|
|
||||||
- [Masatoshi Fukunaga](https://github.com/mah0x211) for [Lua bindings](https://github.com/mah0x211/lua-libmdbx).
|
- [Masatoshi Fukunaga](https://github.com/mah0x211) for [Lua bindings](https://github.com/mah0x211/lua-libmdbx).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
## v0.11.7 at 2022-04-22
|
## v0.11.7 at 2022-04-22
|
||||||
|
|
||||||
@ -50,7 +51,7 @@ Fixes:
|
|||||||
Minors:
|
Minors:
|
||||||
|
|
||||||
- Resolve minor MSVC warnings: avoid `/INCREMENTAL[:YES]` with `/LTCG`, `/W4` with `/W3`, the `C5105` warning.
|
- Resolve minor MSVC warnings: avoid `/INCREMENTAL[:YES]` with `/LTCG`, `/W4` with `/W3`, the `C5105` warning.
|
||||||
- Switched to using `MDBX_EPERM` instead of `MDBX_RESULT_TRUE' to indicate that the geometry cannot be updated.
|
- Switched to using `MDBX_EPERM` instead of `MDBX_RESULT_TRUE` to indicate that the geometry cannot be updated.
|
||||||
- Added `NULL` checking during memory allocation inside `mdbx_chk`.
|
- Added `NULL` checking during memory allocation inside `mdbx_chk`.
|
||||||
- Resolved all warnings from MinGW while used without CMake.
|
- Resolved all warnings from MinGW while used without CMake.
|
||||||
- Added inheretable `target_include_directories()` to `CMakeLists.txt` for easy integration.
|
- Added inheretable `target_include_directories()` to `CMakeLists.txt` for easy integration.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user