Skip to content

Commit

Permalink
updated ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lauridsen committed May 27, 2015
1 parent 57856b0 commit 110ea48
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,105 @@
2015-05-27 Tim Lauridsen <[email protected]>

* dnfdaemon.spec, python/dnfdaemon/client/__init__.py,
python/dnfdaemon/server/__init__.py: bumped version to 0.3.9

2015-05-27 Tim Lauridsen <[email protected]>

* Makefile: build: remove python-sphinx from get-builds make target


2015-05-22 Tim Lauridsen <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* python/dnfdaemon/server/__init__.py: HistoryUndo should return
boolean, not int

2015-05-18 Tim Lauridsen <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* python/dnfdaemon/server/__init__.py,
python/dnfdaemon/server/backend.py: Apply cached config before sack
is loaded

2015-05-14 Tim Lauridsen <[email protected]>

* python/dnfdaemon/server/__init__.py: config settings should be
remember until daemon is closed. (timlau/yumex-dnf#24)

2015-05-14 Tim Lauridsen <[email protected]>

* Makefile: build: use --setopt=installonly_limit=0 on dnf cmds

2015-05-13 Tim Lauridsen <[email protected]>

* python/dnfdaemon/server/backend.py: make download error handling
better drpm and mirror switch is not errors

2015-05-13 Tim Lauridsen <[email protected]>

* python/dnfdaemon/server/__init__.py, test/test_common.py:
optimize: AddTransaction should not resolve

2015-05-13 Tim Lauridsen <[email protected]>

* python/dnfdaemon/server/__init__.py: fix: traceback is
GetGroupPackages is called before GetGroups (RhBug: # 1221030)

2015-05-12 Tim Lauridsen <[email protected]>

* python/dnfdaemon/server/__init__.py: add missing part for
get_attribute('requires') (timlau\yumex-dnf#8)

2015-05-12 Tim Lauridsen <[email protected]>

* python/dnfdaemon/server/__init__.py: separate gpgcheck issues and
other transaction errors

2015-05-12 Tim Lauridsen <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* python/dnfdaemon/server/__init__.py: make search for packages case
in-sensitive by default.

2015-05-06 Tim Lauridsen <[email protected]>

* ChangeLog: updated ChangeLog

2015-05-06 Tim Lauridsen <[email protected]>

* dnfdaemon.spec, python/dnfdaemon/server/__init__.py: bumped
Expand Down

0 comments on commit 110ea48

Please sign in to comment.