diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-05 19:46:19 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-05 19:58:05 +0800 |
commit | 4177ef18b1afaa8697fd11b845f74b8730c566c9 (patch) | |
tree | d46f666913e9c2d80faaabd906d3f0eaf4f16277 | |
parent | 091ecde186285d89df1da89daf07ee2d694db6aa (diff) | |
download | gsoc2013-epiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.tar gsoc2013-epiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.tar.gz gsoc2013-epiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.tar.bz2 gsoc2013-epiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.tar.lz gsoc2013-epiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.tar.xz gsoc2013-epiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.tar.zst gsoc2013-epiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.zip |
[release] 3.5.913.5.91
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,19 @@ =============== +Epiphany 3.5.91 +=============== + +Changes: + + - New overview with most visited pages as starting page (#455173) + - Avoid using 'Blank page' as title for pages without title (#682354) + - Do not restore tool windows on startup (#682966) + - Port preferred language preferences to WK2 (#679685) + - Add code coverage reports (--enable-code-coverage) (#683297) + - Several fixes and updates to the test suite. + - Many fixes and improvements in the profile migrator. + - Many other code fixes and cleanups. + +=============== Epiphany 3.5.90 =============== diff --git a/configure.ac b/configure.ac index b547181aa..15b9fd5ea 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[5]) -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]) |