summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-06-18 18:07:32 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-06-18 18:07:32 -0500
commit891559ab7c573d2e38b5c654ea64eacb6271be5c (patch)
treea660f1852d621345420a624048a4ab586cbe8930
parent1bd7a5889d3c5276cdd3f311da722e696942832f (diff)
downloadepiphany-891559ab7c573d2e38b5c654ea64eacb6271be5c.tar.gz
Prepare 3.29.33.29.3
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
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']
)