[gnome-software] Release version 3.31.1



commit 7003e6a059ae96388859f2f854bc9f117d72be1d
Author: Kalev Lember <klember redhat com>
Date:   Tue Oct 9 14:25:26 2018 +0200

    Release version 3.31.1

 NEWS                                           | 94 ++++++++++++++++++++++++++
 RELEASE                                        |  6 +-
 data/appdata/org.gnome.Software.appdata.xml.in | 24 +++++++
 3 files changed, 121 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 69052fb7..45a7075f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,97 @@
+Version 3.31.1
+~~~~~~~~~~~~~~
+Released: 2018-10-09
+
+This is an unstable release in the 3.31 development series, with the following
+improvements:
+ * Icon redesign
+ * Switch to using window menus instead of app menu
+ * Add a source selection drop down to details pages
+ * Move the search button to the left side in the header bar
+ * Various other minor UI tweaks
+ * GtkBuilder UI file changes to pave the way for an eventual GTK4 port (please
+   file issues for any UI layout regressions if you notice any!)
+ * Various internal plugin loader fixes and cleanups
+ * Remove the steam plugin
+ * Simplify the details page loading
+ * Fix an issue that caused icons to not get loaded for locally installed
+   flatpaks
+ * Update Fedora distro upgrades text
+ * Avoid a critical warning in the fwupd plugin when the device vendor is not
+   set
+ * Show verified developers for snaps
+
+This release also updates translations.
+
+Version 3.30.2
+~~~~~~~~~~~~~~
+Released: 2018-10-05
+
+This is a stable release with the following changes:
+ * Localize the polkit policy file
+ * Display ongoing app-installation at top of the list
+ * Update apps in display order
+ * Fix autoupdates triggering in a feedback loop
+ * Tweak the prefs dialog layout
+ * Various fixes to the flatpak plugin, making its state keeping more robust
+ * Fix flatpak errors to show up instead of a generic "Aborted" error
+ * Avoid triggering reboots for online updatable apps (flatpak)
+ * Make rpm-ostree updates work again
+ * Fix an issue that caused duplicate lines in 'OS Updates' on rpm-ostree based
+   systems
+ * Compiler warning fixes
+
+This release also updates translations.
+
+Version 3.30.1
+~~~~~~~~~~~~~~
+Released: 2018-09-25
+
+This is a stable release with the following changes:
+ * Fix an issue that caused duplicate lines in 'OS Updates'
+ * Filter the application restart notification to actual desktop apps
+ * Fix an issue that caused automatic updates to fail during download phase
+ * Avoid showing duplicates in the featured apps when an app is available as
+   both flatpak and a package
+ * Fix an issue that caused gnome-software to use 100% of CPU when doing
+   automatic updates
+ * Lower IO priority for gnome-software so that other apps stay responsive
+   during flatpak installs
+ * Various fixes and wording changes to automatic updates notifications
+ * Only show "Examine Disk" button when baobab is available
+ * Leak and correctness fixes in the snap plugin
+
+This release also updates translations.
+
+Version 3.30.0
+~~~~~~~~~~~~~~
+Released: 2018-09-04
+
+This is the first stable release for GNOME 3.30.
+
+Version 3.29.92
+~~~~~~~~~~~~~~~
+Released: 2018-08-28
+
+This is an unstable release in the 3.27 development series, with the following
+improvements:
+ * Do not go 'back' to a previous application details panel
+ * Don't crash if when getting the fwupd locked status
+ * Download updates automatically when required
+ * Fix dark theme support
+ * Hide screenshot and support widgets when no screenshots
+ * Ignore non-interactive generic errors
+ * Implement distro upgrade downloading when using rpm-ostree
+ * Only update the update check timestamp when it succeeds
+ * Open the WiFi panel when clicking the Network Settings button
+ * Rotate featured apps on the overview page
+ * Simplify the updates panel
+ * Use FlatpakTransaction to install, remove and update
+ * Use new display name for the Snap publisher
+ * Use the full name for the ESRB ratings descripion
+
+This release also updates translations.
+
 Version 3.29.1
 ~~~~~~~~~~~~~~
 Released: 2018-03-05
diff --git a/RELEASE b/RELEASE
index 8d0fc174..ef1ee721 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,14 +2,14 @@ GNOME Software Release Notes
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only 3.29.1... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.30.2... | grep -i -v trivial | grep -v Merge | sort | uniq
 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.29.2"
-git tag -s 3.29.2 -m "==== Version 3.29.2 ===="
+git commit -a -m "Release version 3.31.1"
+git tag -s 3.31.1 -m "==== Version 3.31.1 ===="
 <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 df8fd3c0..788d8a92 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,30 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2018-10-09" version="3.31.1">
+      <description>
+        <p>
+          This is an unstable release in the 3.31 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Icon redesign</li>
+          <li>Switch to using window menus instead of app menu</li>
+          <li>Add a source selection drop down to details pages</li>
+          <li>Move the search button to the left side in the header bar</li>
+          <li>Various other minor UI tweaks</li>
+          <li>GtkBuilder UI file changes to pave the way for an eventual GTK4 port (please file issues for 
any UI layout regressions if you notice any!)</li>
+          <li>Various internal plugin loader fixes and cleanups</li>
+          <li>Remove the steam plugin</li>
+          <li>Simplify the details page loading</li>
+          <li>Fix an issue that caused icons to not get loaded for locally installed flatpaks</li>
+          <li>Update Fedora distro upgrades text</li>
+          <li>Avoid a critical warning in the fwupd plugin when the device vendor is not set</li>
+          <li>Show verified developers for snaps</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2018-10-05" version="3.30.2">
       <description>
         <p>


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