Skip to content

Commit 880aebb

Browse files
committed
Fix 2.10.1 release notes
1 parent c25a3d6 commit 880aebb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
project = u'Tarantool'
5454

5555
# |release| The full version, including alpha/beta/rc tags.
56-
release = "2.10.0"
56+
release = "2.10.1"
5757
# |version| The short X.Y version.
5858
version = '.'.join(release.split('.')[0:2])
5959

doc/release/2.10.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Core
4242
- **[Breaking change]** Conflicted transactions now throw the
4343
``Transaction has been aborted by conflict`` error on any CRUD
4444
operations until they are either rolled back (which will return no
45-
error) or committed (which will return the same error) (gh-7240).
45+
error) or committed (which will return the same error) (:tarantool-issue:`7240`).
4646
- Read-view transactions now become conflicted on attempts to perform
4747
DML statements immediately. Previously, this was detected only on the
4848
transaction preparation stage, that is, when calling ``box.commit``
@@ -194,7 +194,7 @@ Memtx
194194
transaction manager enabled (:tarantool-issue:`7214`).
195195
- Fixed false transaction conflict on repeatable ``insert``/``upsert``
196196
with the memtx transaction manager enabled (:tarantool-issue:`7217`).
197-
- Fixed dirty reads in the ‘GT’ iterator of HASH indexes (:tarantool-issue:`7477`).
197+
- Fixed dirty reads in the ``GT`` iterator of HASH indexes (:tarantool-issue:`7477`).
198198
- Fixed phantom reads in reverse iterators (:tarantool-issue:`7409`).
199199
- Fixed ``select`` with ``LE`` iterator in **memtx** **TREE** index
200200
returning deleted tuple (:tarantool-issue:`7432`).
@@ -231,7 +231,7 @@ Replication
231231
example, when multiple leaders were working independently due to
232232
manually lowered quorum. Once a node discovers that it received some
233233
foreign data, it immediately stops replication from such a node with
234-
an ER_SPLIT_BRAIN error (:tarantool-issue:`5295`).
234+
an ``ER_SPLIT_BRAIN`` error (:tarantool-issue:`5295`).
235235
- Fixed a false positive split-brain error after ``box.ctl.demote()``
236236
(:tarantool-issue:`7286`).
237237
- Fixed a bug when followers with ``box.cfg.election_mode`` turned on

doc/release/major-features.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Versions that only include bug fixes are not listed in this table.
2121
- Feature
2222

2323
* - 2.10.1
24-
- Interactive transactions are now possible in remote binary consoles. |br|
25-
Improved the string representation of datetime intervals.
24+
- Interactive transactions are now possible in remote binary consoles |br|
25+
Improved string representation of datetime intervals
2626

27-
* - 2.10.0-rc1
27+
* - 2.10.0-rc1
2828
- Transaction isolation levels in Lua and IPROTO (:tarantool-issue:`6930`) |br|
2929
Fencing and pre-voting in RAFT (:tarantool-issue:`6661`) |br|
3030
Foreign keys and constraints support (:tarantool-issue:`6436`) |br|

doc/release/notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ based on the :doc:`new release policy <policy>`:
2727
:doc:`2.10.0-beta2 <2.10.0-beta2>`
2828
- :doc:`2.10.0-rc1 <2.10.0-rc1>`
2929
- :doc:`2.10.0 <2.10.0>`
30-
- :doc:`2.10.0 <2.10.1>`
30+
:doc:`2.10.1 <2.10.1>`
3131

3232

3333
The table below consists of the Tarantool versions

0 commit comments

Comments
 (0)