summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-12-01 19:39:39 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-12-01 19:39:39 -0600
commitaed85c97b9840f4f11595c8674e1efa7c5ab5ca5 (patch)
tree3a8f8ce5511829003e55ff1d2ebeb7725d7ed2db
parent9cd05cd5c6cbb8cd4e7f7fa31e9a1b6da9628959 (diff)
downloadepiphany-aed85c97b9840f4f11595c8674e1efa7c5ab5ca5.tar.gz
Prepare 3.38.23.38.2
-rw-r--r--NEWS10
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in2
-rw-r--r--meson.build2
3 files changed, 13 insertions, 1 deletions
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']