summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-12-10 21:04:02 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-12-10 21:09:27 -0600
commit25601246fdc4487e5497f41263c497a0005a2851 (patch)
treed7291224cf2872eaa4a40c05e2ea6c6da8e5f395
parent4cc75de01faade94d61d6fa5fdadf3b9ebf466ee (diff)
downloadepiphany-25601246fdc4487e5497f41263c497a0005a2851.tar.gz
Prepare 3.31.33.31.3
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c4fb4e1fe..913084003 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.31.3 - December 10, 2018
+==========================
+
+- Improve padding in bookmarks view (#496, Apostol Bakalov)
+- Do not show progress bar on empty new tabs (#574)
+- Fix crash storing password on paypal.com (#575)
+- Add column spacing to encoding dialog grid (#576)
+- Fix suggestion entry not closing after Paste & Go (#581)
+- Fix suggestion entry reopening after closed with Escape (#582)
+- Tags with empty labels are no longer allowed in bookmarks (#585, Aral Balkan)
+- Fix freeze when closing window or tabs when secondary process is hung (#587)
+- Fix crash when web view has not loaded anything yet (#590)
+- Temporarily disable hardware accelerated page rendering (#595)
+- Stop lowercasing spellcheck and Accept-Langs locales
+- Locales on language selection dialog are now displayed translated
+- Locales on language selection dialog are no longer limited
+- Several miscellaneous code improvements (Thomas An)
+
3.31.2 - November 11, 2018
==========================
diff --git a/meson.build b/meson.build
index 32d6dbc31..a6e5ea709 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.31.2',
+ version: '3.31.3',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)