diff --git a/ChangeLog b/ChangeLog index 6451003..ab046af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2015-09-30 Tim Lauridsen + + * src/yumex/const.py, yumex-dnf.spec: bumped version to 4.1.4 + +2015-06-09 Tim Lauridsen + + * src/yumex/__init__.py, src/yumex/const.py, + src/yumex/dnf_backend.py: add show available updates, when newest + only is unchecked. + +2015-06-01 Tim Lauridsen + + * src/yumex/__init__.py: don't reset queue on download errors (#41) + + +2015-06-01 Tim Lauridsen + + * src/yumex/__init__.py, src/yumex/const.py, src/yumex/status.py: + Added API version check for statusicon (#43) + +2015-06-01 Tim Lauridsen + + * src/yumex/__init__.py: cleanup: pep8 fixes + +2015-06-01 Tim Lauridsen + + * dbus/dbus_status.py: show the full error msg, when status icon + can't launch dnfdaemon + +2015-06-01 Tim Lauridsen + + * dbus/dbus_status.py, src/yumex/dnf_backend.py: Add dnfdaemon + service not started handling in statusicon + +2015-06-01 Tim Lauridsen + + * src/yumex/const.py, src/yumex/dnf_backend.py: added check for we + have the need version of dnfdaemon API (#43) + +2015-05-31 Tim Lauridsen + + * src/yumex/dnf_backend.py: fix: show download size in bytes, not + bits (RhBug: 1226572) + +2015-05-31 Tim Lauridsen + + * src/yumex/const.py: fix: support reinstall in rpm progress strings + (RhBug: 1226617) + +2015-05-28 Tim Lauridsen + + * src/yumex/gui/dialogs.py: fix: create autostart dir if it don't + exists (RhBug: 1225518) + +2015-05-27 Tim Lauridsen + + * ChangeLog: updated ChangeLog + 2015-05-27 Tim Lauridsen * ChangeLog, setup.py, src/yumex/const.py, yumex-dnf.spec: bumped