diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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" |