[gnome-software/gnome-3-26] Release version 3.26.0



commit a6cdf4936f7a945b0dbe3cd33c4c3abf0a2e8bff
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 11 12:20:58 2017 +0100

    Release version 3.26.0

 RELEASE                                        |    4 ++--
 data/appdata/org.gnome.Software.appdata.xml.in |   23 +++++++++++++++++++++++
 meson.build                                    |    2 +-
 3 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index ce83243..4f29490 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,8 +5,8 @@ Write release entries:
 git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_25_91... | 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.92"
-git tag -s GNOME_SOFTWARE_3_25_92 -m "==== Version 3.25.92 ===="
+git commit -a -m "Release version 3.26.0"
+git tag -s GNOME_SOFTWARE_3_26_0 -m "==== Version 3.26.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 f9974d2..1b92c5b 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="2017-09-11" version="3.26.0">
+      <description>
+        <p>
+          This is the first stable release for GNOME 3.26,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Use the new fwupd API in 0.9.7 to avoid when a reboot is required</li>
+          <li>Pass the complete proxy settings to PackageKit</li>
+        </ul>
+        <p>The following bugs are also fixed:</p>
+        <ul>
+          <li>Do not crash when emitting an uncommon error message</li>
+          <li>Do not show a critical warning with new versions of fwupd</li>
+          <li>Do not show an error for a remote-less flatpakref application</li>
+          <li>Don't refine PackageKit packages after we've been cancelled</li>
+          <li>Fix a possible crash on 32 bit systems</li>
+          <li>Fix GNOME Shell search results for snap applications</li>
+          <li>Properly disable shell-extensions when not running GNOME Shell</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2017-08-21" version="3.25.91">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 544f40e..f60d6d7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.25.92',
+  version : '3.26.0',
   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]