Skip to content

Commit 8fa4bb9

Browse files
committed
Release 4.23.0
1 parent b6ec7d3 commit 8fa4bb9

File tree

3 files changed

+59
-2
lines changed

3 files changed

+59
-2
lines changed

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set (DEFAULT_DNF_VERSION "4.22.0")
1+
set (DEFAULT_DNF_VERSION "4.23.0")
22

33
if(DEFINED DNF_VERSION)
44
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})

dnf.spec

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
It supports RPMs, modules and comps groups & environments.
6666

6767
Name: dnf
68-
Version: 4.22.0
68+
Version: 4.23.0
6969
Release: 1%{?dist}
7070
Summary: %{pkg_summary}
7171
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -435,6 +435,33 @@ popd
435435
# bootc subpackage does not include any files
436436

437437
%changelog
438+
* Thu Mar 06 2025 Evan Goode <[email protected]> - 4.23.0-1
439+
- spec: toggle dnf5_obsoletes_dnf for RHEL 11
440+
- automatic: Enhance errors reporting
441+
- automatic: Fix incorrect Error class instantiation
442+
- doc: `--disableexcludepkgs=all` doesn't affect just file configuration
443+
- Update ko.po
444+
- Update README.rst started 1
445+
- Tests: Avoid the multiprocessing forkserver method
446+
- cli: Print a plugin suggestion on installed but expired pgp key
447+
- spec: Provide dnf4 by python3-dnf
448+
- copr: Add Copr build files
449+
- Add support for --transient
450+
- bootc: Document `--transient` and `persistence`
451+
- bootc: Use ostree GObject API to get deployment status
452+
- bootc: "Re-locking": use ostree admin unlock --transient
453+
- spec: Add dnf-bootc subpackage
454+
- Require libdnf >= 0.74.0 with `persistence` option
455+
- Derive releasever_{major,minor} in conf, not substitutions
456+
- Override releasever_{major,minor} with provides
457+
- Add --releasever-major and --releasever-minor options
458+
- doc: Document detect_releasevers and update example
459+
- tests: Patch detect_releasevers, not detect_releasever
460+
- Document how --releasever, --releasever_{major,minor} affect each other
461+
- Move releasever_minor setter docstring to the correct function
462+
- Enable automatic PR reviews
463+
- Usage help: don't mark mandatory option parameters as optional
464+
438465
* Tue Nov 12 2024 Evan Goode <[email protected]> - 4.22.0-1
439466
- doc: Naming of source and debug repos
440467
- spec: Move /var/cache/dnf from dnf to python3-dnf

doc/release_notes.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,36 @@
1919
DNF Release Notes
2020
###################
2121

22+
====================
23+
4.23.0 Release Notes
24+
====================
25+
26+
- spec: toggle dnf5_obsoletes_dnf for RHEL 11
27+
- automatic: Enhance errors reporting
28+
- automatic: Fix incorrect Error class instantiation
29+
- doc: `--disableexcludepkgs=all` doesn't affect just file configuration
30+
- Update ko.po
31+
- Update README.rst started 1
32+
- Tests: Avoid the multiprocessing forkserver method
33+
- cli: Print a plugin suggestion on installed but expired pgp key
34+
- spec: Provide dnf4 by python3-dnf
35+
- copr: Add Copr build files
36+
- Add support for --transient
37+
- bootc: Document `--transient` and `persistence`
38+
- bootc: Use ostree GObject API to get deployment status
39+
- bootc: "Re-locking": use ostree admin unlock --transient
40+
- spec: Add dnf-bootc subpackage
41+
- Require libdnf >= 0.74.0 with `persistence` option
42+
- Derive releasever_{major,minor} in conf, not substitutions
43+
- Override releasever_{major,minor} with provides
44+
- Add --releasever-major and --releasever-minor options
45+
- doc: Document detect_releasevers and update example
46+
- tests: Patch detect_releasevers, not detect_releasever
47+
- Document how --releasever, --releasever_{major,minor} affect each other
48+
- Move releasever_minor setter docstring to the correct function
49+
- Enable automatic PR reviews
50+
- Usage help: don't mark mandatory option parameters as optional
51+
2252
====================
2353
4.22.0 Release Notes
2454
====================

0 commit comments

Comments
 (0)