aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-02-07 17:29:47 +0800
committerXan Lopez <xan@igalia.com>2012-02-07 17:29:47 +0800
commitab066bfb9537d8a8d9c0995da7e5b2d61d13bac9 (patch)
treebf6d923647f036b7e7d8b484c4972f00c125ee3c
parent88c9a965ef7c30b8c0e07f24a39b3cfc31eb56fd (diff)
downloadgsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar
gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar.gz
gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar.bz2
gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar.lz
gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar.xz
gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.tar.zst
gsoc2013-epiphany-ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9.zip
[release] 3.3.53.3.5
-rw-r--r--NEWS18
-rw-r--r--configure.ac6
2 files changed, 21 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 46eb7d6d9..8d22ba90f 100644
--- a/NEWS
+++ b/NEWS
@@ -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