|
| 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 | + |
1 | 84 | # 5.2.5.0
|
2 | 85 |
|
3 | 86 | - Update translations from weblate
|
|
0 commit comments