summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-05-19 22:17:05 +0900
committerXan Lopez <xan@igalia.com>2012-05-19 22:17:05 +0900
commitd2a6d41270a24e24aae51ba63b15082a3f8c5e8c (patch)
tree30262da1ef93a03ad95e9a38fb515891be9ac22a
parent58cd5d3ce64e039563cea4e7fc2546508d765a4e (diff)
downloadepiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.tar.gz
[release] 3.4.23.4.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8cbd29df9..b3d820382 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
==============
+Epiphany 3.4.2
+==============
+
+Changes:
+
+ - Fix stop/reload button mis-alignment when using custom fonts (#668135)
+ - Correctly set the 'system' language in the language settings.
+ - Consider email inputs when looking for login/password combinations
+ (#666326)
+ - Do not hit the sqlite length limit on querys (#674848)
+ - Fix the 'Add Language' dialog layout (#676043)
+
+==============
Epiphany 3.4.1
==============
diff --git a/configure.ac b/configure.ac
index 41ba29731..3e6be44b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[4])
-m4_define([epiphany_version_micro],[1])
+m4_define([epiphany_version_micro],[2])
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])