summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-09-29 11:21:02 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-09-29 11:21:02 -0500
commit70755404799e4393bf5605c9debec6877acf0177 (patch)
treeab712931c2ee23f95e7875c5b4a48ad748e04319
parent1879cf7455d53903b2fe080c15b37bd403562c28 (diff)
downloadepiphany-3.26.1.tar.gz
Prepare 3.26.13.26.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 67518a7ba..1d1937264 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.26.1 - September 29, 2017
+===========================
+
+- Fix search engine dialog, which has been borked since 3.24.3 (#787458)
+- Allow overriding autofilled username in password forms (#787498)
+- Fix non-HTML/MHTML files being saved as MHTML (#788111)
+- Don't disable navigation actions when history is cleared (#788329)
+- Fix bookmarks import crash when there's no Firefox profile
+
3.26.0 - September 8, 2017
==========================
diff --git a/meson.build b/meson.build
index d81098810..7c4bdac68 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.26.0',
+ version: '3.26.1',
meson_version: '>= 0.37.0',
default_options: ['c_std=gnu11']
)