diff options
author | Xan Lopez <xan@igalia.com> | 2012-08-07 16:39:28 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-08-07 16:39:28 +0800 |
commit | fa8fc3a78c404d29bb1d3d7a010acca1bd001c53 (patch) | |
tree | 6c4ffaa2017032c1c05e55f34bd2775a4c34c71d | |
parent | 20261c398cb634a16755943148ae7f7688dc396a (diff) | |
download | gsoc2013-epiphany-fa8fc3a78c404d29bb1d3d7a010acca1bd001c53.tar.gz gsoc2013-epiphany-fa8fc3a78c404d29bb1d3d7a010acca1bd001c53.tar.zst gsoc2013-epiphany-fa8fc3a78c404d29bb1d3d7a010acca1bd001c53.zip |
[release] 3.5.53.5.5
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,25 @@ ============== +Epiphany 3.5.5 +============== + +Changes: + + - Rewrite EphyEncoding(s) so that it does not use EphyNode + anymore. Add tests for their APIs. (#680735) + - Remove Seed support for extensions. Seed is unmaintained and there + are no useful extensions written in it. Hopefully this will change + in the future, but for now drop this code. + - Make the browser recover from broken session state files (#680590) + - Stop setting 'persist-key' in our filechooser (#655508) + - Do not copy history from parent tab when doing Ctrl+T (#651918) + - Suggest the right name in 'Save As' more often, using the + information available in the Content-Disposition + headers. (#674291) + - Add a 'enable-webaudio' setting, false by default. + - Port disk cache, inspector and spell-checking to WebKit2. + - Many other bugfixes and cleanups. + +============== Epiphany 3.5.4 ============== diff --git a/configure.ac b/configure.ac index aba11d844..872fdb416 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],[4]) +m4_define([epiphany_version_micro],[5]) 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]) |