From 614c0fdc608b5d4b9bdb00c31f80b3185bc3b25d Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Thu, 16 Feb 2012 22:46:56 +0400 Subject: [PATCH] Eblob version update: 0.14.3 --- configure.in | 2 +- debian/changelog | 6 ++++++ eblob-bf.spec | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5209995..ec6dd4d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([eblob], [0.14.2], [zbr@ioremap.net]) +AC_INIT([eblob], [0.14.3], [zbr@ioremap.net]) AM_INIT_AUTOMAKE(1.9) AC_GNU_SOURCE diff --git a/debian/changelog b/debian/changelog index b2e5739..c7cfa9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +eblob (0.14.3) unstable; urgency=low + + * Added python eblob constructor that accepts eblob_config structure on input + + -- Evgeniy Polyakov Thu, 16 Feb 2012 22:45:13 +0400 + eblob (0.14.2) unstable; urgency=low * Use allocate/read for checksum calculation when reading small objects diff --git a/eblob-bf.spec b/eblob-bf.spec index ab1f8e8..aa53a01 100644 --- a/eblob-bf.spec +++ b/eblob-bf.spec @@ -1,6 +1,6 @@ Summary: low-level IO library which stores data in huge blob files appending records one after another Name: eblob -Version: 0.14.2 +Version: 0.14.3 Release: 1%{?dist}.1 License: GPLv2+ @@ -98,6 +98,9 @@ rm -rf %{buildroot} %{_libdir}/lib*.so %changelog +* Thu Feb 16 2012 Evgeniy Polyakov - 0.14.3 +- Added python eblob constructor that accepts eblob_config structure on input + * Wed Feb 8 2012 Evgeniy Polyakov - 0.14.2 - Use allocate/read for checksum calculation when reading small objects - Skip .tmp files when scanning base names -- 2.11.4.GIT