Skip to content

Commit

Permalink
Release 5.2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Dec 5, 2024
1 parent 853f47a commit 36a4c21
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 5.2.8.1

- Update translations from weblate
- doc: Replace another instance of "PGP" with "OpenPGP"
- doc: Use OpenPGP instead of PGP
- Python API: Method DownloadCallbacks.add_new_download can return None
- changes_from_dnf4: fix formatting of indented `list` points
- test: add progressbar tests for interactive mode
- test: enhance progressbar tests for non interactive mode
- test: add `ASSERT_MATCHES` for convenient fnmatch pattern matching
- When determining interactivity add `DNF5_FORCE_INTERACTIVE` override
- Fix overwriting of old output from `MultiProgressBar`
- Add `cursor_down` TTY_COMMAND
- Fix new line printing for unfinished Total progress bar
- Remove new line printing fix in non-interactive mode
- reposync: Do not allow --safe-write-path with multiple repos.
- reposync: Optimization of internal structures
- reposync: Rename --source to --srpm
- Implement reposync plugin
- builddep: Fix changes_from_dnf4 documentation
- builddep: Use enum to determine argument type
- builddep: Add support for --spec and --srpm options
- Fix libdnf5 actions plugin sign conversion compilation err

# 5.2.8.0

- Update translations from weblate
Expand Down
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(DEFAULT_PROJECT_VERSION_PRIME 5)
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
set(DEFAULT_PROJECT_VERSION_MINOR 8)
set(DEFAULT_PROJECT_VERSION_MICRO 0)
set(DEFAULT_PROJECT_VERSION_MICRO 1)

if(DEFINED PROJECT_VERSION_PRIME)
if(NOT ${DEFAULT_PROJECT_VERSION_PRIME} STREQUAL ${PROJECT_VERSION_PRIME})
Expand Down
5 changes: 4 additions & 1 deletion dnf5.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global project_version_prime 5
%global project_version_major 2
%global project_version_minor 8
%global project_version_micro 0
%global project_version_micro 1

%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]

Expand Down Expand Up @@ -901,6 +901,9 @@ popd
%ldconfig_scriptlets

%changelog
* Thu Dec 05 2024 Packit Team <[email protected]> - 5.2.8.1-1
- New upstream release 5.2.8.1

* Mon Dec 02 2024 Packit Team <[email protected]> - 5.2.8.0-1
- New upstream release 5.2.8.0

Expand Down

0 comments on commit 36a4c21

Please sign in to comment.