diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2013-09-20 20:02:13 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2013-09-20 20:02:13 +0800 |
commit | e8914054b7c7ee97ed0650ad759cc678c95dcffe (patch) | |
tree | e8e97e2bd8430e1d7031d5e99dc9620753bc09e1 | |
parent | 21e99b5c7591046b51495d38372a080da664ad25 (diff) | |
download | gsoc2013-epiphany-3.9.91.tar gsoc2013-epiphany-3.9.91.tar.gz gsoc2013-epiphany-3.9.91.tar.bz2 gsoc2013-epiphany-3.9.91.tar.lz gsoc2013-epiphany-3.9.91.tar.xz gsoc2013-epiphany-3.9.91.tar.zst gsoc2013-epiphany-3.9.91.zip |
[release] 3.9.913.9.91
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ =============== +Epiphany 3.9.91 +=============== + +Changes: + + - Do not open a new window when resuming a session (#707451) + - RTL UI fixes. + - Minor code fixes and UI polishing. + - Bump WK dependency to 2.1.4. + +=============== Epiphany 3.9.90 =============== diff --git a/configure.ac b/configure.ac index edfb0cfc4..6dc505a0e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[9]) -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]) AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) |