-
Thu Aug 24 2017 Roman Tsisyk <roman@tarantool.org> 1.7.5.0-1
- Stabilization of Vinyl storage engine.
- Improved MemTX TREE iterators.
- Better replication monitoring.
- WAL tracking for remote replicas on master.
- Automatic snapshots every hour.
- Lua API to create consistent backups.
- Hot code reload for stored C procedures.
- New built-in rocks: 'http.client', 'iconv' and 'pwd'.
- Lua 5.1 command line options.
- LuaRocks-based package manager.
- Stack traces support in fiber.info().
- New names for box.cfg() options.
- Hot standy mode is now off by default.
- Support for UNIX pipes in tarantoolctl.
- Non-blocking syslog logger.
- Improved systemd integration.
- Hundrends of bugs fixed, see GitHub release notes for details:
https://github.com/tarantool/tarantool/releases/tag/1.7.5
-
Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2.428-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2.428-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2.428-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
-
Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2.428-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.7.2.428-2
- Rebuild for readline 7.x
-
Wed Dec 21 2016 Roman Tsisyk <roman@tarantool.org> 1.7.2.428-1
- Fix failing tests on armv7hl
-
Sat Dec 17 2016 Roman Tsisyk <roman@tarantool.org> 1.6.9.52-2
- Disable tests - missing python-gevent.
-
Sat Dec 17 2016 Roman Tsisyk <roman@tarantool.org> 1.6.9.52-1
- Fix CVE-2016-9036 and CVE-2016-9037.
-
Fri Dec 16 2016 Roman Tsisyk <roman@tarantool.org> 1.7.2.396-1
- Add `tarantoolctl cat/play` commands and `xlog` Lua module.
- Add Lua library to manipulate environment variables.
- Allow DML requests from on_replace triggers.
- Allow UPSERT without operations.
- Improve support for the large number of active network clients.
- Fix race conditions during automatic cluster bootstrap.
- Fix calculation of periods in snapshot daemon.
- Fix handling of iterator type in space:pairs() and space:select().
- Fix CVE-2016-9036 and CVE-2016-9037.
- Dozens of bug fixes to Vinyl storage engine.
- Remove broken coredump() Lua function.