summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-03-11 10:39:41 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-03-11 10:39:41 -0500
commit58a07890fc754bc5db0fe146088c26eed7b06599 (patch)
tree80310e95215c662476f4f3bd45e4f4cbd80259e8
parent6cb80715c375e1b6b3c43ee82fba9d6b3bcf9362 (diff)
downloadepiphany-3.32.0.tar.gz
Prepare 3.32.03.32.0
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c31dd841..3a17eef80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.32.0 - March 11, 2019
+=======================
+
+Major changes since 3.30:
+
+- Redesigned address bar dropdown with new dazzling
+- Redesigned open tabs menu, now displays tab favicons and allows closing tabs
+- Greatly improved adaptive mode support for small displays
+- Three-finger swipe touchpad gesture now available for back/forward navigation
+- Automation mode, for running WebDriver tests (useful for website developers)
+
+Changes since 3.31.92:
+
+- Fix preferences dialog crash
+- Fix password manager crash on 32-bit systems
+- Bump to libhandy 0.0.9 (Adrien Plazas)
+
3.31.92 - March 4, 2019
=======================
diff --git a/meson.build b/meson.build
index 8a8aafd8c..327e9b541 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.31.92',
+ version: '3.32.0',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)