summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-09-07 10:05:25 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-09-07 10:05:25 -0500
commit2b4ec55485c25cc1f4bd5bd1d3f1adb33a857204 (patch)
treeb59ebdb1d129d2f8cc2ddc8bd5a12e3d86fa7304
parent9bc50399e7844eb2a56de932048b7112c520ae7a (diff)
downloadepiphany-gnome-3-28.tar.gz
Prepare 3.28.63.28.6gnome-3-28
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 18 insertions, 1 deletions
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']
)