[epiphany/gnome-3-38] Prepare 3.38.5



commit afeebc8740ff5001f79150b4ed4563fb41680ff6
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Jun 4 09:37:28 2021 -0500

    Prepare 3.38.5

 NEWS                                      | 7 +++++++
 data/org.gnome.Epiphany.appdata.xml.in.in | 1 +
 meson.build                               | 2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 257e4720d..b57dedc0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.38.5 - June 4, 2021
+=====================
+
+ * Fix crash when importing bookmarks from Firefox (!949)
+ * Fix memory corruption in history dialog (!960)
+ * Fix crash when checking for modified forms (!962)
+
 3.38.4 - April 29, 2021
 =======================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 01e0fa57f..dc4d7a9e9 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="2021-06-04" version="3.38.5"/>
     <release date="2021-04-29" version="3.38.4"/>
     <release date="2021-03-12" version="3.38.3"/>
     <release date="2020-12-01" version="3.38.2"/>
diff --git a/meson.build b/meson.build
index c9b458f4a..310c26127 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.38.4',
+  version: '3.38.5',
   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]