-
Notifications
You must be signed in to change notification settings - Fork 94
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
14 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 2 | ||
%global project_version_patch 3 | ||
|
||
Name: dnf5 | ||
Version: %{project_version_major}.%{project_version_minor}.%{project_version_patch} | ||
|
@@ -592,6 +592,18 @@ Core DNF5 plugins that enhance dnf5 with builddep and changelog commands. | |
|
||
|
||
%changelog | ||
* Wed Jan 04 2022 Nicola Sella <[email protected]> - 5.0.3-1 | ||
- Add Python docs for: Base, Goal, RepoQuery, Package and PackageQuery | ||
- Add docs for Python bindings: they are auto generated now | ||
- Add --what* and --exactdeps options to repoquery | ||
- Add "user enter password" to dnf5daemon functionalities | ||
- Fix: remove repeating headers in transaction table | ||
- Fix: Set status of download progress bar after successful download | ||
- Fix: RepoDownloader::get_cache_handle: Don't set callbacks in LibrepoHandle | ||
- Refactor internal utils | ||
- Improved GlobalLogger | ||
- Improved C++ API docs | ||
|
||
* Thu Dec 08 2022 Nicola Sella <[email protected]> - 5.0.2-1 | ||
- Implement group remove command | ||
- Improved options in config | ||
|