[gnome-software] Release version 3.37.92
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Release version 3.37.92
- Date: Tue, 1 Sep 2020 15:47:10 +0000 (UTC)
commit 595186c1535e0b33fed1f61033b0e5fb4b4abba1
Author: Richard Hughes <richard hughsie com>
Date: Tue Sep 1 16:45:28 2020 +0100
Release version 3.37.92
RELEASE | 4 ++--
data/appdata/org.gnome.Software.appdata.xml.in | 23 +++++++++++++++++++++++
meson.build | 2 +-
3 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 6189a49e..cc7071ce 100644
--- a/RELEASE
+++ b/RELEASE
@@ -8,8 +8,8 @@ Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
Generate NEWS file:
appstream-util appdata-to-news ../data/appdata/org.gnome.Software.appdata.xml.in > NEWS
-git commit -a -m "Release version 3.37.1"
-git tag -s 3.37.1 -m "==== Version 3.37.1 ===="
+git commit -a -m "Release version 3.37.92"
+git tag -s 3.37.92 -m "==== Version 3.37.92 ===="
<enter password>
ninja-build dist
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index cae1debc..188a0c6c 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,29 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
+ <release date="2020-09-01" version="3.37.92">
+ <description>
+ <p>
+ This is an unstable stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add sysprof support for profiling jobs</li>
+ <li>Add webflow and basic auth support to flatpak plugin</li>
+ <li>Coalesce refresh operations where possible</li>
+ <li>Correctly mark layered rpm-ostree local packages as removable</li>
+ <li>Fix flatpak bundle installation</li>
+ <li>Handle invalid snap auth data</li>
+ <li>Improve flatpak progress reporting for transactions</li>
+ <li>Improve the heuristic for detecting old-style AppStream override files</li>
+ <li>Many performance improvements in many areas of the code</li>
+ <li>Only delete the firmware archive if we downloaded it to the cache</li>
+ <li>Show a pulsing progress bar if progress is unknown</li>
+ <li>Support loading appstream files from custom install prefix</li>
+ <li>Use the runtime fwupd version for the user agent</li>
+ </ul>
+ <p>This release also updates existing translations.</p>
+ </description>
+ </release>
<release date="2020-03-11" version="3.36.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index 57488bc2..38f5e977 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-software', 'c',
- version : '3.37.1',
+ version : '3.37.92',
license : 'GPL-2.0+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.47.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]