summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-09-05 14:46:19 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-05 14:58:05 +0300
commit4177ef18b1afaa8697fd11b845f74b8730c566c9 (patch)
treed46f666913e9c2d80faaabd906d3f0eaf4f16277
parent091ecde186285d89df1da89daf07ee2d694db6aa (diff)
downloadepiphany-4177ef18b1afaa8697fd11b845f74b8730c566c9.tar.gz
[release] 3.5.913.5.91
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f94a6e05..267ba5729 100644
--- a/NEWS
+++ b/NEWS
@@ -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])