summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-01-03 22:44:36 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-01-03 22:44:36 -0600
commit21a5e26d2227c78557aceedfa149b46a04f2d2e3 (patch)
tree71a8950865b56f7e01b4f008bf5407f6c2c7e0b1
parentde884e1d237e31619babcdb60e61b7cecc4a9a5a (diff)
downloadepiphany-21a5e26d2227c78557aceedfa149b46a04f2d2e3.tar.gz
Prepare 3.35.33.35.3
-rw-r--r--NEWS40
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 42 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index badc9be11..87c597e5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+3.35.3 - January 3, 2020
+========================
+
+Big stuff:
+
+- View source mode now uses highlight.js syntax highlighting (!506)
+- Now displays PDFs with PDF.js (!508)
+
+The usual:
+
+- Add Open Link context menu option for selected text (#349)
+- Fix crash when bookmark time is invalid (#454)
+- Remove support for external view source (#819)
+- Try harder to avoid session data loss (#887)
+- Remember page zoom levels during incognito session (#891)
+- Always show overview close button (#906)
+- Fix middle click on back button when titlebar action is configured (#919)
+- Add lockdown setting to disable context menu (#921)
+- Disable Send Link context menu option in application mode (#926)
+- Reenable on-demand hardware acceleration (#932)
+- Fix profile migrator error message (#944)
+- Fix localization of reader mode preferences (#994)
+- Fix crash on shutdown regression (#1004)
+- Redesigned the downloads button (#947, #1005)
+- Improve design of web process crash error page (#1013)
+- Fix regressions with user style sheet monitor (#1026)
+- Major refactor of IPC to web extension (!448)
+- Enable process swap on navigation (site isolation) (!448)
+- Security popover's per-website adblocker preference now actually works (!471)
+- Improve reader mode icon on elementary (!490)
+- Fix search provider crash when there are no bookmarks (!510)
+- Fix crashes on web app creation dialog and theoretical crashes elsewhere (!511)
+- Remove do-not-track setting, obsolete (!514)
+- Remove enable-plugins setting (NPAPI plugins), now always off (!514)
+- Remove enable-webaudio and enable-webgl settings, now always on (!514)
+- Fix issues detected by cppcheck and scan-build
+- Disable Search the Web in application mode
+- Temporarily disable address bar DNS prefetch due to WebKit crash
+- Require libhandy as system dependency
+
3.35.2 - November 22, 2019
==========================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index a1d2e4eb6..9d9c82acd 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -44,6 +44,7 @@
<id>epiphany.desktop</id>
</provides>
<releases>
+ <release date="2019-01-03" version="3.35.3"/>
<release date="2019-11-22" version="3.35.2"/>
<release date="2019-10-11" version="3.35.1"/>
<release date="2019-10-04" version="3.34.1"/>
diff --git a/meson.build b/meson.build
index 073615051..cee9ba7d1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.35.2',
+ version: '3.35.3',
meson_version: '>= 0.46.0',
default_options: ['c_std=gnu11',
'warning_level=2']