Skip to content

Commit 656e399

Browse files
committed
Finalize 0.3.17 release
1 parent cb80f4d commit 656e399

File tree

1 file changed

+84
-15
lines changed

1 file changed

+84
-15
lines changed

ChangeLog

Lines changed: 84 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
2017-04-14 Neal Gompa <ngompa13@gmail.com>
2+
3+
* dnfdaemon.spec: Finalize spec for 0.3.17 release
4+
5+
2017-04-14 Neal Gompa <ngompa13@gmail.com>
6+
7+
* Makefile: Offer variable for systemd unit install location and
8+
fixup definitions of some variables
9+
10+
2017-03-30 Neal Gompa <ngompa13@gmail.com>
11+
12+
* Makefile: Change Makefile to use manatools-dev branch
13+
14+
2017-03-30 Neal Gompa <ngompa13@gmail.com>
15+
16+
* dnfdaemon.spec: Bump to dnf 2.2.0 min, slight fixes to spec
17+
18+
19+
2017-03-30 Neal Gompa <ngompa13@gmail.com>
20+
21+
* python/dnfdaemon/server/__init__.py: Add new transaction callback
22+
identifiers from DNF 2.2.0
23+
24+
2017-03-22 Neal Gompa <ngompa13@gmail.com>
25+
26+
* README.md: dnfdaemon development now is actively developed as part
27+
of the manatools development.
28+
29+
2017-03-20 Angelo Naselli <anaselli@linux.it>
30+
31+
* python/dnfdaemon/server/__init__.py: fixed install method if not
32+
for local rpm
33+
34+
2017-03-19 Angelo Naselli <anaselli@linux.it>
35+
36+
* python/dnfdaemon/server/__init__.py: DNF 2.0 API change for
37+
installation of RPMs from URI/file path. In DNF 2.0, add_remote_rpm
38+
became add_remote_rpms using and returning list of packages, so
39+
Install() needed to change accordingly
40+
41+
2017-02-20 Angelo Naselli <anaselli@linux.it>
42+
43+
* python/dnfdaemon/server/__init__.py: Fixed get_config() call to
44+
work with DNF 2.0
45+
46+
2017-02-07 Angelo Naselli <anaselli@linux.it>
47+
48+
* python/dnfdaemon/server/__init__.py: Fixed GetRepo() call to work
49+
with DNF 2.0
50+
51+
2017-03-22 Tim Lauridsen <tla@rasmil.dk>
52+
53+
* README.md: Update README.md
54+
55+
2016-08-29 Tim Lauridsen <tla@rasmil.dk>
56+
57+
Merge pull request #6 from j-mracek/develop Optimize code for
58+
dnf-2.0
59+
60+
2016-08-24 Jaroslav Mracek <jmracek@redhat.com>
61+
62+
* dnfdaemon.spec, python/dnfdaemon/server/__init__.py,
63+
python/dnfdaemon/server/backend.py: Optimize code for dnf-2.0
64+
65+
2016-05-25 Tim Lauridsen <timlau@fedoraproject.org>
66+
67+
merge release 0.3.16
68+
69+
2016-05-25 Tim Lauridsen <timlau@fedoraproject.org>
70+
71+
* ChangeLog: updated ChangeLog
72+
173
2016-05-25 Tim Lauridsen <timlau@fedoraproject.org>
274

375
* dnfdaemon.spec: bumped version to 0.3.16
@@ -727,21 +799,18 @@
727799

728800
2014-05-09 Tim Lauridsen <timlau@fedoraproject.org>
729801

730-
* Makefile, client/dnfdaemon/Makefile,
731-
client/dnfdaemon/__init__.py, daemon/dnfdaemon-session.py,
732-
daemon/dnfdaemon-system.py, dnfdaemon.spec, dnfdaemon/common.py,
733-
dnfdaemon/dnfdaemon-session.py, dnfdaemon/dnfdaemon-system.py,
734-
python/Makefile, python/dnfdaemon/Makefile,
802+
* Makefile, {dnfdaemon => daemon}/dnfdaemon-session.py, {dnfdaemon
803+
=> daemon}/dnfdaemon-system.py, dnfdaemon.spec, python/Makefile,
804+
{client => python}/dnfdaemon/Makefile,
735805
python/dnfdaemon/__init__.py, python/dnfdaemon/client/Makefile,
736-
python/dnfdaemon/client/__init__.py,
737-
python/dnfdaemon/server/Makefile,
806+
{client/dnfdaemon => python/dnfdaemon/client}/__init__.py,
807+
python/dnfdaemon/server/Makefile, dnfdaemon/common.py =>
738808
python/dnfdaemon/server/__init__.py,
739-
python/dnfdaemon/server/backend.py, test/__init__.py,
740-
test/apitest.py, test/base.py, test/test-session-api.py,
741-
test/test-system-ro.py, test/test-system-rw.py,
742-
test/test_common.py, test/unit-devel.py: refactor: move server
743-
support code into dnfdaemon/server client code into
744-
dnfdaemon/client
809+
python/dnfdaemon/server/backend.py, test/__init__.py, test/{base.py
810+
=> apitest.py}, test/test-session-api.py, test/test-system-ro.py,
811+
test/test-system-rw.py, test/test_common.py, test/unit-devel.py:
812+
refactor: move server support code into dnfdaemon/server client
813+
code into dnfdaemon/client
745814

746815
2014-05-09 Tim Lauridsen <timlau@fedoraproject.org>
747816

@@ -854,7 +923,7 @@
854923
2014-04-20 Tim Lauridsen <timlau@fedoraproject.org>
855924

856925
* Makefile, dnfdaemon/dnfdaemon-system.py, test/base.py,
857-
test/test-system-api.py, test/test-system-ro.py,
926+
test/{test-system-api.py => test-system-ro.py},
858927
test/test-system-rw.py, test/unit-devel.py: tests: split up system
859928
tests in ro & rw renamed Makefile test targets with run-test prefix
860929

@@ -1481,7 +1550,7 @@
14811550

14821551
2014-03-08 Tim Lauridsen <timlau@fedoraproject.org>
14831552

1484-
* COPYING, ChangeLog, LICENSE, Makefile, README.md,
1553+
* LICENSE => COPYING, ChangeLog, Makefile, README.md,
14851554
client/dnfdaemon/Makefile, client/dnfdaemon/__init__.py,
14861555
dbus/org.baseurl.DnfSession.service,
14871556
dbus/org.baseurl.DnfSystem.conf,

0 commit comments

Comments
 (0)