summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-02-20 10:48:33 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-02-20 10:48:33 -0600
commite21c2e68f34fcf23ca560088479e13c9929a4c36 (patch)
treede09fc293fd0055e14f36adddbaa3db30b53da44
parentb8f34863485095bc59b97a6c250ed5e976d39dd4 (diff)
downloadepiphany-43.1.tar.gz
Prepare 43.143.1
-rw-r--r--NEWS12
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5c3840c10..90ff75f1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+43.1 - February 20, 2023
+========================
+
+ * Hide bookmark star in application mode (#1811)
+ * Fix type error when displaying about:overview empty state (#1914)
+ * Fix thumbnails when loading about:overview from session state (#1917)
+ * Properly %-encode URLs copied from address bar (#1930)
+ * Fix minor memory leaks (!1193)
+ * Fix double free when file monitor for user JavaScript fails (!1258)
+ * Don't autofill passwords in sandboxed contexts (CVE-2023-26081, !1275)
+ * Updated translations
+
43.0 - September 15, 2022
=========================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 2f99bd276..228c5ea1f 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -55,6 +55,7 @@
<display_length compare="ge">360</display_length>
</requires>
<releases>
+ <release date="2023-02-20" version="43.1"/>
<release date="2022-09-15" version="43.0"/>
<release date="2022-09-01" version="43~rc"/>
<release date="2022-08-05" version="43~beta"/>
diff --git a/meson.build b/meson.build
index 8dd7a9383..e1c844d64 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '43.0',
+ version: '43.1',
meson_version: '>= 0.59.0',
default_options: ['c_std=gnu11',
'warning_level=2']