diff --git a/blackhole-bf.spec b/blackhole-bf.spec index bfa15024..752f53b3 100644 --- a/blackhole-bf.spec +++ b/blackhole-bf.spec @@ -1,6 +1,6 @@ Summary: Blackhole Name: libblackhole -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} License: MIT @@ -65,6 +65,9 @@ rm -rf %{buildroot} %{_includedir}/blackhole/* %changelog +* Wed Sep 24 2014 Evgeny Safronov - 0.2.2-1 +- Feature: added file sink which can automatically reopen files after they are moved. + * Fri Sep 12 2014 Evgeny Safronov - 0.2.1-1 - Bug fix: verbose logger should now properly copy level value when moving. diff --git a/debian/changelog b/debian/changelog index fcb7e163..aa9622ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +blackhole (0.2.2-1) unstable; urgency=low + + * Feature: added file sink which can automatically reopen files after they + are moved. + + -- Evgeny Safronov Wed, 24 Sep 2014 15:00:21 +0400 + blackhole (0.2.1-1) unstable; urgency=low * Bug fix: verbose logger should now properly copy level value when moving.