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