[epiphany] [release] 3.3.5



commit ab066bfb9537d8a8d9c0995da7e5b2d61d13bac9
Author: Xan Lopez <xan igalia com>
Date:   Tue Feb 7 10:29:47 2012 +0100

    [release] 3.3.5

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 46eb7d6..8d22ba9 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 05768cd..fa4463d 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]