[epiphany/gnome-40] Prepare 40.2



commit 95552d19b3fc8c7e1c014db301390a0a517dc3e6
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Jun 4 09:41:11 2021 -0500

    Prepare 40.2

 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 f4962d7b9..33640d733 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+40.2 - June 4, 2021
+===================
+
+ * Fix some memory leaks (from !958)
+ * Fix memory corruption in history dialog (!960)
+ * Fix crash when checking for modified forms (!962)
+
 40.1 - April 29, 2021
 =====================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 359072f95..d90de4733 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -48,6 +48,7 @@
     <value key="Purism::form_factor">mobile</value>
   </custom>
   <releases>
+    <release date="2021-06-04" version="40.2"/>
     <release date="2021-04-29" version="40.1"/>
     <release date="2021-03-19" version="40.0"/>
     <release date="2021-03-12" version="40~rc"/>
diff --git a/meson.build b/meson.build
index d20c41fc1..26a95c6cd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '40.1',
+  version: '40.2',
   meson_version: '>= 0.47.0',
   default_options: ['c_std=gnu11',
                     'warning_level=2']


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