Skip to content

Commit

Permalink
Release 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Sep 16, 2021
1 parent 2f1e471 commit f85cf31
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (DEFAULT_DNF_VERSION "4.8.0")
set (DEFAULT_DNF_VERSION "4.9.0")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
9 changes: 8 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
It supports RPMs, modules and comps groups & environments.

Name: dnf
Version: 4.8.0
Version: 4.9.0
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -361,6 +361,13 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Thu Sep 16 2021 Pavla Kratochvilova <[email protected]> - 4.9.0-1
- [API] Add method "set_or_append_opt_value" to BaseConfig (RhBug:1967925)
- Add aliases for commands: info, updateinfo, provides (RhBug:1938333)
- Add report about demodularized rpms into module info (RhBug:1805260)
- Remove DNSSEC errors on COPR group email keys
- Documentation inprovements - bugs: 1938352, 1993899, 1963704

* Mon Jun 14 2021 Pavla Kratochvilova <[email protected]> - 4.8.0-1
- Do not assume that a remote rpm is complete if present
- Use positive percentage for "Failed delta RPMs" message
Expand Down
22 changes: 22 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@
DNF Release Notes
###################

===================
4.9.0 Release Notes
===================

- New features:
- [API] Add method "set_or_append_opt_value" to BaseConfig (RhBug:1967925)
- Add aliases for commands: info, updateinfo, provides (RhBug:1938333)
- Add report about demodularized rpms into module info (RhBug:1805260)

- Bug fixes:
- Remove DNSSEC errors on COPR group email keys
- Documentation inprovements - bugs: 1938352, 1993899, 1963704

Bugs fixed in 4.9.0:

* :rhbug:`1993899`
* :rhbug:`1805260`
* :rhbug:`1938352`
* :rhbug:`1967925`
* :rhbug:`1963704`
* :rhbug:`1938333`

===================
4.8.0 Release Notes
===================
Expand Down
24 changes: 24 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3346,5 +3346,29 @@
[
1946975,
"dnf installs old version of dependency even though --best is used"
],
[
1993899,
"4.8.0: sphinx warnings"
],
[
1805260,
"Old module packages still show as default"
],
[
1938352,
"Fix documentation: repository-packages"
],
[
1967925,
"[RFE] Provide API to set repo configuration options as string"
],
[
1963704,
"`dnf provides` requires a wildcard or else it only matches full paths"
],
[
1938333,
"[rfe] Add aliases if and ar"
]
]

2 comments on commit f85cf31

@Neustradamus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear @pkratoch: There is a problem at right, Releases section:
4.2.6 Latest
Jun 3, 2019

  • 93 releases

Maybe time to have good releases all time no?
More two years.

@pkratoch
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why GitHub treats some releases differently and why it even matters, but I edited the tag to show properly in the Releases section.

Please sign in to comment.