summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-08-05 14:34:52 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-08-05 14:34:52 -0500
commita1fb6d3e35f26fc4041c80d11ea86d8e9484acfe (patch)
tree29403a0dd9133383abd50ff98d137320c2b29e2e
parentc3fe0c38fad2b8012f7be4a27e277b6aa50a4a41 (diff)
downloadepiphany-a1fb6d3e35f26fc4041c80d11ea86d8e9484acfe.tar.gz
Prepare 41.541.5
-rw-r--r--NEWS8
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f8df8a52..c93247e87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+41.5 - August 5, 2022
+=====================
+
+ * Fix crash when deleting all passwords (#1773)
+ * Fix memory corruption caused by sync failure (!1115)
+ * Fix build with Meson 0.60 (!1031, rvalue)
+ * Fix desktop notification priority (!1179)
+
41.4 - April 21, 2022
=====================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index d16d3d488..988ac4bee 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="2022-08-05" version="41.5"/>
<release date="2022-04-21" version="41.4"/>
<release date="2021-12-20" version="41.3"/>
<release date="2021-12-16" version="41.2"/>
diff --git a/meson.build b/meson.build
index e1e391c4b..d126c5b77 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '41.4',
+ version: '41.5',
meson_version: '>= 0.51.0',
default_options: ['c_std=gnu11',
'warning_level=2']