[gnome-software] Release version 3.31.92



commit 0b35a67425172d41e75d8ea6ea163ec18f1521e5
Author: Kalev Lember <klember redhat com>
Date:   Tue Mar 5 23:06:35 2019 +0100

    Release version 3.31.92

 NEWS                                           | 22 ++++++++++++++++++++++
 RELEASE                                        |  4 ++--
 data/appdata/org.gnome.Software.appdata.xml.in | 21 +++++++++++++++++++++
 meson.build                                    |  2 +-
 4 files changed, 46 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9887df90..3ea94ce9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 3.31.92
+~~~~~~~~~~~~~~~
+Released: 2019-03-05
+
+This is an unstable release in the 3.31 development series, marking the end of
+the development cycle. Next release will be 3.32.0!
+ * Add two missing description strings for flatpak permissions
+ * Only show permissions for flatpak apps and not for e.g. fonts
+ * Fix flatpak permissions to correctly show up for available apps
+ * Hide various details page items that don't make sense when showing
+   .flatpakrepo files
+ * Fix an issue that caused descriptions to sometimes not get correctly loaded
+ * Sort the items in the Source drop down
+ * Don't show error notifications for background download and refresh errors
+ * Fix an issue that could cause an explosion of "A restart is required"
+   notifications
+ * Various flatpak plugin fixes to make it correctly match the data when
+   multiple flatpak repos are available
+ * Fix the rpm-ostree plugin to correctly convert remote dbus errors
+
+This release also updates translations.
+
 Version 3.31.90
 ~~~~~~~~~~~~~~~
 Released: 2019-02-24
diff --git a/RELEASE b/RELEASE
index 66e75d2e..ff827dae 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.31.91"
-git tag -s 3.31.91 -m "==== Version 3.31.90 ===="
+git commit -a -m "Release version 3.31.92"
+git tag -s 3.31.92 -m "==== Version 3.31.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 18665c91..dd9ca0a2 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,27 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2019-03-05" version="3.31.92">
+      <description>
+        <p>
+          This is an unstable release in the 3.31 development series,
+          marking the end of the development cycle. Next release will be 3.32.0!
+        </p>
+        <ul>
+          <li>Add two missing description strings for flatpak permissions</li>
+          <li>Only show permissions for flatpak apps and not for e.g. fonts</li>
+          <li>Fix flatpak permissions to correctly show up for available apps</li>
+          <li>Hide various details page items that don't make sense when showing .flatpakrepo files</li>
+          <li>Fix an issue that caused descriptions to sometimes not get correctly loaded</li>
+          <li>Sort the items in the Source drop down</li>
+          <li>Don't show error notifications for background download and refresh errors</li>
+          <li>Fix an issue that could cause an explosion of "A restart is required" notifications</li>
+          <li>Various flatpak plugin fixes to make it correctly match the data when multiple flatpak repos 
are available</li>
+          <li>Fix the rpm-ostree plugin to correctly convert remote dbus errors</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2019-02-24" version="3.31.90">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 0796b6a1..367a2953 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.31.91',
+  version : '3.31.92',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.46.0'


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