From 891559ab7c573d2e38b5c654ea64eacb6271be5c Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 18 Jun 2018 18:07:32 -0500 Subject: Prepare 3.29.3 --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 733fdefd7..287211c17 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.29.3 - June 18, 2018 +====================== + +- View source now displays in Epiphany instead of text editor (#738475) +- Add experimental reader mode (#772831) +- Web apps now again open only in new tabs (#796204) +- Fix crash when page does not have a URI (#795740, CVE-2018-11396/CVE-2018-12016) +- Change color of bookmarks star to orange (GitLab #27) +- Run internal JavaScript in isolated world to block access to websites +- Fix overview thumbnails not appearing after Ctrl+T +- Fix broken themeing in web app mode +- NPAPI plugins are now disabled by default +- Remove enable plugins checkbox from preferences dialog +- Remove about:plugins + 3.29.2 - May 22, 2018 ===================== diff --git a/meson.build b/meson.build index 74c54e030..0f2712789 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('epiphany', 'c', license: 'GPL3+', - version: '3.29.2', + version: '3.29.3', meson_version: '>= 0.42.0', default_options: ['c_std=gnu11'] ) -- cgit v1.2.1