diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-19 21:17:05 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-19 21:17:05 +0800 |
commit | d2a6d41270a24e24aae51ba63b15082a3f8c5e8c (patch) | |
tree | 30262da1ef93a03ad95e9a38fb515891be9ac22a | |
parent | 58cd5d3ce64e039563cea4e7fc2546508d765a4e (diff) | |
download | gsoc2013-epiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.tar gsoc2013-epiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.tar.gz gsoc2013-epiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.tar.bz2 gsoc2013-epiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.tar.lz gsoc2013-epiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.tar.xz gsoc2013-epiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.tar.zst gsoc2013-epiphany-d2a6d41270a24e24aae51ba63b15082a3f8c5e8c.zip |
[release] 3.4.23.4.2
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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]) |