summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-07-17 13:01:17 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-07-17 13:01:17 -0500
commit28157016b463dae9c04dd1cb6bff328cb716308d (patch)
tree0b322f1dd5b6fc7a3a62580c63447973ebb90333
parent91b335e79c16d4977f132830e7886a852474d5a4 (diff)
downloadepiphany-28157016b463dae9c04dd1cb6bff328cb716308d.tar.gz
Prepare 3.25.43.25.4
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 99db58c39..e683739a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.25.4 - July 17, 2017
+======================
+
+- Fix crash when download fails (#778653)
+- Fix homepage radio button glitch (#783290)
+- Use default system font on about pages (#783489)
+- Improve font color in the address bar dropdown (#784431)
+- Fix crash if search engine settings get desynced
+- Updated translations
+
3.25.3 - June 21, 2017
======================
diff --git a/meson.build b/meson.build
index 90d3f2a76..d68f2f68c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.25.3',
+ version: '3.25.4',
meson_version: '>= 0.37.0',
default_options: ['c_std=gnu11']
)