diff --git a/.gitignore b/.gitignore index f7dc1e5..91e408e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /dnf-f8bdc98.tar.xz /dnf-da9f862.tar.xz /dnf-85524ae.tar.xz +/dnf-eff4c49.tar.xz diff --git a/dnf.spec b/dnf.spec index b9b05fd..8696910 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,12 +1,12 @@ -%global gitrev 85524ae +%global gitrev eff4c49 %global hawkey_version 0.3.14 %global librepo_version 0.0.4 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.3.8 -Release: 2.git%{gitrev}%{?dist} +Version: 0.3.9 +Release: 1.git%{gitrev}%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -74,6 +74,19 @@ make ARGS="-V" test %systemd_postun_with_restart dnf-makecache.timer %changelog + +* Thu Jul 4 2013 Aleš Kozumplík - 0.3.9-1.giteff4c49 +- fix: errors handling messages in do_transaction(). (RhBug:981310) (Ales Kozumplik) +- fix: typo in 2b4c085 (Ales Kozumplik) +- fix: unhandled OSError exceptions if MD was renewed during transaction (RhBug:980227) (Ales Kozumplik) +- remove: update_md.py (Ales Kozumplik) +- fix: traceback expiring no longer valid repos. (RhBug:979942) (Ales Kozumplik) +- fix: traceback: accessing base.history from download_packages(). (Ales Kozumplik) +- api: Base.build_repo factory method. (Ales Kozumplik) +- python3: absolute imports in cli.main (Ales Kozumplik) +- refactor: KeyboardInterrupt handling in cli.main. (Ales Kozumplik) +- repo: pass substituting variables down into librepo's Handle. (RhBug:964584) (Ales Kozumplik) + * Mon Jun 24 2013 Aleš Kozumplík - 0.3.8-1.git85524ae - fix: tracebacks when installing to an empty installroot (RhBug:975858) (Ales Kozumplik) - doc: 'dnf erase kernel' erases all the kernels. (Ales Kozumplik) diff --git a/sources b/sources index 80739ae..05ffcd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -732dc5ca24ee0679f69ff7f146627acf dnf-85524ae.tar.xz +ffd53e20e52fc99c6e1cc36c545d2dd0 dnf-eff4c49.tar.xz