[release] 3.15.92

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 17 March 2015 14:22 UTC



###

diff --git a/NEWS b/NEWS
index 9bd60fc..48787da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
================
+Epiphany 3.15.92
+================
+
+ - Make F6 focus the address entry (#729060)
+ - Toggle the search bar with Ctrl+F (#734316)
+ - Fix DOM-binding related crashers with some websites (#745306)
+ - Other crashers fixed (#744896)
+ - Build fixes (#745247)
+ - Updated translations.
+
+================
Epiphany 3.15.90
================

diff --git a/configure.ac b/configure.ac
index f23e603..8f84e41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@

m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[15])
-m4_define([epiphany_version_micro],[90])
+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])

583b70a [release] 3.15.92
NEWS | 11 +++++++++++
configure.ac | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share