From 30d956328098e04b41dafb0335b882d42d43ee9e Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Wed, 21 Nov 2012 20:36:02 +0400 Subject: [PATCH] Elliptics version update: 2.19.2.6 --- debian/changelog | 8 ++++++++ elliptics-bf.spec | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e4e3b12..66610d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +elliptics (2.19.2.6) unstable; urgency=low + + * Tune nonblocking pool growing policy + * All dnet_remove*() functions should return error, if ack returned negative status. + * poll() uses msecs as timeout + + -- Evgeniy Polyakov Wed, 21 Nov 2012 20:35:41 +0400 + elliptics (2.19.2.5) unstable; urgency=low * Added atomic number of available IO threads, only grow up pool if we have blocked sph and there are no threads available. diff --git a/elliptics-bf.spec b/elliptics-bf.spec index bf87700..0a477dd 100644 --- a/elliptics-bf.spec +++ b/elliptics-bf.spec @@ -1,6 +1,6 @@ Summary: Distributed hash table storage Name: elliptics -Version: 2.19.2.5 +Version: 2.19.2.6 Release: 1%{?dist} License: GPLv2+ @@ -152,6 +152,11 @@ rm -rf %{buildroot} %changelog +* Wed Nov 21 2012 Evgeniy Polyakov - 2.19.2.6 +- Tune nonblocking pool growing policy +- All dnet_remove*() functions should return error, if ack returned negative status. +- poll() uses msecs as timeout + * Mon Nov 12 2012 Evgeniy Polyakov - 2.19.2.5 - Added atomic number of available IO threads, only grow up pool if we have blocked sph and there are no threads available. -- 2.11.4.GIT