Skip to content

Commit 043c5d1

Browse files
committed
Release 5.2.17.0
1 parent 122692a commit 043c5d1

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 5.2.17.0
2+
3+
- Update translations from weblate
4+
- Add `repomanage` plugin
5+
- dnf5daemon-server: Allow RPM key import without password prompt for wheel users
6+
- doc: Add Tutorial: API changes between DNF and DNF5
7+
- test: Add tests for code examples for API changes tutorial
8+
- doc: Format API changes as paragraphs instead of sections
9+
- test: Keep the same working directory when running python tutorial tests
10+
- Introduces `libdnf5` list plugins on `--version` parameter
11+
- cli: Fix use-after-free in NamedArg::parse_short
12+
- cli: Fix use-after-free issue in CommandAlias
13+
- libdnf5: Don't double format a transaction error
14+
- Unify docs for shared transactions options: --offline and --store
15+
- Add `replay` to the hardcoded set of commands that require privileges
16+
- All commands that compose a transaction should support offline and store
17+
- doc: Add a chapter about migrating to dnf5
18+
- doc: changes_from_dnf4: Info about `shell` cmd superseded by `do` cmd
19+
- DNF5: Documentation for "do" command
20+
- dnf5: Move create(_installed)_from_repo_option to public API
21+
- dnf5: builddep: Argument "--from-repo"
22+
- dnf5daemon-server: Correct repo::confirm_key_with_options D-Bus signature
23+
- `--store` option: override keepcache option not to remove packages
24+
- doc: fix references to dnf5.conf(5)
25+
- Replace locale-dependent std::isalnum checks
26+
- repo: Correctly URL-encode packages locations
27+
- test: Add unit tests for common/utils/url
28+
- utils: New url_path_encode() function
29+
- utils: Add url_decode() function
30+
- Move url_encode() to libdnf5::utils::url
31+
- dnfdaemon: Obey downloader D-Bus signal signature
32+
133
# 5.2.16.0
234

335
- Update translations from weblate

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(DEFAULT_PROJECT_VERSION_PRIME 5)
22
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
3-
set(DEFAULT_PROJECT_VERSION_MINOR 16)
3+
set(DEFAULT_PROJECT_VERSION_MINOR 17)
44
set(DEFAULT_PROJECT_VERSION_MICRO 0)
55

66
if(DEFINED PROJECT_VERSION_PRIME)

dnf5.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global project_version_prime 5
22
%global project_version_major 2
3-
%global project_version_minor 16
3+
%global project_version_minor 17
44
%global project_version_micro 0
55

66
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]
@@ -1027,6 +1027,9 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
10271027
%ldconfig_scriptlets
10281028

10291029
%changelog
1030+
* Tue Sep 02 2025 Packit Team <[email protected]> - 5.2.17.0-1
1031+
- New upstream release 5.2.17.0
1032+
10301033
* Thu Aug 07 2025 Packit Team <[email protected]> - 5.2.16.0-1
10311034
- New upstream release 5.2.16.0
10321035

0 commit comments

Comments
 (0)