[gnome-software/gnome-42] Release version 42.3



commit 2c32c8695b23279adf59170a272b2346d77c0092
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jun 30 15:48:32 2022 +0100

    Release version 42.3
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 NEWS                                           | 14 ++++++++++++++
 data/appdata/org.gnome.Software.appdata.xml.in | 16 ++++++++++++++++
 meson.build                                    |  2 +-
 3 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 520a4915c..f5e958473 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 42.3
+~~~~~~~~~~~~
+Released: 2022-06-30
+
+This is a stable release with the following notable changes:
+ * Fix some crashes when handling flatpaks
+ * Fix incorrectly showing a restart notification after a failed firmware update
+ * Fix a mismatch between app review ratings at the top and bottom of the page
+ * Fix prompt dialogs when updating firmware on devices which need user interaction
+
+This release also updates translations:
+ * Catalan
+ * Czech
+
 Version 42.2
 ~~~~~~~~~~~~
 Released: 2022-05-30
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index 85cf3b4fb..45eb55ab8 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -66,6 +66,22 @@
    Validate with `appstreamcli validate *.appdata.xml`
   -->
   <releases>
+    <release date="2022-06-30" version="42.3" type="stable">
+      <description>
+        <p>This is a stable release with the following notable changes:</p>
+        <ul>
+          <li>Fix some crashes when handling flatpaks</li>
+          <li>Fix incorrectly showing a restart notification after a failed firmware update</li>
+          <li>Fix a mismatch between app review ratings at the top and bottom of the page</li>
+          <li>Fix prompt dialogs when updating firmware on devices which need user interaction</li>
+        </ul>
+        <p>This release also updates translations:</p>
+        <ul>
+          <li>Catalan</li>
+          <li>Czech</li>
+        </ul>
+      </description>
+    </release>
     <release date="2022-05-30" version="42.2" type="stable">
       <description>
         <p>This is a stable release with the following notable changes:</p>
diff --git a/meson.build b/meson.build
index 06ea44c15..f3442e155 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '42.2',
+  version : '42.3',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c11'],
   meson_version : '>=0.55.0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]