diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-18 00:16:34 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-18 00:16:34 +0800 |
commit | e6ab262ab0ce5393443f8492d0202e7d1b1931fe (patch) | |
tree | 3c31cb36b12c6a04bbe416f61ad8e04c1fabe11d | |
parent | 0b1ef3312f6804c934d2a210ba208e9e82180329 (diff) | |
download | gsoc2013-epiphany-e6ab262ab0ce5393443f8492d0202e7d1b1931fe.tar.gz gsoc2013-epiphany-e6ab262ab0ce5393443f8492d0202e7d1b1931fe.tar.zst gsoc2013-epiphany-e6ab262ab0ce5393443f8492d0202e7d1b1931fe.zip |
[release] 3.5.923.5.92
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +=============== +Epiphany 3.5.92 +=============== + +Changes: + + - Respect 'new-windows-in-tabs' when opening links (#641949) + - Present windows when opening new links in tabs (#641949) + - Use symbolic icon for downloads box close button (#683966) + - Add a close button to the find toolbar (#683967) + - Make the overview work when building with WK2. + - Many code cleanups, minor bug fixes, leak fixes, new tests. + ================= Epiphany 3.5.91.1 ================= diff --git a/configure.ac b/configure.ac index 569a2b31c..89b6099d6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[5]) -m4_define([epiphany_version_micro],[91.1]) +m4_define([epiphany_version_micro],[92]) 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]) |