[gnome-software] Release version 3.35.91
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Release version 3.35.91
- Date: Wed, 19 Feb 2020 19:45:45 +0000 (UTC)
commit 64287dd1ce61ac77d5d669871acc138ed73c2c98
Author: Richard Hughes <richard hughsie com>
Date: Wed Feb 19 19:38:14 2020 +0000
Release version 3.35.91
RELEASE | 4 ++--
data/appdata/org.gnome.Software.appdata.xml.in | 24 ++++++++++++++++++++++++
meson.build | 2 +-
3 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 8616197e..fce0d884 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.35.3"
-git tag -s 3.35.3 -m "==== Version 3.35.3 ===="
+git commit -a -m "Release version 3.35.91"
+git tag -s 3.35.91 -m "==== Version 3.35.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 e44e4227..0c3a8659 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,30 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
+ <release date="2020-02-19" version="3.35.91">
+ <description>
+ <p>
+ This is an unstable stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add an info bar about automatic updates</li>
+ <li>Avoid rpm-ostree downgrade error when doing distro upgrade</li>
+ <li>Click on stars to open review dialog in the details view</li>
+ <li>Fix loading of icons from AppStream YAML</li>
+ <li>Fix weird font sizes in the batter</li>
+ <li>Hide any in-app notifications when closing the main window</li>
+ <li>Integrate better with snapd</li>
+ <li>Only ignore flatpak estimated progress if >10%</li>
+ <li>Remove color stripes on categories in the Explore page</li>
+ <li>Remove support for Shell extensions</li>
+ <li>Remove webapp support</li>
+ <li>Reset star rating when loading an unrated app</li>
+ <li>Sort applications using locale based algorithms</li>
+ <li>Stop snaps from being automatically updated</li>
+ </ul>
+ <p>This release also adds and updates existing translations.</p>
+ </description>
+ </release>
<release date="2019-11-25" version="3.35.2">
<description>
<p>
diff --git a/meson.build b/meson.build
index 4421e440..7066d32b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-software', 'c',
- version : '3.35.3',
+ version : '3.35.91',
license : 'GPL-2.0+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.47.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]