diff options
-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]) |