[release] 3.11.4

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 7 February 2014 12:15 UTC



###

diff --git a/NEWS b/NEWS
index 5135986..4fbd896 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
===============
+Epiphany 3.11.4
+===============
+
+ - New history window (#721415)
+ - Add one-process-per-tab multiprocess suport (#723302)
+ - Make sure popup windows respect window properties (#723238)
+ - Use header bars in dialogs (#723803)
+ - Do not open an additional empty window when started with arguments in private
+ mode (#723022)
+ - Other many code fixes.
+ - Updated translations.
+
+===============
Epiphany 3.11.3
===============

diff --git a/configure.ac b/configure.ac
index 7eddcdb..ee3eaba 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],[3])
+m4_define([epiphany_version_micro],[4])
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])

0b2777b [release] 3.11.4
NEWS | 13 +++++++++++++
configure.ac | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share