mdbx-doc: add note for Reproducible builds.

More for https://github.com/erthink/libmdbx/issues/201
This commit is contained in:
Leonid Yuriev
2021-06-02 17:08:40 +03:00
parent f951f246b8
commit 0e83a8e5ef
2 changed files with 17 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ ChangeLog
- Finalize C++ API (few typos and trivia bugs are still likely for now).
- Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc.
Acknowledgements:
- [Alex Sharov](https://github.com/AskAlexSharov) for reporting and testing.
New features:
- Allow to predefine/override `MDBX_BUILD_TIMESTAMP` for builds reproducibility (https://github.com/erthink/libmdbx/issues/201).