Skip to content
Snippets Groups Projects
Commit 6e7c1059 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Bump versions in RPM and Debian packages

parent d9881538
No related branches found
No related tags found
No related merge requests found
tarantool (1.7.5.46.gd98815384-1) unstable; urgency=medium
* 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
-- Roman Tsisyk <roman@tarantool.org> Tue, 12 Sep 2017 14:00:00 +0300
tarantool (1.7.4.47.g06ee320-1) unstable; urgency=medium
* Bump the minimum required version of tarantool-common.
......
......@@ -52,7 +52,7 @@ Package: tarantool
Architecture: i386 amd64 armhf arm64
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, binutils, libgomp1,
libyaml-0-2, openssl, tarantool-common (>= 1.7.4.47)
libyaml-0-2, openssl, tarantool-common (>= 1.7.5.46)
Replaces: tarantool-lts
Conflicts: tarantool-lts-modules,
tarantool-lts-postgresql-module,
......
......@@ -227,6 +227,25 @@ fi
%{_includedir}/tarantool/module.h
%changelog
* Tue Sep 12 2017 Roman Tsisyk <roman@tarantool.org> 1.7.5.46-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
* Fri Dec 16 2016 Roman Tsisyk <roman@tarantool.org> 1.7.2.385-1
- Add `tarantoolctl cat/play` commands and `xlog` Lua module.
......
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