[epiphany/gnome-3-36] Prepare 3.36.2



commit e0a9090f41d19c12cc0f5dae732d202c83446e62
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri May 29 10:32:28 2020 -0500

    Prepare 3.36.2

 NEWS                                      | 12 ++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  1 +
 meson.build                               |  2 +-
 3 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0ab1cd9f1..22f4c7f0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.36.2 - May 29, 2020
+=====================
+
+ * Fix non-default search engines appearing in search provider (#923)
+ * Set reasonable limit on address bar autocompletions (#1096, #1155)
+ * Invert back/forward shortcuts in keyboard shortcuts dialog in RTL locales (#1145)
+ * Fix crash in web app creation dialog (#1151)
+ * Fix two windows opened by new window action (#1152)
+ * Restore bookmark tag search in URL entry (#1177)
+ * Fix bookmark lockdown enabled when current page cannot be bookmarked (#1196)
+ * Fix crash loading about:applications (!636)
+
 3.36.1 - March 27, 2020
 =======================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 67a77f9cc..4b7fa7fd8 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-05-29" version="3.36.2"/>
     <release date="2020-03-27" version="3.36.1"/>
     <release date="2020-03-07" version="3.36.0"/>
     <release date="2020-02-27" version="3.35.92"/>
diff --git a/meson.build b/meson.build
index bee09ffe6..fd7cf6756 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.36.1',
+  version: '3.36.2',
   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]