diff --git a/ChangeLog b/ChangeLog index ba79048fcfbc5d991aa0bcf423e7e010aa7e9aaf..dc8fdc0d4e8d307eb9ee3119273b5a6a42c397db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2016-04-29 Tim Lauridsen <timlau@fedoraproject.org> + + * dnfdaemon.spec: bumped version to 0.3.13 + +2015-12-15 Tim Lauridsen <timlau@fedoraproject.org> + + * Makefile: change the release Makefile target to the gitflow model + + +2015-12-07 Tim Lauridsen <timlau@fedoraproject.org> + + * python/dnfdaemon/client/__init__.py: fix: dreprecated + GObject.G_MAXINT in rawhide + +2015-12-01 Tim Lauridsen <timlau@fedoraproject.org> + + * dnfdaemon.spec, python/dnfdaemon/server/__init__.py: use public + API for RPM transaction progress (dnf >= 1.1.0) (Fixes + timlau/yumex-dnf:#65) + +2015-11-28 Tim Lauridsen <timlau@fedoraproject.org> + + * ChangeLog: updated ChangeLog + 2015-11-28 Tim Lauridsen <timlau@fedoraproject.org> * dnfdaemon.spec: bumped version to 0.3.12 diff --git a/dnfdaemon.spec b/dnfdaemon.spec index a5aa917c2cf9d34f2db00606a4cc1543b2cb4127..66e8ade91fb3a4bcd460a85a386bafe52222636b 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,8 +2,8 @@ %global dnf_version 1.1.0 Name: dnfdaemon -Version: 0.3.12 -Release: 2%{?dist} +Version: 0.3.13 +Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ URL: https://github.com/timlau/dnf-daemon @@ -99,6 +99,9 @@ fi %{python3_sitelib}/%{name}/client %changelog +* Fri Apr 29 2016 Tim Lauridsen <timlau@fedoraproject.org> 0.3.13-1 +- bumped release + * Tue Dec 01 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.12-2 - require dnf-1.1.0