aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-17 17:49:05 +0800
committerXan Lopez <xan@igalia.com>2012-01-17 17:49:05 +0800
commit6cb9603301f180fb276331d2ec176ad241e04d77 (patch)
tree9d82e27d5833ff3fc17b73cf264c9a51be6f8991
parent9bb5bb93f0b33efd575128e1c386bcdeec446fbf (diff)
downloadgsoc2013-epiphany-6cb9603301f180fb276331d2ec176ad241e04d77.tar
gsoc2013-epiphany-6cb9603301f180fb276331d2ec176ad241e04d77.tar.gz
gsoc2013-epiphany-6cb9603301f180fb276331d2ec176ad241e04d77.tar.bz2
gsoc2013-epiphany-6cb9603301f180fb276331d2ec176ad241e04d77.tar.lz
gsoc2013-epiphany-6cb9603301f180fb276331d2ec176ad241e04d77.tar.xz
gsoc2013-epiphany-6cb9603301f180fb276331d2ec176ad241e04d77.tar.zst
gsoc2013-epiphany-6cb9603301f180fb276331d2ec176ad241e04d77.zip
[release] 3.3.43.3.4
-rw-r--r--NEWS21
-rw-r--r--configure.ac4
2 files changed, 23 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b2ef1ef69..a045e6425 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,29 @@
==============
+Epiphany 3.3.4
+==============
+
+Changes:
+
+ - Merge the stop/reload button with the location entry (#667176)
+ - Merge the back and forward buttons in a single button group (#666604)
+ - Use the Shell globalmenu for application actions when available
+ - Drop the menubar in favor of a supermenu a-la Chrome (#665479)
+ - Make sure to hide all chrome in application mode (#667634)
+ - Add mnemonics for password and recovery inforbars (#667238)
+ - Enable latest HTML5 fullscreen support (#665341)
+ - Make g_setenv calls early during startup to avoid threading race
+ conditions (#659145)
+ - Stop using gtk_button_{press,release} to fake middle clicks in the
+ toolbar buttons (#628364)
+ - Try to be smarter about the content type of downloads (#662059)
+ - Lots of other small fixes and cleanups
+
+==============
Epiphany 3.3.3
==============
Changes:
+
- Combine the stop/reload buttons (#657655)
- Drop bookmarks/topics bar
- Properly save about: URIs in session (#664483)
diff --git a/configure.ac b/configure.ac
index 8a23a9b3b..be235e9a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[3])
-m4_define([epiphany_version_micro],[3])
+m4_define([epiphany_version_micro],[4])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"
@@ -84,7 +84,7 @@ if test "$enable_maintainer_mode" = "yes"; then
fi
GLIB_REQUIRED=2.31.2
-GTK_REQUIRED=3.3.7
+GTK_REQUIRED=3.3.8
LIBXML_REQUIRED=2.6.12
LIBXSLT_REQUIRED=1.1.7
WEBKIT_GTK_REQUIRED=1.7.3