summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-09-21 18:30:11 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-09-21 18:30:11 -0500
commit76aaea7ac30668e920e3f162722b922db892cef9 (patch)
tree0f8c3e22765d571e0439949f07e40fe0c1e25419
parentd564aba7f3fa0c744e995001c30664be3908c0e0 (diff)
downloadepiphany-76aaea7ac30668e920e3f162722b922db892cef9.tar.gz
Prepare 3.28.53.28.5
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 181ea8e93..2168387cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.28.5 - September 21, 2018
+===========================
+
+This release is intended to fix video playback on YouTube. We believe that
+YouTube began requiring media source extensions to play WebM videos on Tuesday
+of this week, so we have enabled it.
+
+You are strongly encouraged to update to WebKitGTK+ 2.22.2 and the forthcoming
+GStreamer 1.14.4 to minimize video playback disruptions. It's not really
+reliable enough to be enabled yet, but it's a whole lot better than no YouTube.
+
3.28.4 - September 2, 2018
==========================
diff --git a/meson.build b/meson.build
index 84ff38679..4b3fc275a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.28.4',
+ version: '3.28.5',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)