aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-14 04:47:13 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-14 04:59:40 +0800
commit42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626 (patch)
tree2ea9469f1574b9bdde178b7b47183f3374827593
parent48af7536609e9e902694785901ee2ba3dc43f4f9 (diff)
downloadgsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar
gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.gz
gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.bz2
gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.lz
gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.xz
gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.zst
gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.zip
[release] 3.1.23.1.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 896329bf1..d14e1b837 100644
--- a/NEWS
+++ b/NEWS
@@ -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"