[gnome-software] Release version 3.25.91



commit 6879668f38a72e7eee32ed5d9c6056f12287faaf
Author: Richard Hughes <richard hughsie com>
Date:   Mon Aug 21 09:11:34 2017 +0100

    Release version 3.25.91

 RELEASE                                        |    6 +++---
 data/appdata/org.gnome.Software.appdata.xml.in |   18 ++++++++++++++++++
 meson.build                                    |    2 +-
 3 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 7149b84..c67872c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,11 +2,11 @@ GNOME Software Release Notes
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_25_4... | grep -i -v trivial | grep -v 
Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_25_90... | grep -i -v trivial | grep -v 
Merge | sort | uniq
 Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
-git commit -a -m "Release version 3.25.90"
-git tag -s GNOME_SOFTWARE_3_25_90 -m "==== Version 3.25.90 ===="
+git commit -a -m "Release version 3.25.91"
+git tag -s GNOME_SOFTWARE_3_25_91 -m "==== Version 3.25.91 ===="
 <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 1f2780b..f9974d2 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,24 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2017-08-21" version="3.25.91">
+      <description>
+        <p>
+          This is an unstable release in the 3.25 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Add a simple donation button on the details page</li>
+        </ul>
+        <p>The following bugs are also fixed:</p>
+        <ul>
+          <li>Allow plugins to say that installation cannot be cancelled</li>
+          <li>Fix displaying the info bar for the Shell Extensions category</li>
+          <li>Use first featured snap as the featured app</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2017-08-07" version="3.25.90">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 806d34e..815e902 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.25.90',
+  version : '3.25.91',
   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]