summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-03-20 13:09:28 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-03-20 13:09:28 -0500
commitb2f3cbff9c469f3a2872bc8725d68cea63848e72 (patch)
tree9e8f7e484f4d378b863451676cf48f3227db612a
parent933494c3ece220a422e288fa8e78cf4500aa8e95 (diff)
downloadepiphany-3.32.1.tar.gz
Prepare 3.32.13.32.1
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a17eef80..15f1a2a64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.32.1 - March 20, 2019
+=======================
+
+- Switch to WebKit's two-finger back/forward swipe gesture (Alexander Mikhaylenko)
+- Fix search highlight disappearing when repeating search (#166)
+- Fix pages without title always appearing first in address bar dropdown (#579)
+- Bring back libdazzle subproject for 3.32 branch only (#699)
+- Fix new web apps being saved in wrong place under certain circumstances (!224)
+- Fix web process settings being saved in the wrong place (!224)
+
3.32.0 - March 11, 2019
=======================
diff --git a/meson.build b/meson.build
index 1b0e04da6..0317b0308 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.32.0',
+ version: '3.32.1',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)