diff --git a/debian/changelog b/debian/changelog index db6559b125e2c709dc000b7396dc2e11100e5f35..7c16d430db5c43e79ce3f1d5e948e133f89142e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +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. diff --git a/debian/control b/debian/control index 2607b7297222b09e2185dd0a62a1fd7727b04f91..a9fd8b36cd7bc7b51e0213922dc9f5824f30c543 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec index d28ee7f8204665cd883909476759eeb133850eeb..9e67647a67292bde2e67cc1c72aa0cc1b2f36a4d 100644 --- a/rpm/tarantool.spec +++ b/rpm/tarantool.spec @@ -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.