File tree 3 files changed +30
-2
lines changed
3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
26
# 5.2.6.0
2
27
3
28
- Update translations from weblate
Original file line number Diff line number Diff line change 1
1
set (DEFAULT_PROJECT_VERSION_PRIME 5)
2
2
set (DEFAULT_PROJECT_VERSION_MAJOR 2)
3
3
set (DEFAULT_PROJECT_VERSION_MINOR 6)
4
- set (DEFAULT_PROJECT_VERSION_MICRO 0 )
4
+ set (DEFAULT_PROJECT_VERSION_MICRO 1 )
5
5
6
6
if (DEFINED PROJECT_VERSION_PRIME)
7
7
if (NOT ${DEFAULT_PROJECT_VERSION_PRIME} STREQUAL ${PROJECT_VERSION_PRIME} )
Original file line number Diff line number Diff line change 1
1
%global project_version_prime 5
2
2
%global project_version_major 2
3
3
%global project_version_minor 6
4
- %global project_version_micro 0
4
+ %global project_version_micro 1
5
5
6
6
%bcond dnf5_obsoletes_dnf %[0%{?fedora } > 40 || 0%{?rhel } > 11]
7
7
886
886
%ldconfig_scriptlets
887
887
888
888
%changelog
889
+ *
Thu Sep 19 2024 Packit Team <[email protected] > -
5.2.6.1-1
890
+ - New upstream release 5.2.6.1
891
+
889
892
*
Mon Sep 09 2024 Packit Team <[email protected] > -
5.2.6.0-1
890
893
- New upstream release 5.2.6.0
891
894
You can’t perform that action at this time.
0 commit comments