[epiphany] Prepare 41.alpha



commit 8d442f5b2e65a1c9c1aa43daeb60a8645163444d
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Jul 2 15:41:46 2021 -0500

    Prepare 41.alpha

 NEWS                                      | 43 +++++++++++++++++++++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  3 +++
 meson.build                               |  2 +-
 3 files changed, 47 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5fcadfe76..a271da915 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+41.alpha - July 2, 2021
+=======================
+
+Epiphany now depends on libsoup-3.0 and webkit2gtk-4.1 by default (!921, !957).
+If you're not yet ready for this, you can build with -Dsoup2=enabled for now,
+but we'll probably remove this fallback pretty soon. libsoup-3.0 and
+webkit2gtk-4.1 add support for HTTP/2.
+
+ * User smaller address bar font in narrow mode (#1172)
+ * The address bar dropdown now supports various useful filters (#1461)
+ * Move Firefox Sync to toplevel window menu (#1470)
+ * Update to highlight.js 11.0.0 (#1480, #1501, !966, Jim Mason)
+ * Highlight base domain in address bar (#1540)
+ * Use actual reader mode fonts in preferences dialog (!912)
+ * Update to PDF.js 2.6.347 (!924)
+ * Minimize delays when toggling fullscreen mode (!939)
+ * Use French quotes in St-Exupéry quotation (!950, Guillaume Bernard)
+ * Fix various small memory leaks (!958)
+ * Kill web process when it is unresponsive for too long (!965)
+ * Add new keyboard shortcuts (!969, Vanadiae)
+ * Improvements to bookmarks properties view (!978, Vanadiae)
+ * Display WebKit Subversion revision for non-tarball builds (!982, Philippe Normand)
+
+40.2 - June 4, 2021
+===================
+
+ * Fix some memory leaks (from !958)
+ * Fix memory corruption in history dialog (!960)
+ * Fix crash when checking for modified forms (!962)
+
+40.1 - April 29, 2021
+=====================
+
+ * Allow launching external URLs when triggered by user action (#1385)
+ * Fix untranslatable string in security popover (#1478)
+ * Improvements to user help (Andre Klapper, #1481)
+ * Stop advertising support for XML files (#1487)
+ * Fix hidden expand-tabs-bar setting (#1512)
+ * More improvements to user help (Sabri Ünal, !935)
+ * Several improvements to fullscreen mode (!938)
+ * Remove bad assert added in 40.rc (!941)
+ * Fix crash importing bookmarks from Firefox (!949)
+
 40.0 - March 19, 2021
 =====================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 238aa5608..376ab0e5c 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -48,6 +48,9 @@
     <value key="Purism::form_factor">mobile</value>
   </custom>
   <releases>
+    <release date="2021-07-02" version="41~alpha"/>
+    <release date="2021-06-04" version="40.2"/>
+    <release date="2021-04-29" version="40.1"/>
     <release date="2021-03-19" version="40.0"/>
     <release date="2021-03-12" version="40~rc"/>
     <release date="2021-02-11" version="40~beta"/>
diff --git a/meson.build b/meson.build
index 6877bfb99..7b8da1725 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '40.0',
+  version: '41.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]