summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-04-29 10:14:42 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-04-29 10:14:42 -0500
commit725471b502fdd48c516d654123718aba3e3220da (patch)
tree6c389916e22c48ed736597298edabb28e46a7020
parent899e32c775b9c0a452b9daefe6514254f32f0291 (diff)
downloadepiphany-3.38.4.tar.gz
Prepare 3.38.43.38.4
-rw-r--r--NEWS7
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d5e3c66cf..257e4720d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.38.4 - April 29, 2021
+=======================
+
+ * Allow launching external URLs when triggered by user action (#1385)
+ * Fix untranslatable string in security popover (#1478)
+ * Remove bad assert added in 3.38.3 (!941)
+
3.38.3 - March 12, 2021
=======================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index c3deef09b..01e0fa57f 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-04-29" version="3.38.4"/>
<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"/>
diff --git a/meson.build b/meson.build
index 3d80fbc0b..c9b458f4a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.38.3',
+ version: '3.38.4',
meson_version: '>= 0.46.0',
default_options: ['c_std=gnu11',
'warning_level=2']