Skip to content
Snippets Groups Projects
Commit 65f3bb78 authored by Alexander Turenko's avatar Alexander Turenko Committed by Kirill Yukhin
Browse files

changelog: drop changelogs from 2.10 changes

There is no sense to add description of changes that will be present as
part of 2.10.5 into 2.11.0-rc1 release notes. Let's base the changes
list on current 2.10 (future 2.10.5).

Follows up commit 4d95d1e2 ("Cleanup released changelogs").

NO_DOC=no code changes, just changelogs
NO_TEST=see NO_DOC
parent 2bf0ceb9
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 87 deletions
## feature/build
* Support Alpine 3.16 build.
## feature/build
* Updated libcurl to version 7.87.0 (gh-8150).
## bugfix/build
* Fixed `-Werror` build fail on clang 15 (gh-8110).
## feature/build
* OpenSUSE 15.1 and 15.2 are no longer supported.
## bugfix/datetime
* Fixed segmentation fault when too big value is passed to "%f" modifier of
datetime_object:format() (ghs-31).
## bugfix/box
* Fixed a bug in `space_object:create_index()` when `collation` option is not
set. Now it is inherited from the space format (gh-5104).
## bugfix/replication
* Fixed an assertion failure on master when a replica resubscribes with a
smaller vclock than previously seen (gh-5158).
## bugfix/box
* Fixed a possible error during rollback of read-only transaction
statements (gh-5501).
## bugfix/core
* Fixed empty bitset index crash on `len` call (gh-5809).
## bugfix/luajit
* Added full-range lightuserdata support to luajit-gdb.py extension (gh-6481).
## bugfix/fiber
* Fixed the assertion fail in `cord_on_yield` (gh-6647).
## bugfix/luajit
Backported patches from vanilla LuaJIT trunk (gh-7230). In the scope of this
activity, the following issues have been resolved:
* Fix `io.close()` for already closed standard output.
* Fix trace execution and stitching inside vmevent handler (gh-6782).
* Fixed `emit_loadi()` on x86/x64 emitting xor between condition check
and jump instructions.
* Fix stack top for error message when raising the OOM error (gh-3840).
* Enabled external unwinding on several LuaJIT platforms. Now it is possible to
handle ABI exceptions from Lua code (gh-6096).
* Disabled math.modf compilation due to its rare usage and difficulties with
proper implementation of the corresponding JIT machinery.
* Fixed inconsistent behaviour on signed zeros for JIT-compiled unary minus
(gh-6976).
* Fixed `IR_HREF` hash calculations for non-string GC objects for GC64.
* Fixed assembling of type-check-only variant of `IR_SLOAD`.
## feature/luajit
Backported patches from vanilla LuaJIT trunk (gh-7230). In the scope of this
activity, the following features is completed:
......
## bugfix/core
* Fixed wrong CPU architecture reported in `tarantool.build.target` on M1/M2
Macs (gh-7495).
## bugfix/core
* Fixed a bug in fiber switching that could lead to a segmentation fault error
on AArch64 systems (gh-7523, gh-7985).
## bugfix/replication
* Fixed local space writes failing with error "Found uncommitted sync
transactions from other instance with id 1" when synchronous transaction queue
belongs to another instance and isn't empty (gh-7592).
## bugfix/memtx
* Fixed a possible repeatable read violation with reverse iterators (gh-7755).
## bugfix/memtx
* Fixed a crash on series of transactions in memtx (gh-7756).
## bugfix/memtx
* Fixed a phantom read that could happen after reads from different indexes
followed by a rollback (gh-7828).
## bugfix/core
* Added information about the sequence used by a remote space to net.box
connection (gh-7858).
## feature/core
* Added the `_vspace_sequence` system space view of the `_space_sequence`
system space (gh-7858).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment