diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-07 01:53:03 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-07 01:53:28 +0800 |
commit | 5883499dcafcc6aa8c12b58881b640ef9ef6df41 (patch) | |
tree | cf1ce325f2a085fb8731f1f6c4d027b1d8eea761 | |
parent | 8b63fec4044035369c3552c7324b5b42ca112686 (diff) | |
download | gsoc2013-epiphany-5883499dcafcc6aa8c12b58881b640ef9ef6df41.tar gsoc2013-epiphany-5883499dcafcc6aa8c12b58881b640ef9ef6df41.tar.gz gsoc2013-epiphany-5883499dcafcc6aa8c12b58881b640ef9ef6df41.tar.bz2 gsoc2013-epiphany-5883499dcafcc6aa8c12b58881b640ef9ef6df41.tar.lz gsoc2013-epiphany-5883499dcafcc6aa8c12b58881b640ef9ef6df41.tar.xz gsoc2013-epiphany-5883499dcafcc6aa8c12b58881b640ef9ef6df41.tar.zst gsoc2013-epiphany-5883499dcafcc6aa8c12b58881b640ef9ef6df41.zip |
[release] 3.7.53.7.5
-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]) |