[epiphany/gnome-3-38] Prepare 3.38.2



commit aed85c97b9840f4f11595c8674e1efa7c5ab5ca5
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Dec 1 19:39:39 2020 -0600

    Prepare 3.38.2

 NEWS                                      | 10 ++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  2 ++
 meson.build                               |  2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c1aa570f8..ecd90b4ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.38.2 - December 1, 2020
+=========================
+
+ * Fix pinned tabs reordering themselves (#1341)
+ * Avoid crash during Storage Access API permission requests (#1357)
+ * Reduce size of Storage Access API permission request info bar (#1358)
+ * Fix fullscreen reveal animation (!847)
+ * Fix crash when Safe Browsing database is corrupted (!863)
+ * History dialog title should be translatable (Piotr Drąg)
+
 3.38.1 - October 6, 2020
 ========================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 3790acf1f..b0c1c540b 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -45,6 +45,8 @@
   </provides>
   <content_rating type="oars-1.1" />
   <releases>
+    <release date="2020-12-01" version="3.38.2"/>
+    <release date="2020-10-06" version="3.38.1"/>
     <release date="2020-09-11" version="3.38.0"/>
     <release date="2020-09-04" version="3.37.92"/>
     <release date="2020-08-20" version="3.37.91"/>
diff --git a/meson.build b/meson.build
index e447f69b6..cbd6f0d76 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.38.1',
+  version: '3.38.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]