summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-07-08 13:03:46 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-07-08 13:03:46 -0500
commit6cdf86702e747867b2f4b338429733f84f554f80 (patch)
tree88284014ef66d421d100230ed9d4511cc3633c12
parent9b023bf21df0753d872d2941ccd3cd1a0b6c69ec (diff)
downloadepiphany-42.3.tar.gz
Prepare 42.342.3
-rw-r--r--NEWS6
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dba9a2f8..d6a409a31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+42.3 - July 8, 2022
+===================
+
+ * Fix crash when deleting all passwords (#1773)
+ * Fix memory corruption caused by Sync failure (!1115)
+
42.2 - April 21, 2022
=====================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index a8b5dd043..d0847af27 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -47,6 +47,7 @@
<value key="Purism::form_factor">mobile</value>
</custom>
<releases>
+ <release date="2022-07-08" version="42.3"/>
<release date="2022-04-21" version="42.2"/>
<release date="2022-04-12" version="42.1"/>
<release date="2022-03-17" version="42.0"/>
diff --git a/meson.build b/meson.build
index 2bc5de1b9..96db954c1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '42.2',
+ version: '42.3',
meson_version: '>= 0.51.0',
default_options: ['c_std=gnu11',
'warning_level=2']