summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-01-25 20:46:48 +0200
committerXan Lopez <xan@gnome.org>2010-01-25 20:46:48 +0200
commitcdac681c60058885ed3ea1ee43d878b1c00a61b6 (patch)
tree0573ea76e7f845ec2ab7f1c502e6c1783aaa0927
parent77a2ffcacd2adaeb1ed90bd649735157fa284993 (diff)
downloadepiphany-cdac681c60058885ed3ea1ee43d878b1c00a61b6.tar.gz
2.29.62.29.6
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a09c45aec..c37bc0572 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
===============
+Epiphany 2.29.6
+===============
+
+Changes:
+
+ - Enable the webkit page cache by default; this should give a
+ noticeable to the back/forward page transition.
+ - Make text search more responsive by introducing a small delay
+ between a key stroke and the actual search. (#598322)
+ - A bunch of other small bugfixes.
+
+===============
Epiphany 2.29.5
===============
diff --git a/configure.ac b/configure.ac
index b22de5a5e..e923ca96c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[2])
m4_define([epiphany_version_minor],[29])
-m4_define([epiphany_version_micro],[5])
+m4_define([epiphany_version_micro],[6])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"