aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-19 18:47:46 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-22 05:23:52 +0800
commit34b709490f0c67ebf1718d7a1c39cd27ae301590 (patch)
tree543c8026b6dc58ce33a41c59144a4d01cdc65373
parent9b73637abab16f002c843665ac9825fead894c50 (diff)
downloadgsoc2013-epiphany-34b709490f0c67ebf1718d7a1c39cd27ae301590.tar
gsoc2013-epiphany-34b709490f0c67ebf1718d7a1c39cd27ae301590.tar.gz
gsoc2013-epiphany-34b709490f0c67ebf1718d7a1c39cd27ae301590.tar.bz2
gsoc2013-epiphany-34b709490f0c67ebf1718d7a1c39cd27ae301590.tar.lz
gsoc2013-epiphany-34b709490f0c67ebf1718d7a1c39cd27ae301590.tar.xz
gsoc2013-epiphany-34b709490f0c67ebf1718d7a1c39cd27ae301590.tar.zst
gsoc2013-epiphany-34b709490f0c67ebf1718d7a1c39cd27ae301590.zip
[release] 3.1.923.1.92
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 23b589cf4..df2399806 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+===============
+Epiphany 3.1.92
+===============
+
+Changes:
+
+ - Disable irrelevant actions in web app mode (#657624)
+ - Disable session resume in web app mode (#658739)
+ - Normalize web app profile directory and desktop file names (#658010)
+ - Remove G_DIRECTORY_SEPARATOR from web app names (#658028)
+ - Other fixes and cleanups.
+
=================
Epiphany 3.1.91.1
=================
diff --git a/configure.ac b/configure.ac
index eb5bfb2e4..b13f279d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,8 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[1])
-m4_define([epiphany_version_micro],[91])
-m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.1])
+m4_define([epiphany_version_micro],[92])
+m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"
m4_define([epiphany_branch],["trunk"])