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:58 +0800 |
commit | 94c0c500943c8e851ea8a6845ea9a9e2418c625b (patch) | |
tree | 1db40882a399344a4b75c1c8e4d668a92b602eac | |
parent | c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397 (diff) | |
download | gsoc2013-epiphany-94c0c500943c8e851ea8a6845ea9a9e2418c625b.tar.gz gsoc2013-epiphany-94c0c500943c8e851ea8a6845ea9a9e2418c625b.tar.zst gsoc2013-epiphany-94c0c500943c8e851ea8a6845ea9a9e2418c625b.zip |
[release] 3.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]) |