-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ca2347
commit f7c0eef
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,47 @@ | ||
2018-06-27 Neal Gompa <[email protected]> | ||
|
||
* dnfdaemon.spec: Add missing %files section for selinux subpackage | ||
|
||
2018-06-23 Daniel Mach <[email protected]> | ||
|
||
* dnfdaemon.spec: Spec change for 0.3.19 release. | ||
|
||
2018-06-21 Daniel Mach <[email protected]> | ||
|
||
* python/dnfdaemon/server/__init__.py, | ||
python/dnfdaemon/server/backend.py: Fix code to work with DNF 3 | ||
history and transactions. | ||
|
||
2017-10-30 Eduard Čuba <[email protected]> | ||
|
||
* test/support.py: [tests]: use SWDB instead of YumDB and | ||
GroupPersistor | ||
|
||
2017-10-23 Eduard Čuba <[email protected]> | ||
|
||
* dnfdaemon.spec, python/dnfdaemon/server/__init__.py: support for | ||
DNF 2.8 Dnf 2.8 introduces unified software database which changes | ||
some non-API calls | ||
|
||
2018-06-23 Neal Gompa <[email protected]> | ||
|
||
* Makefile: Makefile: master branch is actually 'master' now | ||
|
||
2018-04-11 Angelo Naselli <[email protected]> | ||
|
||
* python/dnfdaemon/server/__init__.py: Add missing repo data (size | ||
and packages) to json | ||
https://github.com/manatools/dnfdragora/issues/97 | ||
|
||
2017-12-10 Angelo Naselli <[email protected]> | ||
|
||
* python/dnfdaemon/server/__init__.py: Correctly managed undo | ||
operation | ||
|
||
2017-05-24 Neal Gompa <[email protected]> | ||
|
||
* ChangeLog: Finalize 0.3.18 release | ||
|
||
2017-05-24 Neal Gompa <[email protected]> | ||
|
||
* dnfdaemon.spec: Finalize spec for 0.3.18 release | ||
|