Skip to content

Commit 66d57d1

Browse files
committed
Release 5.2.6.1
1 parent bf42d94 commit 66d57d1

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 5.2.6.1
2+
3+
- Update translations from weblate
4+
- dnf clean: Do not report an error on a nonexistent cache directory
5+
- build: Add -Wsign-conversion to CXXFLAGS
6+
- Fix a sign propagation in calculating transaction size statistics
7+
- dnf5: Check offline transaction state before download
8+
- dnf5: Run transaction test for offline transactions
9+
- I18N: Mark messages in "dnf info" output for a translation
10+
- Fix: libdnf5-cli: TransactionSummary counters data type
11+
- doc: Document arch override for API users
12+
- I18N: Mark messages in "dnf install" output for a translation
13+
- swig: Add wrappers for TransactionEnvironment and TransactionGroup
14+
- doc: add typical dnf5 workflow
15+
- doc: generate `ArgumentParser` c++ docs
16+
- doc: generate `Vars` c++ and python docs
17+
- doc: add missing python ConfigRepo to match c++
18+
- doc: add RepoSack to both cpp and python docs
19+
- doc: fix order in api/c++/libdnf5.rst
20+
- offline: Update usage of toml11-devel
21+
- transaction_callbacks: Deprecate libnf5::rpm::TransactionItem alias
22+
- spec: Recommend dnf5-plugins if dnf-plugins-core installed
23+
- automatic: Use original dnf4 config file location
24+
- doc: dnf5-repoquery: Mention %{reason} query tag at --userinstalled
25+
126
# 5.2.6.0
227

328
- Update translations from weblate

Diff for: VERSION.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(DEFAULT_PROJECT_VERSION_PRIME 5)
22
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
33
set(DEFAULT_PROJECT_VERSION_MINOR 6)
4-
set(DEFAULT_PROJECT_VERSION_MICRO 0)
4+
set(DEFAULT_PROJECT_VERSION_MICRO 1)
55

66
if(DEFINED PROJECT_VERSION_PRIME)
77
if(NOT ${DEFAULT_PROJECT_VERSION_PRIME} STREQUAL ${PROJECT_VERSION_PRIME})

Diff for: dnf5.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global project_version_prime 5
22
%global project_version_major 2
33
%global project_version_minor 6
4-
%global project_version_micro 0
4+
%global project_version_micro 1
55

66
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11]
77

@@ -886,6 +886,9 @@ popd
886886
%ldconfig_scriptlets
887887

888888
%changelog
889+
* Thu Sep 19 2024 Packit Team <[email protected]> - 5.2.6.1-1
890+
- New upstream release 5.2.6.1
891+
889892
* Mon Sep 09 2024 Packit Team <[email protected]> - 5.2.6.0-1
890893
- New upstream release 5.2.6.0
891894

0 commit comments

Comments
 (0)