diff options
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -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" |