-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%global project_version_major 5 | ||
%global project_version_minor 0 | ||
%global project_version_patch 6 | ||
%global project_version_patch 7 | ||
|
||
Name: dnf5 | ||
Version: %{project_version_major}.%{project_version_minor}.%{project_version_patch} | ||
|
@@ -623,6 +623,24 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf | |
|
||
|
||
%changelog | ||
* Wed Mar 8 2023 Nicola Sella <[email protected]> - 5.0.7-1 | ||
- Document set/get vars in python api | ||
- Document --strict deprecation | ||
- New configuration option "disable_multithreading" | ||
- Improved dnf5daemon to handle support groups and modules in return value | ||
- Ignore inaccessible config unless path specified as --config=... | ||
- Includes reordering and tweaks in advisories | ||
- Add support for package changelogs in swig and tests | ||
- Add many unit tests for dnf5 and python api | ||
- Add new --skip-unavailable command line option | ||
- Add search command | ||
- Add new error for incorrect API usages | ||
- Add a new method whether base was correctly initialized | ||
- Improved python exceptions on undefined var | ||
- transaction: Change API to run transaction without args | ||
- Add explicit package version for libdnf5-cli | ||
- Improved performance of packagequery | ||
|
||
* Tue Feb 14 2023 Nicola Sella <[email protected]> - 5.0.6-1 | ||
- Add obsoletes of microdnf | ||
- Many improvements related to internal logic and bugfixes | ||
|