Skip to content

Commit 32fdc9a

Browse files
author
Daniel Mach
committed
Release 3.0.4
1 parent c9f8401 commit 32fdc9a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SET(DNF_VERSION "3.0.2")
1+
SET(DNF_VERSION "3.0.4")

dnf.spec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,18 @@ rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
486486
%endif
487487

488488
%changelog
489+
* Thu Jul 19 2018 Daniel Mach <[email protected]> - 3.0.4-1
490+
- [transaction] Fix 'TransactionItem not found for key' error.
491+
- [module] Allow removing module profile without specifying a stream.
492+
- [module] Fix 'BaseCli' object has no attribute '_yumdb' error.
493+
- [callback] Fix TransactionDisplay.PKG_ERASE redirect to a non-existing constant.
494+
- [spec] Change yum compat package version to 4.0.version.
495+
- [cache] Clean transaction temp files after successfull transaction
496+
- [log] Log messages from libdnf logger
497+
- [transaction] Add states to report rpm transaction progress
498+
- [transaction] Cache TransactionItem during handling of RPM callback (RhBug:1599597)
499+
- [systemd] dnf-makecache.timer: move to multi-user to fix loop
500+
489501
* Thu Jul 12 2018 Martin Hatina <[email protected]> - 3.0.3-1
490502
- Bug fix release
491503

0 commit comments

Comments
 (0)