summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-03-29 19:27:49 +0300
committerXan Lopez <xan@gnome.org>2010-03-29 19:27:49 +0300
commit04147a3024f1146e662bed63be17c718b4f46ecd (patch)
tree9f60974896010c45f5288dd83ad1c2eed90cf513
parentd1205631ab6dfe460dc68de4a2f85bb0c2f0c7be (diff)
downloadepiphany-04147a3024f1146e662bed63be17c718b4f46ecd.tar.gz
2.302.30
-rw-r--r--NEWS11
-rw-r--r--configure.ac6
2 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1372e63e9..7aa0a9a5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+=============
+Epiphany 2.30
+=============
+
+Changes:
+
+ - Fix form-based login detection in many sites (#608740)
+ - Make sure we show notifications in all cases for downloads
+ (#611635)
+ - Various fixes to the migration code (#608687)
+
================
Epiphany 2.29.92
================
diff --git a/configure.ac b/configure.ac
index a3182bf31..33bd02906 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
m4_define([epiphany_version_major],[2])
-m4_define([epiphany_version_minor],[29])
-m4_define([epiphany_version_micro],[92])
+m4_define([epiphany_version_minor],[30])
+m4_define([epiphany_version_micro],[0])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"
@@ -36,7 +36,7 @@ AC_CONFIG_SRCDIR([configure.ac])
EPIPHANY_API_VERSION=2.29
# This should stay at the major version of the latest stable releases
-EPIPHANY_UA_VERSION=2.28
+EPIPHANY_UA_VERSION=2.30
AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor])
AC_SUBST([EPIPHANY_API_VERSION])