diff options
-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 |