Skip to content

Commit

Permalink
Release 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Apr 27, 2022
1 parent 1a457ce commit 956b5c7
Show file tree
Hide file tree
Showing 4 changed files with 50 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.11.1")
set (DEFAULT_DNF_VERSION "4.12.0")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
12 changes: 11 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.11.1
Version: 4.12.0
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -359,6 +359,16 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Wed Apr 27 2022 Jaroslav Rohel <[email protected]> - 4.12.0-1
- dnf.conf: hint users where to find more info about defaults and other options
- Fix unittests that relied on checksum being at the end of solvfiles
- completion: remove unnecessary echo
- Fix remove when no repos are enabled (RhBug:2064341)
- Add loongarch support for dnf
- Add spaces between words to fix typos (RhBug:2077296)
- [doc] Improve "proxy" configuration option documentation (RhBug:2072332)
- Fix download errors handling in non-english locales (RhBug:2024527)

* Mon Mar 14 2022 Pavla Kratochvilova <[email protected]> - 4.11.1-1
- Bump version, so that 4.11.0 can be released separately

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.12.0 Release Notes
====================

- dnf.conf: hint users where to find more info about defaults and other options
- Fix unittests that relied on checksum being at the end of solvfiles
- completion: remove unnecessary echo
- Fix remove when no repos are enabled (RhBug:2064341)
- Add loongarch support for dnf
- Add spaces between words to fix typos (RhBug:2077296)
- [doc] Improve "proxy" configuration option documentation (RhBug:2072332)

- Bug fixes:
- Fix download errors handling in non-english locales (RhBug:2024527)

Bugs fixed in 4.12.0:

* :rhbug:`2064341`
* :rhbug:`2077296`
* :rhbug:`2072332`
* :rhbug:`2024527`

====================
4.11.1 Release Notes
====================
Expand Down
16 changes: 16 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3426,5 +3426,21 @@
[
2031414,
"`dnf --disablerepo`/`dnf --enablerepo` documentation is confusing"
],
[
2077296,
"dnf --help is missing spaces for --enablerepo and --disablerepo"
],
[
2072332,
"YUM option proxy=_none_ not correctly handled when setup global proxy"
],
[
2024527,
"dnf breaks updateprocess with \"already downloaded\""
],
[
2064341,
"dnf group remove will not remove a group if repositories are disabled"
]
]

0 comments on commit 956b5c7

Please sign in to comment.