summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-12-12 15:47:33 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-12-12 15:49:14 -0600
commit7ce8d11f7fe832767447efb061c10e8766999972 (patch)
tree0e5c49eef54ecf1aaf3ffa02a8a325194cdbb389
parent0968f2cb6a4efbe8427041114a83efab967affec (diff)
downloadepiphany-7ce8d11f7fe832767447efb061c10e8766999972.tar.gz
Prepare 3.26.43.26.4
-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']
)