aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-07 01:14:28 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-07 01:14:28 +0800
commit4d9ac80834b33db640bffe436796c5513e5226ec (patch)
treeed56c848d0e1e07a46a18eda999f95d268fecbc7
parent4bd5ca329c07b8e8b3a2736c77dd862175cdf37b (diff)
downloadgsoc2013-epiphany-3.1.91.tar
gsoc2013-epiphany-3.1.91.tar.gz
gsoc2013-epiphany-3.1.91.tar.bz2
gsoc2013-epiphany-3.1.91.tar.lz
gsoc2013-epiphany-3.1.91.tar.xz
gsoc2013-epiphany-3.1.91.tar.zst
gsoc2013-epiphany-3.1.91.zip
[release] 3.1.913.1.91
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c85b8b560..35d92d0f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
===============
+Epiphany 3.1.91
+===============
+
+Changes:
+
+ - Implement about:applications to manage Web Applications. This
+ should go away in 3.4 in favor of a GNOME-wide solution.
+ - Fix warnings when coming back from fullscreen (#657936)
+ - Hide irrelevant context menu actions when in app mode (#657624)
+ - Remove unneeded markup in glade files (#102382)
+ - Recursively delete temporary profile dirs (#658201)
+ - Improve messages in error pages (#637903)
+ - Fix error pages for RTL locales (#314205)
+ - Ask for confirmation before overwriting web applications (#658060)
+
+===============
Epiphany 3.1.90
===============
diff --git a/configure.ac b/configure.ac
index 2e3fa5780..c140f433d 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],[90])
+m4_define([epiphany_version_micro],[91])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"