Skip to content

Commit 337f27d

Browse files
xuniqpatiencedaurainoneko
authored
Translate a blog post about Tarantool releases in Aug 2021 (#2315)
Translated by ainoneko, translation reviewed by Patience Daur and Kseniia Antonova. Co-authored-by: Patience Daur <patiencedaur@gmail.com> Co-authored-by: ainoneko <ainoneko@gmail.com> Co-authored-by: Kseniia Antonova <xuniq.is.here@gmail.com>
1 parent a9b1add commit 337f27d

File tree

3 files changed

+829
-20
lines changed

3 files changed

+829
-20
lines changed

doc/release/2021-08-releases.rst

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Introduction
88

99
Meet the new Tarantool releases of August 2021:
1010
:tarantool-release:`2.8.2`,
11-
:tarantool-release:`2.7.3`, and :tarantool-release:`1.10.11`.
11+
:tarantool-release:`2.7.3`,
12+
:tarantool-release:`1.10.11`.
1213

1314
Automated Raft-based failover out of the box
1415
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -34,11 +35,11 @@ data layout, client-server protocol, and replication protocol.
3435
using the ``box.schema.upgrade()`` procedure to unlock all the new
3536
features of the 2.x series.
3637

37-
Some changes are labeled as **[Breaking change]**. It means that the
38-
old behavior was considered error-prone and therefore changed to protect
39-
users from unintended mistakes. However, there is a small probability
40-
that someone can rely on the old behavior, and this label is to bring
41-
attention to the things that have been changed.
38+
Some changes are labeled as **[Breaking change]**.
39+
It means that the old behavior was considered error-prone
40+
and therefore changed to protect users from unintended mistakes.
41+
However, there is a small probability that someone can rely on the old behavior,
42+
and this label is to bring attention to the things that have been changed.
4243

4344
New and updated features
4445
------------------------
@@ -53,18 +54,18 @@ Core
5354
LuaJIT
5455
~~~~~~
5556

56-
- Introduced support for ``LJ_DUALNUM`` mode in ``luajit-gdb.py``
57+
- Introduce support for ``LJ_DUALNUM`` mode in ``luajit-gdb.py``
5758
(:tarantool-release:`2.8.2`, :tarantool-release:`2.7.3`, :tarantool-issue:`6224`).
5859

5960
Lua
6061
~~~
6162

62-
- Introduced the new method ``table.equals``. It compares two tables by value with
63+
- Introduce the new method ``table.equals``. It compares two tables by value with
6364
respect to the ``__eq`` metamethod
6465
(:tarantool-release:`2.8.2`, :tarantool-release:`2.7.3`).
6566

6667
Logging
67-
^^^^^^^
68+
~~~~~~~
6869

6970
- The ``log`` module now supports symbolic representation of log levels.
7071
Now it is possible to specify levels the same way as in
@@ -176,7 +177,7 @@ Core
176177
MBs) ``.xlog`` file
177178
(:tarantool-release:`2.8.2`, :tarantool-release:`2.7.3`, :tarantool-issue:`5979`).
178179

179-
- The counter in ``x.yM rows processed`` log messages no longer
180+
- The counter in ``N rows processed`` log messages no longer
180181
resets on each newly recovered ``xlog``
181182
(:tarantool-release:`2.8.2`, :tarantool-release:`2.7.3`).
182183

@@ -409,3 +410,4 @@ MVCC
409410

410411
- Fixed a segfault during update/delete of the same tuple
411412
(:tarantool-release:`2.8.2`, :tarantool-issue:`6021`).
413+

locale/ru/LC_MESSAGES/release.po

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ msgstr "2.8.0"
7575
msgid ":doc:`2.8.1 <release/2.8.1>`"
7676
msgstr ":doc:`2.8.1 <release/2.8.1>`"
7777

78-
msgid "2.8.2"
79-
msgstr "2.8.2"
78+
msgid ":doc:`2.8.2 <release/2021-08-releases>`"
79+
msgstr ""
8080

8181
msgid "2.7"
8282
msgstr "2.7"
@@ -87,8 +87,8 @@ msgstr "2.7.0"
8787
msgid ":doc:`2.7.1 <release/2.7.1>`"
8888
msgstr ":doc:`2.7.1 <release/2.7.1>`"
8989

90-
msgid ":doc:`2.7.2 <release/2.7.2>`"
91-
msgstr ":doc:`2.7.2 <release/2.7.2>`"
90+
msgid ":doc:`2.7.2 <release/2.7.2>`, :doc:`2.7.3 <release/2021-08-releases>`"
91+
msgstr ""
9292

9393
msgid "2.6"
9494
msgstr "2.6"
@@ -164,13 +164,8 @@ msgid ""
164164
" <whats_new_1104>`, :doc:`1.10.5 <release/1.10.5>`, :doc:`1.10.6 "
165165
"<release/1.10.6>`, :doc:`1.10.7 <release/1.10.7>`, :doc:`1.10.8 "
166166
"<release/1.10.8>`, :doc:`1.10.9 <release/1.10.9>`, :doc:`1.10.10 "
167-
"<release/1.10.10>`"
167+
"<release/1.10.10>`, :doc:`1.10.11 <release/2021-08-releases>`"
168168
msgstr ""
169-
":ref:`1.10.2 <whats_new_1102>`, :ref:`1.10.3 <whats_new_1103>`, :ref:`1.10.4"
170-
" <whats_new_1104>`, :doc:`1.10.5 <release/1.10.5>`, :doc:`1.10.6 "
171-
"<release/1.10.6>`, :doc:`1.10.7 <release/1.10.7>`, :doc:`1.10.8 "
172-
"<release/1.10.8>`, :doc:`1.10.9 <release/1.10.9>`, :doc:`1.10.10 "
173-
"<release/1.10.10>`"
174169

175170
msgid ""
176171
"For smaller feature changes and bug fixes, see closed `milestones "

0 commit comments

Comments
 (0)