[release] 3.12.1

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 12 May 2014 08:43 UTC



###

diff --git a/NEWS b/NEWS
index 8e180bf..46b7349 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Epiphany 3.12.1
+===============
+
+ - Fix a crasher with password forms (#723909)
+ - Fix Ctrl+L when completion menu is shown (#611435)
+ - Fix leak in Downlodas button.
+ - Do not clear typed address on first page load (#728143)
+ - Updated translations.
+
+===============
Epiphany 3.12.0
===============

diff --git a/configure.ac b/configure.ac
index 23006af..dff1cfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@

m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[12])
-m4_define([epiphany_version_micro],[0])
+m4_define([epiphany_version_micro],[1])
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])

e0f0c52 [release] 3.12.1
NEWS | 10 ++++++++++
configure.ac | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share