Prepare 3.19.92

Desktop / GNOME / Epiphany - Michael Catanzaro [igalia.com] - 14 March 2016 18:07 UTC



###

diff --git a/NEWS b/NEWS
index 3811eec..a75af9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
================
+Epiphany 3.19.92
+================
+
+- Downloads popover should browse to file when it cannot be opened (#610586)
+- Fix occasional failure to display snapshots in overview (#758470)
+- Add workaround to avoid taking new white snapshots for the overview (#761065)
+- Avoid placeholder images in downloads popover (#762825)
+- Fix the restore session preference (#762906)
+- Updated translations
+
+================
Epiphany 3.19.91
================

diff --git a/configure.ac b/configure.ac
index 50dcdd4..4a0c2a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@

m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[19])
-m4_define([epiphany_version_micro],[91])
+m4_define([epiphany_version_micro],[92])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])

AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])

69e7920 Prepare 3.19.92
NEWS | 11 +++++++++++
configure.ac | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share