[gnome-software] Release version 3.35.2



commit 814f8a1bfb6ba71ab5956e1608bad04c71586b8a
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 25 09:30:21 2019 +0000

    Release version 3.35.2

 RELEASE                                        |  4 +--
 data/appdata/org.gnome.Software.appdata.xml.in | 38 ++++++++++++++++++++++++++
 meson.build                                    |  2 +-
 3 files changed, 41 insertions(+), 3 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 0ccdc9dc..d68be3e9 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.34.1"
-git tag -s 3.34.1 -m "==== Version 3.34.1 ===="
+git commit -a -m "Release version 3.35.2"
+git tag -s 3.35.2 -m "==== Version 3.35.2 ===="
 <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 9c57435a..e44e4227 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,44 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2019-11-25" version="3.35.2">
+      <description>
+        <p>
+          This is an unstable stable release with the following changes:
+        </p>
+        <ul>
+          <li>Add missing OARS content rating descriptions</li>
+          <li>Add new plugin for restricting access to apps</li>
+          <li>Avoid a UI crash when switching modes</li>
+          <li>Build libmalcontent dependency on Fedora CI</li>
+          <li>Correctly distinguish empty content ratings from missing ones</li>
+          <li>Correctly set the application state if autoupdate is in progress</li>
+          <li>Do not show a crazy error when installing packages</li>
+          <li>Do not show non-applications in the installed panel</li>
+          <li>Download Flatpak updates in the correct installation</li>
+          <li>Expose snap channels as app alternates</li>
+          <li>Fix a crash on 32-bit systems</li>
+          <li>Fix langpacks autoinstall on Fedora SilverBlue</li>
+          <li>Fix manual detach when updating removable device firmware</li>
+          <li>Fix third party repo enabling not working</li>
+          <li>Hide add/remove shortcut buttons for parentally filtered apps</li>
+          <li>Improve some front page banners</li>
+          <li>Invalidate caches when adding or removing remotes</li>
+          <li>Make flatpak more thread-safe to fix some crashes</li>
+          <li>Match the exact ID when refining a wildcard</li>
+          <li>Only set the app row's buttons as destructive when they remove an app</li>
+          <li>Remove hardcoded-featured plugin</li>
+          <li>Remove the app folder functionality as this is now built-in to the shell</li>
+          <li>Remove the banner editor as this is now an app on it's own</li>
+          <li>Rework age ratings handling to avoid hard-coded list</li>
+          <li>Set the shell extension origin correctly in all cases</li>
+          <li>Show the channel for snaps</li>
+          <li>Speed up the flatpak plugin in some situations</li>
+          <li>Use plugin API to launch apps from install notification.</li>
+        </ul>
+        <p>This release also adds and updates existing translations.</p>
+      </description>
+    </release>
     <release date="2019-09-09" version="3.34.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 3a506b6a..7b02c90c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.34.1',
+  version : '3.35.2',
   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]