diff options
author | Xan Lopez <xan@gnome.org> | 2010-06-08 18:42:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-06-08 18:42:24 +0800 |
commit | 10ab63609f484a81e96bd89ccf50bdb41ee0352c (patch) | |
tree | 17b3d9b41aea601f1d4948cf9bff7d6733a26102 | |
parent | c37f7cfa5b395a28d0659da375c1433df49280a9 (diff) | |
download | gsoc2013-epiphany-2.31.3.tar.gz gsoc2013-epiphany-2.31.3.tar.zst gsoc2013-epiphany-2.31.3.zip |
2.31.32.31.3
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ =============== +Epiphany 2.31.3 +=============== + +Changes: + + - Remove encoding breaking translations of '...' strings (#613119) + - Fix URL entry eating up your manually entered URLs in some cases + (#620129) + +=============== Epiphany 2.31.2 =============== diff --git a/configure.ac b/configure.ac index 0fcf31cda..ed6a762a3 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[31]) -m4_define([epiphany_version_micro],[2]) +m4_define([epiphany_version_micro],[3]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |