summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-11-22 15:23:42 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-11-22 15:23:42 -0600
commit287fc8b2f73d822a2889a4bd3b3cb66b37749749 (patch)
treec4913b9367fbf9f653f8e37c4096271f0d09baa5
parent20a95426bc1ee7e9acf33074278365ca5aa059b7 (diff)
downloadepiphany-287fc8b2f73d822a2889a4bd3b3cb66b37749749.tar.gz
Prepare 3.35.23.35.2
-rw-r--r--NEWS24
-rw-r--r--meson.build2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index efef2d33f..badc9be11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.35.2 - November 22, 2019
+==========================
+
+- Open bookmarks in new tab with middle button (#86)
+- Accept partial URLs with port but no protocol (#329)
+- Remove custom FTP handling (#517)
+- Fix anchors for local files when opened via command line (#550)
+- Fix crash browsing to file under snap (#888)
+- Show bookmarked URLs only once in search results dropdown (#897, Dimitrios Christidis)
+- Use destructive style on close multiple tabs dialog (#950)
+- Fix bookmarks import error handling (#965)
+- Prevent detaching pinned tabs (#969)
+- Exclude pinned tabs from "close other tabs" and "close tabs to left/right" (#975)
+- Adjust icon to not use clipping masks for compatibility with KDE (#979, Jakub Steiner)
+- Correctly handle zero matches in find toolbar (#984, Dimitrios Christidis)
+- Fix remember passwords setting (#993)
+- Enhance password manager to use secrets portal (!359, Daiki Ueno)
+- Use two-line display format for address bar dropdown (!441)
+- Treat localhost as secure origin (!457)
+- Expose webkit://gpu (!458, Adrian Perez)
+- Fix per-site adblock permission (!471)
+- Add responsive layout for error pages (!477)
+- Fix linked zoom menu buttons in right-to-left locales (!481)
+
3.35.1 - October 11, 2019
=========================
diff --git a/meson.build b/meson.build
index 08e9787b4..34f6b073b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.35.1',
+ version: '3.35.2',
meson_version: '>= 0.46.0',
default_options: ['c_std=gnu11',
'warning_level=2']