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



commit 09cafc9ef92587b3d3326d3fa751328c0a28dcf9
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon May 30 12:43:00 2022 +0100

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

 NEWS                                           | 34 ++++++++++++++++++++++++
 data/appdata/org.gnome.Software.appdata.xml.in | 36 ++++++++++++++++++++++++++
 meson.build                                    |  2 +-
 3 files changed, 71 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 62eb1f927..520a4915c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 42.2
+~~~~~~~~~~~~
+Released: 2022-05-30
+
+This is a stable release with the following notable changes:
+ * Fix installing langpacks for certain locales (#1747)
+ * Improve UI presentation of flatpak apps with complex permissions (!1332)
+ * Fix minor UI glitches on updates page (!1334)
+ * Fix installation of .deb packages with PackageKit ≥ 1.2.5 (!1333)
+ * Fix the ‘Remove’ button for your own app reviews (!1369)
+ * Minor UI fixes when using a dark theme (!1371)
+
+This release also updates translations:
+ * Bulgarian
+ * Catalan
+ * Chinese (China)
+ * Chinese (Taiwan)
+ * Finnish
+ * French
+ * Galician
+ * German
+ * Indonesian
+ * Lithuanian
+ * Nepali
+ * Persian
+ * Polish
+ * Portuguese
+ * Portuguese (Brazil)
+ * Russian
+ * Swedish
+ * Turkish
+ * Ukrainian
+ * Vietnamese
+
 Version 42.1
 ~~~~~~~~~~~~
 Released: 2022-04-26
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index 9a15297a7..26a88a8f2 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -66,6 +66,42 @@
    Validate with `appstreamcli validate *.appdata.xml`
   -->
   <releases>
+    <release date="2022-05-30" version="42.2" type="stable">
+      <description>
+        <p>This is a stable release with the following notable changes:</p>
+        <ul>
+          <li>Fix installing langpacks for certain locales (#1747)</li>
+          <li>Improve UI presentation of flatpak apps with complex permissions (!1332)</li>
+          <li>Fix minor UI glitches on updates page (!1334)</li>
+          <li>Fix installation of .deb packages with PackageKit ≥ 1.2.5 (!1333)</li>
+          <li>Fix the ‘Remove’ button for your own app reviews (!1369)</li>
+          <li>Minor UI fixes when using a dark theme (!1371)</li>
+        </ul>
+        <p>This release also updates translations:</p>
+        <ul>
+          <li>Bulgarian</li>
+          <li>Catalan</li>
+          <li>Chinese (China)</li>
+          <li>Chinese (Taiwan)</li>
+          <li>Finnish</li>
+          <li>French</li>
+          <li>Galician</li>
+          <li>German</li>
+          <li>Indonesian</li>
+          <li>Lithuanian</li>
+          <li>Nepali</li>
+          <li>Persian</li>
+          <li>Polish</li>
+          <li>Portuguese</li>
+          <li>Portuguese (Brazil)</li>
+          <li>Russian</li>
+          <li>Swedish</li>
+          <li>Turkish</li>
+          <li>Ukrainian</li>
+          <li>Vietnamese</li>
+        </ul>
+      </description>
+    </release>
     <release date="2022-04-26" version="42.1" type="stable">
       <description>
         <p>This is a stable release with the following notable changes:</p>
diff --git a/meson.build b/meson.build
index aeeb72a06..06ea44c15 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '42.1',
+  version : '42.2',
   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]