From 279c1e39d05814959aa4c92edc2b449f6652dd36 Mon Sep 17 00:00:00 2001 From: inknos Date: Fri, 8 Dec 2023 14:24:43 +0000 Subject: [PATCH] Release 5.1.9 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7408ee02..91968cae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# 5.1.9 + +- Update translations from weblate +- Fix builds for RISC-V arch +- Fix architecture autodetection +- Move `am_i_root` function to common library +- Implement `module info` command +- Add user confirmation request if `history store` overwrites a file +- Add `history store` command +- Add API to serialize base::transaction in JSON +- Add API to serialize transaction::transaction in JSON +- Add docs for `provides` +- Implement command `provides` +- Read `copr.vendor.conf` in `/usr/share` first +- Add docs for `check` command +- Implement `check` command +- Expose `utis/fs/file.hpp` and `temp.hpp` on API +- Document dropping of the `skip-broken` for `upgrade` +- Update man pages with missing dependency resolving-related options +- Document `skip-broken` option only for related commands +- Test for adding an empty list to memory file +- Check serialized temporary files memory is non-empty +- Add `microcode_ctl` to needs-restarting's reboot list +- Fix reporting spec matches only source + # 5.1.8 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index 9449e7a1b..cb8b71d33 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) set(DEFAULT_PROJECT_VERSION_MINOR 1) -set(DEFAULT_PROJECT_VERSION_PATCH 8) +set(DEFAULT_PROJECT_VERSION_PATCH 9) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 3cb204768..fd02ef56a 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 %global project_version_minor 1 -%global project_version_patch 8 +%global project_version_patch 9 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10] @@ -759,6 +759,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %ldconfig_scriptlets %changelog +* Fri Dec 08 2023 Packit Team - 5.1.9-1 +- New upstream release 5.1.9 + * Fri Nov 24 2023 Packit Team - 5.1.8-1 - New upstream release 5.1.8