[gnome-software] Release version 3.34.0



commit 8ea1b7d2d7b8cb91aa9053166803e05a9f464f42
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 9 13:37:36 2019 +0100

    Release version 3.34.0

 NEWS                                           | 23 +++++++++++++++++++++++
 RELEASE                                        |  6 +++---
 data/appdata/org.gnome.Software.appdata.xml.in | 25 +++++++++++++++++++++++++
 meson.build                                    |  2 +-
 4 files changed, 52 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 70b74d79..df4a0c3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 3.34.0
+~~~~~~~~~~~~~~
+Released: 2019-09-09
+
+This is a stable release with the following changes:
+ * Add a link to the privacy policy in the review dialog
+ * Add and improve many overview banners
+ * Add support for download scheduling using Mogwai
+ * Allow installing locale data automatically
+ * Allow snaps to be shown by AppStream ID
+ * Don't apply drop shadow on stock symbolic icons
+ * Don't install queued apps when the network changes and is metered
+ * Fix the 'localised in my language' kudo
+ * Hide addons that are not available in repos
+ * Localize ESRB content rating strings
+ * Never show the installation progress bar going backwards
+ * Notify the user when an application can escape the sandbox
+ * Refactor screenshots and hide those unavailable when offline
+ * Select the rating systems selected based by territory
+ * Use smaller default size for main window when required
+
+This release also adds and updates existing translations.
+
 Version 3.32.4
 ~~~~~~~~~~~~~~
 Released: 2019-07-11
diff --git a/RELEASE b/RELEASE
index 28ec2fa9..b120b533 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,10 +6,10 @@ git log --format="%s" --cherry-pick --right-only 3.32.4... | grep -i -v trivial
 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
+appstream-util appdata-to-news ../data/appdata/org.gnome.Software.appdata.xml.in > NEWS
 
-git commit -a -m "Release version 3.33.1"
-git tag -s 3.33.1 -m "==== Version 3.33.1 ===="
+git commit -a -m "Release version 3.34.0"
+git tag -s 3.34.0 -m "==== Version 3.34.0 ===="
 <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 398fdfb2..9c57435a 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,31 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2019-09-09" version="3.34.0">
+      <description>
+        <p>
+          This is a stable release with the following changes:
+        </p>
+        <ul>
+          <li>Add a link to the privacy policy in the review dialog</li>
+          <li>Add and improve many overview banners</li>
+          <li>Add support for download scheduling using Mogwai</li>
+          <li>Allow installing locale data automatically</li>
+          <li>Allow snaps to be shown by AppStream ID</li>
+          <li>Don't apply drop shadow on stock symbolic icons</li>
+          <li>Don't install queued apps when the network changes and is metered</li>
+          <li>Fix the 'localised in my language' kudo</li>
+          <li>Hide addons that are not available in repos</li>
+          <li>Localize ESRB content rating strings</li>
+          <li>Never show the installation progress bar going backwards</li>
+          <li>Notify the user when an application can escape the sandbox</li>
+          <li>Refactor screenshots and hide those unavailable when offline</li>
+          <li>Select the rating systems selected based by territory</li>
+          <li>Use smaller default size for main window when required</li>
+        </ul>
+        <p>This release also adds and updates existing translations.</p>
+      </description>
+    </release>
     <release date="2019-07-11" version="3.32.4">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index b9d361c0..b21dbba1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.33.1',
+  version : '3.34.0',
   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]