Skip to content

Commit 929ff0a

Browse files
author
JkLondon
committed
add 0.12.13.0 version to mdbx
1 parent b10fc3f commit 929ff0a

24 files changed

+777
-368
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tools: clean
2929

3030
cp:
3131
cp mdbxdist/mdbx.h mdbx/
32-
cp mdbxdist/mdbx.c mdbx/
32+
cp mdbxdist/mdbx.c mdbx/

mdbxdist/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
## Copyright 2020-2023 Leonid Yuriev <leo@yuriev.ru>
2+
## Copyright 2020-2024 Leonid Yuriev <leo@yuriev.ru>
33
## and other libmdbx authors: please see AUTHORS file.
44
## All rights reserved.
55
##

mdbxdist/ChangeLog.md

Lines changed: 185 additions & 8 deletions
Large diffs are not rendered by default.

mdbxdist/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
<!-- Required extensions: pymdownx.betterem, pymdownx.tilde, pymdownx.emoji, pymdownx.tasklist, pymdownx.superfences -->
22

3+
### Время учить Русский
4+
5+
Начиная с 2021 года наблюдаются устойчивые тенденции к распространению
6+
недостоверной информации о _libmdbx_ в странах НАТО, политизированной
7+
критики, а также отказу от использования библиотеки в пользу LMDB,
8+
несмотря на явные проблемы с одной стороны и преимущества с другой.
9+
Поэтому, начиная с 17 марта 2024 года, прекращается документирование и
10+
сопровождение проекта на английском языке. Новая функциональность будет
11+
документироваться только на русском языке, однако, целенаправленного
12+
переписывания/перевода документации пока не планируется.
13+
314
### The origin has been migrated to [GitFlic](https://gitflic.ru/project/erthink/libmdbx)
4-
since on 2022-04-15 the Github administration, without any warning
15+
Since on 2022-04-15 the Github administration, without any warning
516
nor explanation, deleted _libmdbx_ along with a lot of other projects,
617
simultaneously blocking access for many developers.
718
For the same reason ~~Github~~ is blacklisted forever.
@@ -10,7 +21,7 @@ GitFlic's developers plan to support other languages,
1021
including English 和 中文, in the near future.
1122

1223
### Основной репозиторий перемещен на [GitFlic](https://gitflic.ru/project/erthink/libmdbx)
13-
так как 15 апреля 2022 администрация Github без предупреждения и
24+
Так как 15 апреля 2022 администрация Github без предупреждения и
1425
объяснения причин удалила _libmdbx_ вместе с массой других проектов,
1526
одновременно заблокировав доступ многим разработчикам.
1627
По этой же причине ~~Github~~ навсегда занесен в черный список.

mdbxdist/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.9.16
1+
0.12.13.0

mdbxdist/cmake/compiler.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2012-2023 Leonid Yuriev <leo@yuriev.ru>.
1+
## Copyright (c) 2012-2024 Leonid Yuriev <leo@yuriev.ru>.
22
##
33
## Licensed under the Apache License, Version 2.0 (the "License");
44
## you may not use this file except in compliance with the License.

mdbxdist/cmake/profile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2012-2023 Leonid Yuriev <leo@yuriev.ru>.
1+
## Copyright (c) 2012-2024 Leonid Yuriev <leo@yuriev.ru>.
22
##
33
## Licensed under the Apache License, Version 2.0 (the "License");
44
## you may not use this file except in compliance with the License.

mdbxdist/cmake/utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2012-2023 Leonid Yuriev <leo@yuriev.ru>.
1+
## Copyright (c) 2012-2024 Leonid Yuriev <leo@yuriev.ru>.
22
##
33
## Licensed under the Apache License, Version 2.0 (the "License");
44
## you may not use this file except in compliance with the License.

mdbxdist/man1/mdbx_chk.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Copyright 2015-2023 Leonid Yuriev <leo@yuriev.ru>.
1+
.\" Copyright 2015-2024 Leonid Yuriev <leo@yuriev.ru>.
22
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
3-
.TH MDBX_CHK 1 "2023-10-17" "MDBX 0.12.8"
3+
.TH MDBX_CHK 1 "2024-03-13" "MDBX 0.12.10"
44
.SH NAME
55
mdbx_chk \- MDBX checking tool
66
.SH SYNOPSIS

mdbxdist/man1/mdbx_copy.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.\" Copyright 2015-2023 Leonid Yuriev <leo@yuriev.ru>.
1+
.\" Copyright 2015-2024 Leonid Yuriev <leo@yuriev.ru>.
22
.\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>.
33
.\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved.
44
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
5-
.TH MDBX_COPY 1 "2023-10-17" "MDBX 0.12.8"
5+
.TH MDBX_COPY 1 "2024-03-13" "MDBX 0.12.10"
66
.SH NAME
77
mdbx_copy \- MDBX environment copy tool
88
.SH SYNOPSIS

0 commit comments

Comments
 (0)