summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 57e9aaadf..8fa3a7c3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.27.2 - November 13, 2017
+==========================
+
+- Hide Copy from context menu when appropriate (#772106)
+- Hide home page button when appropriate (#783299)
+- Fix multiple issues with the bookmark popover (#788584)
+- Major change: web apps are now more like silos, rather than prisons (#788845)
+- Various fixes for safe browsing implementation (#788899)
+- Fix Firefox Sync crash on 32-bit systems (#789656)
+- Move Firefox Sync settings to the right GSettings path (#789786)
+- Fix middle click on back/forward navigation buttons (#790017)
+- Various fixes for Firefox Sync implementation
+- Restore search engine support
+- Fix incognito mode theme
+
3.27.1 - October 16, 2017
=========================
diff --git a/meson.build b/meson.build
index e836e2854..c452edf6d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.27.1',
+ version: '3.27.2',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)