Skip to content

Commit 276bbae

Browse files
committed
Release 5.2.6.0
1 parent 2d82dd0 commit 276bbae

File tree

3 files changed

+88
-2
lines changed

3 files changed

+88
-2
lines changed

CHANGELOG.md

+83
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
# 5.2.6.0
2+
3+
- Update translations from weblate
4+
- dnfdaemon: Correct argument direction in interface definition of Goal::cancel method
5+
- dnfdaemon: Signals should use "object_path" type for the session_object_path argument
6+
- rpm: TransactionCallbacks class documentation
7+
- doc: Add TransactionCallback class to API docs
8+
- main: Don't use Context::print_error when catching libdnf5 errors
9+
- Fix transaction problem formatting
10+
- config-manager: Fix addrepo from-repofile with empty/comment lines
11+
- dnfdaemon: API to cancel current running transaction
12+
- DownloadCallbacks: Enum for possible return codes
13+
- Use Context::print_output, Context::print_error in main.cpp
14+
- context: Add print_error and print_output
15+
- Context::set_output_stream should set out_stream & err_stream
16+
- Move some output from stdout to stderr
17+
- Print "info" and progress bars to stderr, not stdout
18+
- conf: clarify plugin types
19+
- conf: update documented options
20+
- Document dropping of `arch` and `basearch` conf options
21+
- conf-todo: remove already documented options
22+
- conf: document both repo and main `gpgcheck` option
23+
- conf: document several `repo` options
24+
- conf: `reposdir` add missing default
25+
- dnf5: Print rpm scriptlets outputs to the user
26+
- transaction: Store outputs of the last rpm scriptlet
27+
- rpm::transaction: Base::Transaction to callback holder
28+
- Install `defs.h` include for `libdnf5-cli`
29+
- [dnf5] Add argument "-c" - alias to "--config" (dnf4 compatibility)
30+
- fix formatting issues
31+
- fix: address various issues mentioned in PR review
32+
- feat: implement a proper default user-agent string
33+
- doc: Add references from dnf5(8) to new man pages
34+
- doc: Add man page describing the system state
35+
- state: Catch all errors during system state load
36+
- state.cpp: update to new toml11-devel-4.0.0 version API
37+
- versionlock_config.cpp: update to new toml11-devel-4.0.0 version API
38+
- temp_files_memory.cpp: fully specify arg for toml::format
39+
- cmdline_aliases: update to `toml11-devel-4.0.0` API
40+
- spec: fix modularity man page
41+
- doc: Include modularity documentation
42+
- doc: Revise packages filtering doc section
43+
- package_downloader: Always call download callbacks
44+
- repo: New Repo.get_packages_download_dir() method
45+
- doc: Document destdir main config option
46+
- doc: Naming of source and debug repos
47+
- doc: fix arguments for `install`, `upgrade` and `remove`
48+
- doc: add `environment-spec` to specs.7.rst
49+
- doc: link `group_package_types` with install and group install
50+
- doc: Use ~ instead of /home/$USER
51+
- Update the man page entry for the countme option
52+
- Fix countme bucket calculation
53+
- Fix up some comments in addCountmeFlag()
54+
- doc: enhance `logdir` default description
55+
- doc: describe `cachedir` and `system_cachedir` relationship
56+
- doc: Add system-upgrade example using D-Bus API
57+
- dnf5daemon-client: system-upgrade command
58+
- dnfdaemon: Add system_upgrade() method to Rpm interface
59+
- spec: fix cmake focus_new arg
60+
- Use `SOLVER_FLAG_FOCUS_NEW` to install latests versions of deps
61+
- builddep: Support the --with/--without options to toggle bconds
62+
- dnf5: Reduce the noise around running scriptlets
63+
- cli: Method to drop the last progress bar message
64+
- spec: Stricten a dependency on DNF libraries in plugin subpackages
65+
- Fix a use-after-free in EmitterEmail::notify()
66+
- Clarify `group` command man page: `environment` note
67+
- Add some docs about environments
68+
- dnfdaemon-client: Fix repoquery command
69+
- dnfdaemon-client: Clean command implemetation
70+
- dnfdaemon: D-Bus API for cleaning caches
71+
- Add an example how to disable repo to `repo` command man page
72+
- Improve "After this operation" disk usage messages
73+
- replay: Allow up/down-grade if NA is already installed
74+
- Add `redo` to and install history documentation
75+
- Add `override_reasons` to `GoalJobSettings` and use it in `redo`
76+
- Add `history redo` command
77+
- Extract private API `to_replay()` for `libdnf5::transaction::Transaction`
78+
- Make `get_package_types()` from libdnf5::transaction::CompsGroup public
79+
- package_downloader: Add local files to callbacks
80+
- dnf5: Offline transactions work with local rpm files
81+
- package_downloader: Handle local files
82+
- transaction: Flag whether download local packages
83+
184
# 5.2.5.0
285

386
- Update translations from weblate

VERSION.cmake

+1-1
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 5)
3+
set(DEFAULT_PROJECT_VERSION_MINOR 6)
44
set(DEFAULT_PROJECT_VERSION_MICRO 0)
55

66
if(DEFINED PROJECT_VERSION_PRIME)

dnf5.spec

+4-1
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 5
3+
%global project_version_minor 6
44
%global project_version_micro 0
55

66
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11]
@@ -883,6 +883,9 @@ popd
883883
%ldconfig_scriptlets
884884

885885
%changelog
886+
* Mon Sep 09 2024 Packit Team <[email protected]> - 5.2.6.0-1
887+
- New upstream release 5.2.6.0
888+
886889
* Tue Jul 23 2024 Packit Team <[email protected]> - 5.2.5.0-1
887890
- New upstream release 5.2.5.0
888891

0 commit comments

Comments
 (0)