[gnome-software] Release version 3.27.2



commit 4caff04d0165716e47bf95557094d99875b53fab
Author: Kalev Lember <klember redhat com>
Date:   Mon Nov 13 22:29:22 2017 +0100

    Release version 3.27.2

 NEWS                                           |   18 ++++++++++++++++++
 RELEASE                                        |    4 ++--
 data/appdata/org.gnome.Software.appdata.xml.in |   20 ++++++++++++++++++++
 meson.build                                    |    2 +-
 4 files changed, 41 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 51cadc4..b0416bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 3.27.2
+~~~~~~~~~~~~~~
+Released: 2017-11-13
+
+This is an unstable release in the 3.27 development series, with the following
+improvements:
+ * Redesigned category view
+ * Better notifications for completed distro upgrades
+ * Number of test suite fixes to pave way for continous integration tests
+ * Improved support for running on low res displays
+ * Various fixes to internal state handling
+ * Allow linking to specified proprietary licenses
+ * Don't use versioned subdirectories under ~/.cache/gnome-software
+ * Only show in-app notifications for interactive user actions
+ * Various fixes for flatpak, fwupd, and snap support
+
+This release also updates translations.
+
 Version 3.26.2
 ~~~~~~~~~~~~~~
 Released: 2017-11-09
diff --git a/RELEASE b/RELEASE
index 0ab9691..656f46a 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.1"
-git tag -s GNOME_SOFTWARE_3_27_1 -m "==== Version 3.27.1 ===="
+git commit -a -m "Release version 3.27.2"
+git tag -s GNOME_SOFTWARE_3_27_2 -m "==== Version 3.27.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 037240a..e454d03 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,26 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2017-11-13" version="3.27.2">
+      <description>
+        <p>
+          This is an unstable release in the 3.27 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Redesigned category view</li>
+          <li>Better notifications for completed distro upgrades</li>
+          <li>Number of test suite fixes to pave way for continous integration tests</li>
+          <li>Improved support for running on low res displays</li>
+          <li>Various fixes to internal state handling</li>
+          <li>Allow linking to specified proprietary licenses</li>
+          <li>Don't use versioned subdirectories under ~/.cache/gnome-software</li>
+          <li>Only show in-app notifications for interactive user actions</li>
+          <li>Various fixes for flatpak, fwupd, and snap support</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2017-11-09" version="3.26.2">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 520aa98..e95b195 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.27.1',
+  version : '3.27.2',
   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]