summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-16 11:01:05 +0200
committerXan Lopez <xan@igalia.com>2012-10-16 11:01:05 +0200
commitb9321f4a37d38105a74b1b4640b993bbb9bb142b (patch)
tree8195b6e27d06ec38c1c4eb2000c104d56e23c24f
parent845fdfc675220fcbf257d13129f386946a89cb52 (diff)
downloadepiphany-b9321f4a37d38105a74b1b4640b993bbb9bb142b.tar.gz
[release] 3.6.13.6.1
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 34ba578bf..ee72cbf8a 100644
--- a/NEWS
+++ b/NEWS
@@ -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])