[gnome-software] Release version 3.27.90



commit 35e6ebde1f50deefd8331bc62365ecebaf01ce48
Author: Kalev Lember <klember redhat com>
Date:   Thu Feb 15 01:14:24 2018 +0100

    Release version 3.27.90

 NEWS                                           | 24 ++++++++++++++++++++++++
 RELEASE                                        |  4 ++--
 data/appdata/org.gnome.Software.appdata.xml.in | 23 +++++++++++++++++++++++
 meson.build                                    |  2 +-
 4 files changed, 50 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index d6cdf479..c210b517 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Version 3.27.90
+~~~~~~~~~~~~~~~
+Released: 2018-02-14
+
+This is an unstable release in the 3.27 development series, with the following
+improvements:
+ * The Software Sources dialog was renamed to Software Repositories and
+   rewritten
+ * Fedora Workstation third party repository handling was rewritten and should
+   be more robust
+ * Improved handling of metered network connections, making sure we cancel any
+   downloads when changing to a metered connection
+ * Limit the number of parallel operations depending on the installed CPU
+ * Improved handling of pending installs when there's no network connection
+ * Unused ostree and rpm plugins were dropped
+ * Switch from GtkSpell to gspell
+ * Improve alignment on the updates page
+ * Do not show missing screenshot error for fonts that have screenshots
+ * Fix various issues on Ubuntu when purchasing apps
+ * Fix an issue that led to duplicate categories appearing on the overview page
+ * Various memory leak and correctness fixes
+
+This release also updates translations.
+
 Version 3.27.4
 ~~~~~~~~~~~~~~
 Released: 2018-01-08
diff --git a/RELEASE b/RELEASE
index f8814b5b..334e2ce0 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.27.5"
-git tag -s 3.27.5 -m "==== Version 3.27.5 ===="
+git commit -a -m "Release version 3.27.90"
+git tag -s 3.27.90 -m "==== Version 3.27.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 0bac4d28..13d4ef78 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,29 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2018-02-14" version="3.27.90">
+      <description>
+        <p>
+          This is an unstable release in the 3.27 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>The Software Sources dialog was renamed to Software Repositories and rewritten</li>
+          <li>Fedora Workstation third party repository handling was rewritten and should be more robust</li>
+          <li>Improved handling of metered network connections, making sure we cancel any downloads when 
changing to a metered connection</li>
+          <li>Limit the number of parallel operations depending on the installed CPU</li>
+          <li>Improved handling of pending installs when there's no network connection</li>
+          <li>Unused ostree and rpm plugins were dropped</li>
+          <li>Switch from GtkSpell to gspell</li>
+          <li>Improve alignment on the updates page</li>
+          <li>Do not show missing screenshot error for fonts that have screenshots</li>
+          <li>Fix various issues on Ubuntu when purchasing apps</li>
+          <li>Fix an issue that led to duplicate categories appearing on the overview page</li>
+          <li>Various memory leak and correctness fixes</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2018-01-08" version="3.27.4">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 40b1e358..0d0192e2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.27.5',
+  version : '3.27.90',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.37.0'


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