aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2011-01-11 21:27:29 +0800
committerXan Lopez <xan@gnome.org>2011-01-11 21:27:29 +0800
commit2f9a7716ed43461c8e1c892efea23ee0e3750bb3 (patch)
tree2c269a3e0a04590ada8855dd4fe71a3905cf9436
parentf918aabc59fc9eb665635d576a1edec474bde24c (diff)
downloadgsoc2013-epiphany-2f9a7716ed43461c8e1c892efea23ee0e3750bb3.tar
gsoc2013-epiphany-2f9a7716ed43461c8e1c892efea23ee0e3750bb3.tar.gz
gsoc2013-epiphany-2f9a7716ed43461c8e1c892efea23ee0e3750bb3.tar.bz2
gsoc2013-epiphany-2f9a7716ed43461c8e1c892efea23ee0e3750bb3.tar.lz
gsoc2013-epiphany-2f9a7716ed43461c8e1c892efea23ee0e3750bb3.tar.xz
gsoc2013-epiphany-2f9a7716ed43461c8e1c892efea23ee0e3750bb3.tar.zst
gsoc2013-epiphany-2f9a7716ed43461c8e1c892efea23ee0e3750bb3.zip
[release] 2.91.52.91.5
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5c35fb927..b8f4f6824 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+===============
+Epiphany 2.91.5
+===============
+
+Changes:
+
+ - Compilation fixes for GTK+ 2.99.0
+ - Fix potential dataloss in topic selection dialog (#518727)
+ - Fix color setting in location bar (#636501)
+
=================
Epiphany 2.91.4.1
=================
diff --git a/configure.ac b/configure.ac
index a6324c633..bded6fcbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,8 @@
m4_define([epiphany_version_major],[2])
m4_define([epiphany_version_minor],[91])
-m4_define([epiphany_version_micro],[4])
-m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.1])
+m4_define([epiphany_version_micro],[5])
+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"])