summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-06-07 21:22:24 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-06-07 21:22:24 -0500
commit9bc8551edf493ac6678d2c8609c64a0117e69161 (patch)
tree9f71de1537469ec5260d88fd9b30e07da0039823
parent9783a9a4a0a06e642165bfd71aac12fd4db0bd27 (diff)
downloadepiphany-gnome-3-26.tar.gz
Prepare 3.26.73.26.7gnome-3-26
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 37e23b61c..9932ecf39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.26.7 - June 7, 2018
+=====================
+
+- Ensure search engine migration does not fail (#794645)
+- Do not open adblock filters when automatic open downloads is enabled (#794646)
+- Fix crash destroying sync service (#794728)
+- Fix CVE-2018-11396/CVE-2018-12016 (#795740)
+- Do not use Fanboy's Annoyance adblock list by default (#796245)
+- Fix a couple sync service crashers (Gabriel Ivascu)
+
3.26.6 - February 13, 2018
==========================
diff --git a/meson.build b/meson.build
index 6d90da289..77e824e83 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.26.6',
+ version: '3.26.7',
meson_version: '>= 0.37.0',
default_options: ['c_std=gnu11']
)