From 47479d515df8c2196dbbccb99da1999402b3bb1f Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Mon, 18 Aug 2014 15:30:15 +0400 Subject: [PATCH] [Version] Bump. --- blackhole-bf.spec | 5 +++++ debian/changelog | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/blackhole-bf.spec b/blackhole-bf.spec index d185b001..9ef44e86 100644 --- a/blackhole-bf.spec +++ b/blackhole-bf.spec @@ -66,6 +66,11 @@ rm -rf %{buildroot} %{_includedir}/blackhole/* %changelog +* Mon Aug 18 2014 Evgeny Safronov - 0.2.0-1 +- Release version. +- Bug fix: replaced accidentally left writer lock by the reader one. +- Bug fix: logger object now get locked while swapping. + * Fri Aug 08 2014 Evgeny Safronov - 0.2.0-0rc10 - Compatibility: fixed compatibility with GCC 4.4. diff --git a/debian/changelog b/debian/changelog index 00f37c6d..c96623d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +blackhole (0.2.0-1) unstable; urgency=low + + * Release version. + * Bug fix: replaced accidentally left writer lock by the reader one. + * Bug fix: logger object now get locked while swapping. + + -- Evgeny Safronov Mon, 18 Aug 2014 15:27:44 +0400 + + blackhole (0.2.0-0rc10) unstable; urgency=low * Compatibility: fixed compatibility with GCC 4.4.