diff options
author | Xan Lopez <xan@igalia.com> | 2012-02-07 17:29:47 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-02-07 17:29:47 +0800 |
commit | ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9 (patch) | |
tree | bf6d923647f036b7e7d8b484c4972f00c125ee3c | |
parent | 88c9a965ef7c30b8c0e07f24a39b3cfc31eb56fd (diff) | |
download | gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar.gz gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar.zst gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.zip |
[release] 3.3.53.3.5
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 21 insertions, 3 deletions
@@ -1,3 +1,21 @@ +============== +Epiphany 3.3.5 +============== + +Changes: + + - Make about window modal again (#668113) + - Remove statusbar hits for menu actions (#668191) + - Support external protocols (apt://, magnet://, etc) properly + (#551857) + - Disable most menu actions in about:blank (#668105) + - Make the name 'Web' visible in more places (#666587) + - Stop shipping the bookmarks editor .desktop file + - Run all unit tests on 'make check' + - Restore <alt>+<number> accels for tabs (#668702) + - Add toggle to enable WebGL support, off by default + - *Lots* of cleanups and refactorings. + ================ Epiphany 3.3.4.1 ================ diff --git a/configure.ac b/configure.ac index 05768cdd6..fa4463db9 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[3]) -m4_define([epiphany_version_micro],[4]) -m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.1]) +m4_define([epiphany_version_micro],[5]) +m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" m4_define([epiphany_branch],["trunk"]) @@ -84,7 +84,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.31.2 -GTK_REQUIRED=3.3.11 +GTK_REQUIRED=3.3.14 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 WEBKIT_GTK_REQUIRED=1.7.3 |