From 08081109b7280a0ab63e30a5bc6f722348dbf2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 23 Apr 2022 14:11:18 +0300 Subject: [PATCH] mdbx: split-out `TODO.md` from `ChangeLog.md`. --- ChangeLog.md | 16 ---------------- README.md | 3 ++- TODO.md | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 TODO.md diff --git a/ChangeLog.md b/ChangeLog.md index fe31e607..55745d53 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,22 +1,6 @@ ChangeLog --------- -### TODO - - - [Engage an "overlapped I/O" on Windows](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/224). - - [Simple careful mode for working with corrupted DB](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/223). - - [Move most of `mdbx_chk` functional to the library API](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/204). - - [Replace SRW-lock on Windows to allow shrink DB with `MDBX_NOTLS` option](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/210). - - [More flexible support of asynchronous runtime/framework(s)](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/200). - - [Migration guide from LMDB to MDBX](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/199). - - [Get rid of dirty-pages list in MDBX_WRITEMAP mode](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/193). - - [Large/Overflow pages accounting for dirty-room](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/192). - - [Support for RAW devices](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/124). - - [Support MessagePack for Keys & Values](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/115). - - [Engage new terminology](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/137). - - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. - - ## v0.11.7 at 2022-04-22 The stable risen release after the Github's intentional malicious disaster. diff --git a/README.md b/README.md index 112c7ea9..8b94e98e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ including English 和 中文, in the near future. > Questions, feedback and suggestions are welcome to the [Telegram' group](https://t.me/libmdbx). -> For NEWS take a look to the [ChangeLog](https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md). +> For NEWS take a look to the [ChangeLog](https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md) +> or the [TODO](https://gitflic.ru/project/erthink/libmdbx/blob?file=TODO.md). libmdbx diff --git a/TODO.md b/TODO.md new file mode 100644 index 00000000..58915877 --- /dev/null +++ b/TODO.md @@ -0,0 +1,25 @@ +TODO +---- + +Unfortunately, on 2022-04-15 the Github administration, without any +warning nor explanation, deleted _libmdbx_ along with a lot of other +projects, simultaneously blocking access for many developers. Therefore +on 2022-04-21 we have migrated to a reliable trusted infrastructure. +The origin for now is at[GitFlic](https://gitflic.ru/project/erthink/libmdbx) +with backup at [ABF by ROSA Лаб](https://abf.io/erthink/libmdbx). +For the same reason ~~Github~~ is blacklisted forever. + +So currently most of the links are broken due to noted malicious ~~Github~~ sabotage. + + - [Engage an "overlapped I/O" on Windows](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/224). + - [Simple careful mode for working with corrupted DB](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/223). + - [Move most of `mdbx_chk` functional to the library API](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/204). + - [Replace SRW-lock on Windows to allow shrink DB with `MDBX_NOTLS` option](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/210). + - [More flexible support of asynchronous runtime/framework(s)](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/200). + - [Migration guide from LMDB to MDBX](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/199). + - [Get rid of dirty-pages list in MDBX_WRITEMAP mode](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/193). + - [Large/Overflow pages accounting for dirty-room](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/192). + - [Support for RAW devices](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/124). + - [Support MessagePack for Keys & Values](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/115). + - [Engage new terminology](https://web.archive.org/web/20220414235959/https://github.com/erthink/libmdbx/issues/137). + - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc.