aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bd7e27250..7aff6edc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
===============
+Epiphany 3.3.91
+===============
+
+Changes:
+
+ - The big change is that the history backend has been completely
+ rewritten. It now uses SQLite as the storage medium, and can keep
+ your browsing history indefinitely (so gone is the 10-day
+ limit). This has been an heroic team effort by Martin Robinson,
+ Claudio Saavedra and Xan López, so buy them a beer next time you
+ see them.
+ - Validate web applications before listing them in
+ about:applications (#669836)
+ - Fix loading of <IP>:<port> URIs (#669461)
+ - Fix loading of <domain>:<port> URIs (#670674)
+ - Add back the extensions menu (#669951)
+ - Many other small fixes and improvements.
+
+===============
Epiphany 3.3.90
===============
diff --git a/configure.ac b/configure.ac
index c62b5a076..d2b3cf984 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[3])
-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"