[epiphany/gnome-41] Prepare 41.1



commit 18623a5da5bf2b492cf7725bc29c7997623f4de3
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Thu Dec 16 08:32:47 2021 -0600

    Prepare 41.1

 NEWS                                      | 12 ++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  1 +
 meson.build                               |  2 +-
 3 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d46c29a76..5c7c0a337 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+41.1 - December 16, 2021
+========================
+
+ * Fix crash opening PDFs not loaded via HTTP (#1611)
+ * Fix CVE-2021-45085, CVE-2021-45086, CVE-2021-45087, CVE-2021-45088 (#1612)
+ * Fix web applications with non-Latin characters (#1626, #1627)
+ * Fix close button position in Firefox Sync dialog (#1647)
+ * Properly quote desktop file Exec line (!1013, Martin Puppe)
+ * Somewhat improve password manager robustness (!1014)
+ * Use correct tab close button position (!1025)
+ * Various fixes for Firefox bookmark import (!1036)
+
 41.0 - September 16, 2021
 =========================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index e6ddf729f..f4b465a99 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="2021-12-16" version="41.1"/>
     <release date="2021-09-16" version="41.0"/>
     <release date="2021-09-02" version="41~rc"/>
     <release date="2021-08-12" version="41~beta"/>
diff --git a/meson.build b/meson.build
index 74eee8a78..cc576a6a8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '41.0',
+  version: '41.1',
   meson_version: '>= 0.51.0',
   default_options: ['c_std=gnu11',
                     'warning_level=2']


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]