[release] 3.11.92

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 18 March 2014 09:15 UTC



###

diff --git a/NEWS b/NEWS
index d7aafc5..497bb5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
================
+Epiphany 3.11.92
+================
+
+ - A few more fixes to the HTML overview (#724652, #725190)
+ - Fix download on Shift+click (#725818)
+ - Several code-cleanups.
+ - Fix a crash when opening new windows from the application menu (#725953)
+ - Fixes to the snapshot service (#725815)
+ - Updated translations, user help, and user help translations.
+
+================
Epiphany 3.11.91
================

diff --git a/configure.ac b/configure.ac
index 5011763..5c4a687 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@

m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[11])
-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])

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

Upstream: git.gnome.org


  • Share