diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-08-24 04:17:47 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-08-24 04:17:47 +0800 |
commit | 3a0329364ee7a67a75a82d86cc76603ecdc6a3dc (patch) | |
tree | 3d55cdbb824e618a4ccc6970565c81baf8a3767e | |
parent | 021e81e89dc34e0769c6263ddf18a1415af407ae (diff) | |
download | gsoc2013-epiphany-3a0329364ee7a67a75a82d86cc76603ecdc6a3dc.tar.gz gsoc2013-epiphany-3a0329364ee7a67a75a82d86cc76603ecdc6a3dc.tar.zst gsoc2013-epiphany-3a0329364ee7a67a75a82d86cc76603ecdc6a3dc.zip |
[release] 3.5.903.5.90
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +=============== +Epiphany 3.5.90 +=============== + + - Improved url entry autosearch (#681022) + - Show information about TLS certificates and SSL errors when + clicking the lock icon (#681506) + - Store http disk cache with temporary profiles for improved privacy + (#681147) + - Do not add error pages to back forward list. + - Do not add error pages to history (#655619) + - wk2: Show information about web and plugins processes in + about:memory (#679764) + - Port saving to WebKit2 (#679368) + - Update to recent WebKit2 API changes. + - Dependencies cleanup. + - Many code cleanups and bug fixes. + ============== Epiphany 3.5.5 ============== diff --git a/configure.ac b/configure.ac index 0d95ae9a3..01335ed7b 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],[5]) +m4_define([epiphany_version_micro],[90]) 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]) |