diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ ============== +Epiphany 3.1.2 +============== + +Changes: + + - Add an option in the chrome context menu to hide the menubar. + - Open new tabs to the right of the current one also for Ctr+Enter + (#647976) + - Use WebKit's internal source viewer by default (#597156) + - Drop yellow background in secure location entry and use symbolic icons. + - Add spell checking, enabled by default. + - Warn again about unsubmitted forms on close (#604986) + - Add about:plugins support (#575498) + - And lots of other bugfixes. + +============== Epiphany 3.0.0 ============== diff --git a/configure.ac b/configure.ac index cfc0df35d..218841517 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[1]) -m4_define([epiphany_version_micro],[0]) +m4_define([epiphany_version_micro],[2]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |