[gnome-software/gnome-3-30] Release version 3.30.1
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-30] Release version 3.30.1
- Date: Tue, 25 Sep 2018 09:48:44 +0000 (UTC)
commit 166f43b49f737fa604b835a54eefdd4aff13e082
Author: Kalev Lember <klember redhat com>
Date: Tue Sep 25 11:46:46 2018 +0200
Release version 3.30.1
NEWS | 20 ++++++++++++++++++++
RELEASE | 6 +++---
data/appdata/org.gnome.Software.appdata.xml.in | 19 +++++++++++++++++++
meson.build | 2 +-
4 files changed, 43 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 114ec0c5..d0741cba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 3.30.1
+~~~~~~~~~~~~~~
+Released: 2018-09-25
+
+This is a stable release with the following changes:
+ * Fix an issue that caused duplicate lines in 'OS Updates'
+ * Filter the application restart notification to actual desktop apps
+ * Fix an issue that caused automatic updates to fail during download phase
+ * Avoid showing duplicates in the featured apps when an app is available as
+ both flatpak and a package
+ * Fix an issue that caused gnome-software to use 100% of CPU when doing
+ automatic updates
+ * Lower IO priority for gnome-software so that other apps stay responsive
+ during flatpak installs
+ * Various fixes and wording changes to automatic updates notifications
+ * Only show "Examine Disk" button when baobab is available
+ * Leak and correctness fixes in the snap plugin
+
+This release also updates translations.
+
Version 3.30.0
~~~~~~~~~~~~~~
Released: 2018-09-04
diff --git a/RELEASE b/RELEASE
index 0b050680..1a5cd3db 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,14 +2,14 @@ GNOME Software Release Notes
Write release entries:
-git log --format="%s" --cherry-pick --right-only 3.29.92... | grep -i -v trivial | grep -v Merge | sort |
uniq
+git log --format="%s" --cherry-pick --right-only 3.30.0... | grep -i -v trivial | grep -v Merge | sort | uniq
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.30.0"
-git tag -s 3.30.0 -m "==== Version 3.30.0 ===="
+git commit -a -m "Release version 3.30.1"
+git tag -s 3.30.1 -m "==== Version 3.30.1 ===="
<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 af822c7d..9915d8ec 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,25 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
+ <release date="2018-09-25" version="3.30.1">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Fix an issue that caused duplicate lines in 'OS Updates'</li>
+ <li>Filter the application restart notification to actual desktop apps</li>
+ <li>Fix an issue that caused automatic updates to fail during download phase</li>
+ <li>Avoid showing duplicates in the featured apps when an app is available as both flatpak and a
package</li>
+ <li>Fix an issue that caused gnome-software to use 100% of CPU when doing automatic updates</li>
+ <li>Lower IO priority for gnome-software so that other apps stay responsive during flatpak
installs</li>
+ <li>Various fixes and wording changes to automatic updates notifications</li>
+ <li>Only show "Examine Disk" button when baobab is available</li>
+ <li>Leak and correctness fixes in the snap plugin</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
<release date="2018-09-04" version="3.30.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index eb906247..eaab352f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-software', 'c',
- version : '3.30.0',
+ version : '3.30.1',
license : 'GPL-2.0+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.40.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]