diff options
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,4 +1,21 @@ ============== +Epiphany 3.7.5 +============== + +Changes: + + - Remove ability to open URIs in the clipboard through middle + click. This option was disabled by default since a long time ago, + and broken in WK2. + - Load and save the session asynchronously. Should make the UI more + responsive! (#681782) + - Remove spaces in Accept-Language header for compatiblity (#671652) + - Smarter copy email address action (#688166) + - A bunch of WebKit2 improvements. The WebKit2 version is now really + close to feature-complete. + - Other bug fixes and cleanups. + +============== Epiphany 3.7.3 ============== diff --git a/configure.ac b/configure.ac index d1effb9cb..5433eab00 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[7]) -m4_define([epiphany_version_micro],[3]) +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]) |