summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a5a2ec6e3..ff93160dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.26.4 - December 12, 2017
+==========================
+
+- Fix sync failure warnings appearing multiple times (#790094)
+- Fix tab sync and device name on accounts.firefox.com (#790370)
+- Make default sync device name translatable (#790905)
+- Several additional misc. improvements to sync support (including #790819)
+- Flatpak: custom stylesheets are now supported
+- Flatpak: view page source is now supported
+
3.26.3 - November 23, 2017
==========================
diff --git a/meson.build b/meson.build
index faa072bed..0b392162d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.26.3',
+ version: '3.26.4',
meson_version: '>= 0.37.0',
default_options: ['c_std=gnu11']
)