From 5d3a66d18a33a8199ee3d56140168837e5d12682 Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Mon, 26 Sep 2016 16:29:23 +0300
Subject: [PATCH] Bump versions in RPM and Debian packages

---
 debian/changelog   | 11 +++++++++++
 debian/control     |  2 +-
 rpm/tarantool.spec | 10 +++++++++-
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 196c8fd1fe..ad322f3b37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tarantool (1.6.9.1.g3a3f705-1) unstable; urgency=medium
+
+  * 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
+
+ -- Roman Tsisyk <roman@tarantool.org>  Mon, 26 Sep 2016 16:21:39 +0300
+
 tarantool (1.6.8.762.g15ed10e-1) unstable; urgency=medium
 
   * Add support for OpenSSL 1.1 (FTBFS). Closes: #835798.
diff --git a/debian/control b/debian/control
index 4854b16e4a..d96bdc4a88 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,7 @@ Package: tarantool
 Architecture: i386 amd64 armhf arm64
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}, binutils, libgomp1, libyaml-0-2,
- openssl, tarantool-common (>= 1.6)
+ openssl, tarantool-common (>= 1.6.9)
 Replaces: tarantool-lts
 Conflicts: tarantool-lts-common,
  tarantool-lts,
diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec
index 001c694cd9..1d94c7b16d 100644
--- a/rpm/tarantool.spec
+++ b/rpm/tarantool.spec
@@ -60,7 +60,7 @@ BuildRequires: python-yaml >= 3.0.9
 Name: tarantool
 # ${major}.${major}.${minor}.${patch}, e.g. 1.6.8.175
 # Version is updated automaically using git describe --long --always
-Version: 1.6.8.0
+Version: 1.6.9.0
 Release: 1%{?dist}
 Group: Applications/Databases
 Summary: In-memory database and Lua application server
@@ -200,6 +200,14 @@ chkconfig --del tarantool
 %{_includedir}/tarantool/module.h
 
 %changelog
+* Mon Sep 26 2016 Roman Tsisyk <roman@tarantool.org> 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
+
 * Tue Sep 01 2016 Roman Tsisyk <roman@tarantool.org> 1.6.8.762-1
 - Add support for OpenSSL 1.1
 
-- 
GitLab