From 2b4ec55485c25cc1f4bd5bd1d3f1adb33a857204 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sat, 7 Sep 2019 10:05:25 -0500 Subject: Prepare 3.28.6 --- NEWS | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2168387cb..ca75db615 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +3.28.6 - September 7, 2019 +========================== + +- Fix certain page loads not entering history since WebKitGTK 2.24.1 +- Fix overview page snapshots sometimes not being updated since WebKitGTK 2.24.1 +- Fix floating status bar sometimes displaying wrong loading URL since WebKitGTK 2.24.1 +- Fix memory corruption and broken web process extension connection when using WebKit trunk +- Fix crash when loading URLs in new web views (#590) +- Fix crash when syncing bookmarks (#612) +- Fix criticals when deleting pages from history (#691) +- Fix crash when safe browsing database is recreated (#736) +- Fix crash in downloads code +- Fix web apps not being deleted properly +- Fix Firefox Sync web context using global (non-Epiphany) data storage +- Fix bookmarks allowing empty tags (Aral Balkan) +- Fix Google search in Russian localization (Alexandr Sidorenko) + 3.28.5 - September 21, 2018 =========================== diff --git a/meson.build b/meson.build index 4b3fc275a..2dbb89e2c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('epiphany', 'c', license: 'GPL3+', - version: '3.28.5', + version: '3.28.6', meson_version: '>= 0.42.0', default_options: ['c_std=gnu11'] ) -- cgit v1.2.1