SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tarantool-1.7.5.0-1.el7.x86_64.rpm :
Thu Aug 24 14:00:00 2017 Roman Tsisyk 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 3 14:00:00 2017 Fedora Release Engineering - 1.7.2.428-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

Thu Jul 27 14:00:00 2017 Fedora Release Engineering - 1.7.2.428-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

Mon May 15 14:00:00 2017 Fedora Release Engineering - 1.7.2.428-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild

Sat Feb 11 13:00:00 2017 Fedora Release Engineering - 1.7.2.428-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Thu Jan 12 13:00:00 2017 Igor Gnatenko - 1.7.2.428-2
- Rebuild for readline 7.x

Wed Dec 21 13:00:00 2016 Roman Tsisyk 1.7.2.428-1
- Fix failing tests on armv7hl

Sat Dec 17 13:00:00 2016 Roman Tsisyk 1.6.9.52-2
- Disable tests - missing python-gevent.

Sat Dec 17 13:00:00 2016 Roman Tsisyk 1.6.9.52-1
- Fix CVE-2016-9036 and CVE-2016-9037.

Fri Dec 16 13:00:00 2016 Roman Tsisyk 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.

Tue Oct 4 14:00:00 2016 Roman Tsisyk 1.7.2.11-1
- Fix failing tests on armv7hl

Thu Sep 29 14:00:00 2016 Roman Tsisyk 1.7.2.4-1
- Vinyl - a new write-optimized storage engine, allowing the amount of
data stored to exceed the amount of available RAM 10-100x times.
- A new binary protocol command for CALL, which no more restricts a function
to returning an array of tuples and allows returning an arbitrary
MsgPack/JSON result, including scalars, nil and void (nothing).
- Automatic replication cluster bootstrap; it\'s now much easier to configure
a new replication cluster.
- New indexable data types: unsigned, integer, number and scalar.
- memtx snapshots and xlog files are now compressed on the fly using the
fast ZStandard compression algorithm. Compression options are configured
automatically to get an optimal trade-off between CPU utilization and disk
throughput.
- fiber.cond() - a new synchronization mechanism for fibers.
- Tab-based autocompletion in the interactive console.
- A new implementation of net.box improving performance and solving
problems with the garbage collection of dead connections.
- Native systemd integration alongside sysvinit.
- A ready-to-use \'example.lua\' instance enable by default.
- Dozens of bugfixes:
https://github.com/tarantool/tarantool/issues?q=milestone%3A1.7.2+is%3Aclosed

Wed Sep 28 14:00:00 2016 Roman Tsisyk 1.6.9.11-1
- Add dependency on network configuration files used by `socket` module

Mon Sep 26 14:00:00 2016 Roman Tsisyk 1.6.9.1-1
- Tab-based autocompletion in the interactive console
- LUA_PATH and LUA_CPATH environment variables taken into account
- A new box.cfg { read_only = true } option
- Upgrade script for 1.6.4 -> 1.6.8 -> 1.6.9
- Bugs fixed:
https://github.com/tarantool/tarantool/issues?q=milestone%3A1.6.9+is%3Aclosed

Thu Sep 1 14:00:00 2016 Roman Tsisyk 1.6.8.762-1
- Add support for OpenSSL 1.1

Sun Feb 28 13:00:00 2016 Roman Tsisyk 1.6.8.530-2
- Add ExclusiveArch (#1293100)

Sat Feb 27 13:00:00 2016 Roman Tsisyk 1.6.8.530-1
- Update to the latest 1.6.8 release
- Add missing gcc-g++ BuildRequires

Fri Feb 19 13:00:00 2016 Roman Tsisyk 1.6.8.508-1
- Fix stack overflow in Sophia on armv7l

Thu Feb 18 13:00:00 2016 Roman Tsisyk 1.6.8.504-1
- tarantool package now owns module directories

Tue Feb 9 13:00:00 2016 Roman Tsisyk 1.6.8.462-1
- Enable tests

Fri Feb 5 13:00:00 2016 Roman Tsisyk 1.6.8.451-1
- Add coreutils, make and sed to BuildRequires

Wed Feb 3 13:00:00 2016 Roman Tsisyk 1.6.8.433-1
- Obsolete tarantool-common package

Thu Jan 21 13:00:00 2016 Roman Tsisyk 1.6.8.376-1
- Implement proper support of multi-instance management using systemd

Sat Jan 9 13:00:00 2016 Roman Tsisyk 1.6.8.0-1
- Change naming scheme to include a postrelease number to Version
- Fix arch-specific paths in tarantool-common
- Rename tarantool-dev to tarantool-devel
- Use system libyaml
- Remove Vendor
- Remove SCL support
- Remove devtoolkit support
- Remove Lua scripts
- Remove quotes from %files
- Disable hardening to fix backtraces
- Fix permissions for tarantoolctl directories
- Comply with http://fedoraproject.org/wiki/Packaging:DistTag
- Comply with http://fedoraproject.org/wiki/Packaging:LicensingGuidelines
- Comply with http://fedoraproject.org/wiki/Packaging:Tmpfiles.d
- Comply with the policy for log files
- Comply with the policy for man pages
- Other changes according to #1293100 review

Tue Apr 28 14:00:00 2015 Roman Tsisyk 1.6.5.0-1
- Remove sql-module, pg-module, mysql-module

Fri Jun 6 14:00:00 2014 Eugine Blikh 1.6.3.0-1
- Add SCL support
- Add --with support
- Add dependencies

Mon May 20 14:00:00 2013 Dmitry Simonenko 1.5.1.0-1
- Initial version of the RPM spec


 
ICM