From 110ea48687aa17047d1b081f2036d94df8c547e8 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 27 May 2015 14:49:04 +0200 Subject: [PATCH] updated ChangeLog --- ChangeLog | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe59d36..a961943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2015-05-27 Tim Lauridsen + + * dnfdaemon.spec, python/dnfdaemon/client/__init__.py, + python/dnfdaemon/server/__init__.py: bumped version to 0.3.9 + +2015-05-27 Tim Lauridsen + + * Makefile: build: remove python-sphinx from get-builds make target + + +2015-05-22 Tim Lauridsen + + * daemon/dnfdaemon-system.py, docs/server.rst, + python/dnfdaemon/client/__init__.py, + python/dnfdaemon/server/__init__.py, + python/dnfdaemon/server/backend.py, test/test_common.py: auto calc + max download errors, disable the manual setting via RunTransaction + +2015-05-21 Tim Lauridsen + + * python/dnfdaemon/server/backend.py, test/support.py, + test/test_common.py: added automatic calc of max errors + unit test + + +2015-05-19 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py: HistoryUndo should return + boolean, not int + +2015-05-18 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py, test/test_common.py: + GetTransaction should only return current transaction + BuildTransaction should resolve and return current transaction + +2015-05-18 Tim Lauridsen + + * daemon/dnfdaemon-system.py, python/dnfdaemon/client/__init__.py, + python/dnfdaemon/server/__init__.py: added HistoryUndo to undo a + history transaction (timlau/yumex-dnf#7) + +2015-05-14 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py, + python/dnfdaemon/server/backend.py: Apply cached config before sack + is loaded + +2015-05-14 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py: config settings should be + remember until daemon is closed. (timlau/yumex-dnf#24) + +2015-05-14 Tim Lauridsen + + * Makefile: build: use --setopt=installonly_limit=0 on dnf cmds + +2015-05-13 Tim Lauridsen + + * python/dnfdaemon/server/backend.py: make download error handling + better drpm and mirror switch is not errors + +2015-05-13 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py, test/test_common.py: + optimize: AddTransaction should not resolve + +2015-05-13 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py: fix: traceback is + GetGroupPackages is called before GetGroups (RhBug: # 1221030) + +2015-05-12 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py: add missing part for + get_attribute('requires') (timlau\yumex-dnf#8) + +2015-05-12 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py: separate gpgcheck issues and + other transaction errors + +2015-05-12 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py, test/test_common.py: added + requires fake attributes It returns a {} with requirement strings + and a list of providing packages. (timlau/yumex-dnf#8) + +2015-05-12 Tim Lauridsen + + * python/dnfdaemon/server/backend.py: only get real updates and + installonlypkgs in GetPackages('updates'), not other installs pulled + in by the depsolve. + +2015-05-11 Tim Lauridsen + + * python/dnfdaemon/server/__init__.py: make search for packages case + in-sensitive by default. + +2015-05-06 Tim Lauridsen + + * ChangeLog: updated ChangeLog + 2015-05-06 Tim Lauridsen * dnfdaemon.spec, python/dnfdaemon/server/__init__.py: bumped