[epiphany/gnome-3-36] Prepare 3.36.4



commit f2e4d46e7029d95969e588d3db5a98df7b8c0856
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Aug 6 15:34:11 2020 -0500

    Prepare 3.36.4

 NEWS                                      | 9 +++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in | 1 +
 meson.build                               | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 70d3616d6..8349a2d88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.36.4 - August 6, 2020
+=======================
+
+ * Fix Firefox Sync not working under flatpak (#1233)
+ * Closing new tabs interferes with order of newly-created tabs (#1240)
+ * Fix criticals when deleting entries from History dialog (#1252, Andrei Lisita)
+ * Improve safety of Firefox Sync code (!716)
+ * Fix Safe Browsing feature (!776)
+
 3.36.3 - July 2, 2020
 =====================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 7ab79fdde..c8fc4558f 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-08-06" version="3.36.4"/>
     <release date="2020-07-02" version="3.36.3"/>
     <release date="2020-05-29" version="3.36.2"/>
     <release date="2020-03-27" version="3.36.1"/>
diff --git a/meson.build b/meson.build
index 991a9c4f8..04580c0ce 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.36.3',
+  version: '3.36.4',
   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]