summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8fa3a7c3b..0412cb488 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.27.3 - December 11, 2017
+==========================
+
+- Don't require gvfsd-http for downloading adblock filters (#776682)
+- Expand bookmarks popover tag area when there are many tags (#778843)
+- Don't attempt to sync when there's no network connectivity (#790286)
+- "Search the web" context menu item should switch to the new tab (#790693)
+- Revert back to the old address bar dropdown for the time being (#790732)
+- Make default sync device name translatable (#790905)
+- Fix sync failure warnings appearing multiple times (#790094)
+- Remove Epiphany version from user agent (see WebKit #180365)
+- Remove support for vendor user agents (see Debian #883712)
+- Several miscellaneous Firefox Sync fixes
+- Several miscellaneous Google Safe Browsing fixes
+- Flatpak: custom stylesheets are now supported
+- Flatpak: downloading files is now supported
+- Flatpak: view page source is now supported
+- Flatpak: Add Epiphany Tech Preview branding for nightly builds
+
3.27.2 - November 13, 2017
==========================
diff --git a/meson.build b/meson.build
index 6f0187070..438d0c9bd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.27.2',
+ version: '3.27.3',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)