summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-05-02 11:10:39 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-05-02 11:10:39 -0500
commitd154e6cea18123576d511512827cd6308c9780e2 (patch)
treecb9e8891feecfe2cf5a05dd83d90c881315a4e11
parent4eef366f38e071da3f634cd8f0a7d3c284e14c58 (diff)
downloadepiphany-d154e6cea18123576d511512827cd6308c9780e2.tar.gz
Prepare 3.32.23.32.2
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b48cf69ca..2ee6a6074 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+3.32.2 - May 2, 2019
+====================
+
+- Fix remembering printer settings (#138)
+- Fix fuzzy incognito mode icon in hidpi (#257)
+- Add search button and allow type to search on history dialog (#632)
+- Fix critical deleting URLs from history dialog (#691)
+- Fix crash changing reader mode preferences (#706)
+- Fix many actions being disabled by mistake in incognito mode (#724)
+- Fix password manager asking to remember passwords when disabled (#725)
+- Close history dialog on Escape (#728)
+- Fix crash during Safe Browsing update (#736)
+- Unfullscreen automatically when web process crashes (#752)
+- Fix markup appearing in search provider results
+- Fix a search provider crash
+- Fix password manager crash on certain websites
+- Fix password manager autofill when form has no username
+- Fix tab bar context menu reopen closed tab action crash and sensitivity
+- Fix websites opening file choosers under flatpak
+- Fix searching for bookmarks in top bar
+
3.32.1.2 - March 21, 2019
=========================
diff --git a/meson.build b/meson.build
index 2a29da005..e0de924ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.32.1.2',
+ version: '3.32.2',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)