Skip to content

Commit

Permalink
Release 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos authored Apr 2, 2024
1 parent 95b7d36 commit ce19c0f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# 5.1.6

- Update translations from weblate
- system-upgrade: Add descriptions for aliases
- system-upgrade: backwards-compat offline-{upgrade,distrosync}
- bash-completion: Prepare ownerships for dnf5 switch
- bash-completion: Complete dnf command if we own it
- dnf5: Print command line hints after resolve failure
- doc: Example of Advisory.list() API usage
- dnfdaemon: Add NEVRA field to advisory packages
- doc: Improve version parameter docs
- doc: Sync documentation in help and man pages
- doc: Review and fix missing commands
- system-upgrade: reboot: don't fail if D-Bus not available
- system-upgrade: download: use more of main.cpp's logic
- system-upgrade: clean command now deletes /system-update
- system-upgrade: offline _execute should exit cleanly
- system-upgrade: output tweaks for tests
- system-upgrade: fix --no-downgrade
- doc: Add Advisory interface to daemon documentation
- system-upgrade: fix pkgconfig systemd variable
- system-upgrade: misc fixes
- system-upgrade: Documentation
- system-upgrade: systemd behind build flag
- system-upgrade: offline status subcommand
- system-upgrade: fix DNF 4 regressions
- system-upgrade: offline-distrosync, offline-upgrade aliases
- system-upgrade: Fix installroot
- system-upgrade: Fixes and cleanup, respond to review
- system-upgrade: Handle _execute errors
- system-upgrade: Add OFFLINE_STARTED_ID comment, cleanup
- system-upgrade: Add warning to `dnf5 offline _execute`
- system-upgrade: Add `--offline` flag
- system-upgrade: Add `offline`, `system-upgrade` commands
- Workaround slow scols_table_print_range() for pkg info formatting
- dnf5: Remove redundant arch filters
- PackageQuery: Source rpms do not upgrade binary ones
- Don't set obsoletes < 5 for ELN/RHEL yet
- dnf5-plugin automatic: random_wait: Fix types
- dnf5-plugin automatic: Fix missing virtual destructor in dnf5::Emmiter
- dnf5daemon-server: Fix variables type in SessionManager::open_session
- libdnf5-cli: Fix add_line_into_provides_table func declaration

# 5.1.15

- 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,6 +1,6 @@
set(DEFAULT_PROJECT_VERSION_MAJOR 5)
set(DEFAULT_PROJECT_VERSION_MINOR 1)
set(DEFAULT_PROJECT_VERSION_PATCH 15)
set(DEFAULT_PROJECT_VERSION_PATCH 6)

if(DEFINED PROJECT_VERSION_MAJOR)
if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR})
Expand Down
5 changes: 4 additions & 1 deletion dnf5.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global project_version_major 5
%global project_version_minor 1
%global project_version_patch 15
%global project_version_patch 6

%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 41 || 0%{?rhel} > 11]

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

%changelog
* Tue Apr 02 2024 Packit Team <[email protected]> - 5.1.6-1
- New upstream release 5.1.6

* Fri Mar 15 2024 Packit Team <[email protected]> - 5.1.15-1
- New upstream release 5.1.15

Expand Down

0 comments on commit ce19c0f

Please sign in to comment.