summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-03-12 13:34:46 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-03-12 13:34:46 -0600
commit1c87559f3fddbb84ab5ca63879503f8c20cf4b04 (patch)
tree64570cb25a1aaf0c68ed5674ed2735d69b7d5951
parentae79d02bbf64320e32677004a9eabb65c4dcb443 (diff)
downloadepiphany-1c87559f3fddbb84ab5ca63879503f8c20cf4b04.tar.gz
Prepare 3.38.33.38.3
-rw-r--r--NEWS10
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ecd90b4ef..d5e3c66cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.38.3 - March 12, 2021
+=======================
+
+ * Fix crash when signing out of Firefox Sync account (#1342)
+ * Fix crash when using broken remove button on history dialog (#1417)
+ * Fix particular search queries mistaken as addresses (#1418)
+ * Fix loss of session state on window close with unresponsive web process (#1445)
+ * Fix overaggressive popup blocking (#1467)
+ * Pre-filled text in search field should be initially selected (!887, Benjamin Berg)
+
3.38.2 - December 1, 2020
=========================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index b0c1c540b..c3deef09b 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-03-12" version="3.38.3"/>
<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"/>
diff --git a/meson.build b/meson.build
index cbd6f0d76..3d80fbc0b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.38.2',
+ version: '3.38.3',
meson_version: '>= 0.46.0',
default_options: ['c_std=gnu11',
'warning_level=2']