[release] 3.11.90

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 19 February 2014 11:38 UTC



###

diff --git a/NEWS b/NEWS
index 4fbd896..0691b62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+================
+Epiphany 3.11.90
+================
+
+ - New and revamped title/location bar (#711408)
+ - New and improved HTML-based overview page (#723950)
+ - Fix popup windows in multiprocess mode (#724052)
+ - Make the find-toolbar work again (#724230)
+ - Do not spawn the profile migrator unnecessarily
+ - Move the new tab button to the left of the toolbar (#724664)
+ - Bump WebKitGTK+ requirements to 2.3.90
+ - Many other code cleanups and fixes.
+ - Updated translations.
+
===============
Epiphany 3.11.4
===============
diff --git a/configure.ac b/configure.ac
index f3ec1c4..068e2bf 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],[4])
+m4_define([epiphany_version_micro],[90])
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])

e12fe63 [release] 3.11.90
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share