diff --git a/ChangeLog b/ChangeLog index d66974e..deef500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2014-07-13 Tim Lauridsen + + * test/test-system-ro.py: test: fixed som test cases + +2014-07-13 Tim Lauridsen + + * dnfdaemon.spec, python/dnfdaemon/server/backend.py: fix cachedir + setup for dnf 0.5.3 bump dnf dnf requirement + +2014-05-29 Tim Lauridsen + + * dnfdaemon.spec, rel-eng/packages/dnfdaemon: Automatic commit of + package [dnfdaemon] release [0.2.2-1]. + +2014-05-29 Tim Lauridsen + + * ChangeLog: updated ChangeLog + 2014-05-29 Tim Lauridsen * dnfdaemon.spec: build: require dnf 0.5.2 diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index ebdaf3e..bc41a6d 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -42,7 +42,7 @@ import operator import sys -VERSION = 104 # (00.01.02) must be integer +VERSION = 105 # (00.01.02) must be integer # Fake attributes, there is simulating real package attribute # used by get_attributes and others