[sushi/release-3.38.0] release: prepare for 3.38.0




commit f763d41b31f59a726d26e721df4f6e0fe00adf50
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Oct 22 15:57:15 2020 +0200

    release: prepare for 3.38.0

 NEWS                                            | 10 ++++++++++
 data/org.gnome.NautilusPreviewer.appdata.xml.in | 17 ++++++++++++++++-
 meson.build                                     |  2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6f133c9..2aefe9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.38.0
+======
+
+- Fix build when Wayland is disabled (Ting-Wei Lan)
+- Make X11 and Wayland configurable at build time (!12, David Heidelberg)
+- Sync font-widget with gnome-font-viewer
+- Fix various meson build issues
+- Sandbox webkitgtk
+- Fix crash caused by the lack of getters for viewers' properties
+
 3.34.0
 ======
 
diff --git a/data/org.gnome.NautilusPreviewer.appdata.xml.in b/data/org.gnome.NautilusPreviewer.appdata.xml.in
index a83e6f8..911c1b0 100644
--- a/data/org.gnome.NautilusPreviewer.appdata.xml.in
+++ b/data/org.gnome.NautilusPreviewer.appdata.xml.in
@@ -8,6 +8,12 @@
   <project_license>GPL-2.0+</project_license>
   <name>Sushi</name>
   <summary>Provide a facility for quickly viewing different kinds of files</summary>
+  <description>
+    <p>
+      Sushi is a file previewer for the GNOME desktop environment. It is an independent component that
+      integrates with GNOME Files (Nautilus).
+    </p>
+  </description>
   <keywords>
     <keyword>nautilus</keyword>
     <keyword>sushi</keyword>
@@ -15,8 +21,17 @@
     <keyword>previewer</keyword>
     <keyword>preview</keyword>
   </keywords>
+  <releases>
+    <release version="3.38.0" date="2020-10-02">
+      <description>
+        <p>Sushi 3.38.0 is the latest stable version of GNOME Sushi, and it contains all
+        features and bugfixes introduced since our last release.</p>
+      </description>
+    </release>
+  </releases>
   <translation type="gettext">sushi</translation>
+  <url type="translate">https://wiki.gnome.org/TranslationProject</url>
   <url type="homepage">https://gitlab.gnome.org/GNOME/sushi</url>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/sushi/issues</url>
-  <updatecontact>eischmann_at_redhat.com</updatecontact>
+  <update_contact>eischmann_at_redhat.com</update_contact>
 </component>
diff --git a/meson.build b/meson.build
index e1c5940..8763f85 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'sushi',
   'c',
-  version: '3.34.0',
+  version: '3.38.0',
   meson_version: '>=0.47.0'
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]