diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-07 01:14:28 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-07 01:14:28 +0800 |
commit | 4d9ac80834b33db640bffe436796c5513e5226ec (patch) | |
tree | ed56c848d0e1e07a46a18eda999f95d268fecbc7 | |
parent | 4bd5ca329c07b8e8b3a2736c77dd862175cdf37b (diff) | |
download | gsoc2013-epiphany-4d9ac80834b33db640bffe436796c5513e5226ec.tar.gz gsoc2013-epiphany-4d9ac80834b33db640bffe436796c5513e5226ec.tar.zst gsoc2013-epiphany-4d9ac80834b33db640bffe436796c5513e5226ec.zip |
[release] 3.1.913.1.91
-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.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" |