diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-16 17:01:05 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-16 17:01:05 +0800 |
commit | b9321f4a37d38105a74b1b4640b993bbb9bb142b (patch) | |
tree | 8195b6e27d06ec38c1c4eb2000c104d56e23c24f | |
parent | 845fdfc675220fcbf257d13129f386946a89cb52 (diff) | |
download | gsoc2013-epiphany-3.6.1.tar.gz gsoc2013-epiphany-3.6.1.tar.zst gsoc2013-epiphany-3.6.1.zip |
[release] 3.6.13.6.1
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ ============== +Epiphany 3.6.1 +============== + +Changes: + + - Do not replace envirornment when spawning ephy-profile-migrator + (#683538) + - Merge the app menu into the gear menu when the system does not + support global application menus (#673054) + - Add F10 as accel for the gear menu (#673878) + - Make sure windows are properly closed when using the 'Quit' option + in the app menu (#679844) + - Do not automatically download embedded objects (#683635) + - Translation updates. + +============== Epiphany 3.6.0 ============== diff --git a/configure.ac b/configure.ac index fd54c0e88..087005a9e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[6]) -m4_define([epiphany_version_micro],[0]) +m4_define([epiphany_version_micro],[1]) 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]) |