From 4cbed9a84803c5429d30a17501034b76b1cf2024 Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Fri, 19 Oct 2012 21:12:54 +0400 Subject: [PATCH] Elliptics version update: 2.19.0.1 --- debian/changelog | 10 ++++++++++ elliptics-bf.spec | 9 ++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2bbb46e..311320d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +elliptics (2.19.0.1) unstable; urgency=low + + * Use autogenerated major/minor elliptics versions. Whole version is being read from debian/changelog file + * Fix CMake file with missing boost libraries + * Bump ABI version (missed from 2.18->2.19 upgrade) + * Drop site-packages from elliptics-client + * Depend on >= 0.9.4 cocaine + + -- Evgeniy Polyakov Fri, 19 Oct 2012 21:12:48 +0400 + elliptics (2.19.0.0) unstable; urgency=low * Added sessions - this allows to configure and set per-request parameters (like groups) diff --git a/elliptics-bf.spec b/elliptics-bf.spec index 8125346..b9aa53e 100644 --- a/elliptics-bf.spec +++ b/elliptics-bf.spec @@ -1,6 +1,6 @@ Summary: Distributed hash table storage Name: elliptics -Version: 2.19.0.0 +Version: 2.19.0.1 Release: 1%{?dist} License: GPLv2+ @@ -151,6 +151,13 @@ rm -rf %{buildroot} %changelog +* Fri Oct 19 2012 Evgeniy Polyakov - 2.19.0.1 +- Use autogenerated major/minor elliptics versions. Whole version is being read from debian/changelog file +- Fix CMake file with missing boost libraries +- Bump ABI version (missed from 2.18->2.19 upgrade) +- Drop site-packages from elliptics-client +- Depend on >= 0.9.4 cocaine + * Wed Oct 10 2012 Evgeniy Polyakov - 2.19.0.0 - Added sessions - this allows to configure and set per-request parameters (like groups) -- 2.11.4.GIT