[epiphany] Prepare 42.alpha



commit 3822188960c32acfba762b42b7f52a065d6502d4
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Thu Jan 6 16:49:39 2022 -0600

    Prepare 42.alpha

 NEWS                                      | 42 +++++++++++++++++++++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  4 +++
 meson.build                               |  2 +-
 3 files changed, 47 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d46c29a76..851a202a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+42.alpha - January 6, 2022
+==========================
+
+ * Rename metainfo from "GNOME Web" to "Web" (!1016, Sophie Herold)
+ * Update to PDF.js 2.11.338 (!1017)
+ * New network error icon (!1018, Jakub Steiner)
+ * Support system dark preference (!1019, !1029, !1030)
+ * Leak fixes (!1020), more leak fixes (!1042, Phaedrus Leeds)
+ * Update to highlight.js 11.3.1 (!1022)
+ * Enable accelerated compositing mode always (!1028)
+ * Fix build with meson 0.60.0 (!1031, rvalue)
+ * Many cleanups in preparation for GTK 4 (!1034, !1035, !1038)
+ * Web app delete button is now red (!1040)
+ * Detect Snap sandbox (!1041, Phaedrus Leeds)
+ * Cleanup icons (!1043, Sam Hewitt)
+ * Allow opening URIs via desktop actions (!1049, Sonny Piers)
+ * Port to libportal 0.5 (!1051, Patrick Griffis)
+ * Various search engine fixes (!1052, Vanadiae)
+
+41.3 - December 20, 2021
+========================
+
+ * Fix Reload buttons on error pages (!1050)
+ * Fix delete button in about:applications (!1050)
+
+41.2 - December 16, 2021
+========================
+
+ * Fix reader mode (!1047)
+
+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 19926e921..1f342cdcf 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -48,6 +48,10 @@
     <value key="Purism::form_factor">mobile</value>
   </custom>
   <releases>
+    <release date="2022-01-06" version="42~alpha"/>
+    <release date="2021-12-20" version="41.3"/>
+    <release date="2021-12-16" version="41.2"/>
+    <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 5b5f7059a..6e50f83b7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '41.0',
+  version: '42.alpha',
   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]