summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-09-04 13:12:46 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-09-04 13:12:46 -0500
commit901c2e50f485e82611df535ba78d1847c145ebe5 (patch)
tree27aebe6e3e719e951cc29aa16f357fac0ac5f5e1
parent306b44a8573c0c88234fe31ac6ddfc2fd30e48ed (diff)
downloadepiphany-901c2e50f485e82611df535ba78d1847c145ebe5.tar.gz
Prepare 3.37.923.37.92
-rw-r--r--NEWS14
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 16 insertions, 1 deletions
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']