diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-08 06:16:13 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-08 06:19:27 +0800 |
commit | ee7f80ce5339c2123e8b5c9ea9eb3d28522301df (patch) | |
tree | 20168734c5c431d5f0b7b8e48970a168e08062b9 | |
parent | 82df58d53311ee4825ff814f9160722f4d275642 (diff) | |
download | gsoc2013-epiphany-ee7f80ce5339c2123e8b5c9ea9eb3d28522301df.tar.gz gsoc2013-epiphany-ee7f80ce5339c2123e8b5c9ea9eb3d28522301df.tar.zst gsoc2013-epiphany-ee7f80ce5339c2123e8b5c9ea9eb3d28522301df.zip |
[release] 3.3.913.3.91
-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" |