aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-05-24 20:02:58 +0800
committerXan Lopez <xan@gnome.org>2010-05-25 04:16:05 +0800
commit42bce29b27e0c188dfec852c7fad6093fdf9ab50 (patch)
treef30ba78ebab768c649f278126c0b21593b96e98c
parentf269d5a184b884dcc4927f5667d1ef4c9acad8a8 (diff)
downloadgsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar
gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar.gz
gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar.bz2
gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar.lz
gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar.xz
gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar.zst
gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.zip
2.31.22.31.2
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2611dec56..866cb20ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
===============
+Epiphany 2.31.2
+===============
+
+Changes:
+
+ - Use an infobar to inform of session restoration instead of a modal
+ dialog.
+ - Show a dialog when F7 is pressed to enable caret browsing (#501666)
+ - Use a Chrome-like embedded statusbar and get rid of the traditional
+ one (#609713)
+ - Highlight matches when doing "Find again" in search bar (#611499)
+ - Refactor load status management in EphyWebView (#593743)
+ - Open URIs on a new tab when doing middle click in history items
+ (#611400)
+ - Re-enable favicons in entry completion (#616345)
+ - Change sensitiviness of back/forward buttons when clearing history
+ (#539716)
+ - Make sure we clear webkit's internal history when clearing the
+ history in Epiphany (#539716)
+ - Send 'Referer' on headers sent for context menu HTTP
+ downloads. (#136292)
+ - Fix leave-fullscreen button visibility (#611445)
+
+===============
Epiphany 2.30.2
===============
diff --git a/configure.ac b/configure.ac
index 77ffac959..4d4918d8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[2])
m4_define([epiphany_version_minor],[31])
-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"