From 7c998457d2b8921a9ecd9e7639744a59c34b19cc Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Wed, 14 Nov 2012 19:51:30 +0400 Subject: [PATCH] Eblob version update: 0.17.3 --- debian/changelog | 26 ++++++++++++++++++++++++++ eblob-bf.spec | 25 ++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3994cc5..c51c0a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +eblob (0.17.3) unstable; urgency=low + + * Fixed range iterator and keys found in RAM for supposed-to-be-sorted blobs + * Added google groups link + * added missing eblob_iterate_existing prototype + * added lost libboost-system-dev build-dep + * Use autogenerated major/minor eblob versions. + * add debug to eblob_init for eblob_stat_init errors + * move features to separate file - features.h + * added -W option notes + * -W and -Wextra is the same thing + * added -fno-strict-aliasing notes + * blob: added eblob_pagecache_hint() + * added posix_fadvise test + * move definition of EBADFD to blob.h + * blob: sizeof(char) is 1 + * Added timespamps to test + * Link eblob and eblob_static with Boost_SYSTEM_LIBRARIES + * Additional info for Boost on build + * also look for boost system + * replace fdopendir with opendir + * mac os x build fixes + * fixed misstype in merge.cpp + + -- Evgeniy Polyakov Wed, 14 Nov 2012 19:51:18 +0400 + eblob (0.17.2) unstable; urgency=low * fxd depends generation diff --git a/eblob-bf.spec b/eblob-bf.spec index 7a844cf..113258e 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.17.2 +Version: 0.17.3 Release: 1%{?dist}.1 License: GPLv2+ @@ -102,6 +102,29 @@ rm -rf %{buildroot} %{_libdir}/lib*.so %changelog +* Wed Nov 14 2012 Evgeniy Polyakov - 0.17.3 +- Fixed range iterator and keys found in RAM for supposed-to-be-sorted blobs +- Added google groups link +- added missing eblob_iterate_existing prototype +- added lost libboost-system-dev build-dep +- Use autogenerated major/minor eblob versions. +- add debug to eblob_init for eblob_stat_init errors +- move features to separate file - features.h +- added -W option notes +- -W and -Wextra is the same thing +- added -fno-strict-aliasing notes +- blob: added eblob_pagecache_hint() +- added posix_fadvise test +- move definition of EBADFD to blob.h +- blob: sizeof(char) is 1 +- Added timespamps to test +- Link eblob and eblob_static with Boost_SYSTEM_LIBRARIES +- Additional info for Boost on build +- also look for boost system +- replace fdopendir with opendir +- mac os x build fixes +- fixed misstype in merge.cpp + * Thu Sep 06 2012 Evgeniy Polyakov - 0.17.2 - fxd depends generation - Use small-lettered cmake functions -- 2.11.4.GIT