[epiphany] Prepare 3.37.92



commit 901c2e50f485e82611df535ba78d1847c145ebe5
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Sep 4 13:12:46 2020 -0500

    Prepare 3.37.92

 NEWS                                      | 14 ++++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  1 +
 meson.build                               |  2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index f1c62ce40..78ee13e3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.37.92 - September 04, 2020
+============================
+
+ * Fix download animation appearing twice (#1236)
+ * Fix criticals when opening preferences dialog (#1281, Andrei Lisita)
+ * Fix mobile-capable web app setting in mobile mode (#1313)
+ * Fix web view test with no network available (#1314)
+ * Fix rounding error when changing zoom levels (#1316, Zach Harbort)
+ * Fix handling of mailto: links (#1324)
+ * Open application manager in new tabs (#1325)
+ * Disable "set image as wallpaper" function due to issue #1198 (Vanadiae)
+ * Don't allow JavaScript to open new windows automatically
+ * Fix translations of history dialog title bar
+
 3.37.91 - August 20, 2020
 =========================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 1c2dcad7c..49182e11f 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -45,6 +45,7 @@
   </provides>
   <content_rating type="oars-1.1" />
   <releases>
+    <release date="2020-09-04" version="3.37.92"/>
     <release date="2020-08-20" version="3.37.91"/>
     <release date="2020-08-06" version="3.37.90"/>
     <release date="2020-07-02" version="3.37.3"/>
diff --git a/meson.build b/meson.build
index 507917f99..6a60beb43 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.37.91',
+  version: '3.37.92',
   meson_version: '>= 0.46.0',
   default_options: ['c_std=gnu11',
                     'warning_level=2']


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