[gnome-software] Release version 3.31.90



commit 6ce4c5d633be3ff53f4a556c2e1aca0280c14b0e
Author: Kalev Lember <klember redhat com>
Date:   Sun Feb 24 22:05:43 2019 +0100

    Release version 3.31.90

 NEWS                                           | 38 ++++++++++++++++++++++++++
 RELEASE                                        |  4 +--
 data/appdata/org.gnome.Software.appdata.xml.in | 36 ++++++++++++++++++++++++
 meson.build                                    |  2 +-
 4 files changed, 77 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index cc674877..9887df90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Version 3.31.90
+~~~~~~~~~~~~~~~
+Released: 2019-02-24
+
+This is an unstable release in the 3.31 development series, with the following
+improvements:
+ * Fix showing the installed check mark on tiles
+ * Fix crashes in the packagekit plugin due to missing locking
+ * Add back support for appstream data in /var/{cache,lib}/app-info directories
+   that accidentally got left out with the libxmlb rewrite
+ * Update the featured banner for gnome-chess
+ * Fix the details page alignment when only one screenshot is shown
+ * Move the Update button to the right hand side on the details page
+ * Fix enabling repos when installing codecs through the extras page
+ * Remove the Sundry folder and sync the apps in the Utilities folder with
+   gnome-menus 3.31.90
+ * Improve various content rating texts
+ * Drop workarounds for locales with codesets
+ * Use the currently selected icon theme for stock icons
+ * Don't hide compulsory apps in the category views
+ * Use the SPDX-License-Identifier in all source files
+ * Remove various useless error prefixes, making flatpak and packagekit error
+   messages shorter and easier to read
+ * flatpak: Show the installation type (user, system) in the Source dropdown
+ * flatpak: Let apps control the name suffix/prefix they have and don't force
+   (Nightly) suffix for everything on the master branch
+ * flatpak: Various fixes for matching flatpaks to appstream entries
+ * flatpak: Distinguish between the same app coming from multiple remotes
+ * rpm-ostree: Correctly resolve installed appdata files to package names
+ * rpm-ostree: Hook up percentage progress for install and remove
+ * rpm-ostree: Implement layered package install
+ * rpm-ostree: Implement locally downloaded rpm install
+ * rpm-ostree: Show the source of the packages when installing layered packages
+ * rpm-ostree: Various fixes making things more robust
+ * snap: Use new media API
+
+This release also updates translations.
+
 Version 3.31.2
 ~~~~~~~~~~~~~~
 Released: 2019-01-16
diff --git a/RELEASE b/RELEASE
index a9fc5dd1..dcb1c448 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.3"
-git tag -s 3.31.3 -m "==== Version 3.31.3 ===="
+git commit -a -m "Release version 3.31.90"
+git tag -s 3.31.90 -m "==== Version 3.31.90 ===="
 <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 1ab0ebbe..18665c91 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,42 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2019-02-24" version="3.31.90">
+      <description>
+        <p>
+          This is an unstable release in the 3.31 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Fix showing the installed check mark on tiles</li>
+          <li>Fix crashes in the packagekit plugin due to missing locking</li>
+          <li>Add back support for appstream data in /var/{cache,lib}/app-info directories that accidentally 
got left out with the libxmlb rewrite</li>
+          <li>Update the featured banner for gnome-chess</li>
+          <li>Fix the details page alignment when only one screenshot is shown</li>
+          <li>Move the Update button to the right hand side on the details page</li>
+          <li>Fix enabling repos when installing codecs through the extras page</li>
+          <li>Remove the Sundry folder and sync the apps in the Utilities folder with gnome-menus 
3.31.90</li>
+          <li>Improve various content rating texts</li>
+          <li>Drop workarounds for locales with codesets</li>
+          <li>Use the currently selected icon theme for stock icons</li>
+          <li>Don't hide compulsory apps in the category views</li>
+          <li>Use the SPDX-License-Identifier in all source files</li>
+          <li>Remove various useless error prefixes, making flatpak and packagekit error messages shorter 
and easier to read</li>
+          <li>flatpak: Show the installation type (user, system) in the Source dropdown</li>
+          <li>flatpak: Let apps control the name suffix/prefix they have and don't force (Nightly) suffix 
for everything on the master branch</li>
+          <li>flatpak: Various fixes for matching flatpaks to appstream entries</li>
+          <li>flatpak: Distinguish between the same app coming from multiple remotes</li>
+          <li>rpm-ostree: Correctly resolve installed appdata files to package names</li>
+          <li>rpm-ostree: Hook up percentage progress for install and remove</li>
+          <li>rpm-ostree: Implement layered package install</li>
+          <li>rpm-ostree: Implement locally downloaded rpm install</li>
+          <li>rpm-ostree: Show the source of the packages when installing layered packages</li>
+          <li>rpm-ostree: Various fixes making things more robust</li>
+          <li>snap: Use new media API</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2019-01-16" version="3.31.2">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 5925c95d..80382490 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.31.3',
+  version : '3.31.90',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.40.0'


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