mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 17:39:37 +00:00
Release fwupd 1.8.12
This commit is contained in:
parent
872dc1329d
commit
9b7430107b
2
RELEASE
2
RELEASE
@ -17,8 +17,10 @@ appstream-util appdata-to-news ../data/org.freedesktop.fwupd.metainfo.xml > NEWS
|
||||
Update translations:
|
||||
|
||||
ninja-build fwupd-pot
|
||||
cd ..
|
||||
tx push --source
|
||||
tx pull --all --force --minimum-perc=5
|
||||
cd build
|
||||
ninja-build fix-translations
|
||||
git add ../po/*.po
|
||||
|
||||
|
@ -55,7 +55,7 @@ Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: #VERSION#
|
||||
Release: 0.#BUILD#%{?alphatag}%{?dist}
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/fwupd/fwupd
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
|
@ -33,6 +33,15 @@
|
||||
<binary>fwupdtool</binary>
|
||||
</provides>
|
||||
<releases>
|
||||
<release version="1.8.12" date="2023-02-24">
|
||||
<description>
|
||||
<p>This release fixes the following bugs:</p>
|
||||
<ul>
|
||||
<li>Allow setting the package user agent before the client has connected</li>
|
||||
<li>Fix a small memory leak when refreshing metadata</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.8.11" date="2023-02-23">
|
||||
<description>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user