diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-10-18 21:21:25 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-10-18 21:21:25 +0800 |
commit | 6a79af7f04a193827903693a93b07ac732df8919 (patch) | |
tree | e3b713d03b9a9968a72ea7a4a50ed0aaf07c3cf3 | |
parent | ff4a8714e575d6861eacc4a48aff1b4897ace7d7 (diff) | |
download | gsoc2013-epiphany-3.2.1.tar gsoc2013-epiphany-3.2.1.tar.gz gsoc2013-epiphany-3.2.1.tar.bz2 gsoc2013-epiphany-3.2.1.tar.lz gsoc2013-epiphany-3.2.1.tar.xz gsoc2013-epiphany-3.2.1.tar.zst gsoc2013-epiphany-3.2.1.zip |
[release] 3.2.13.2.1
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ ============== +Epiphany 3.2.1 +============== + +Changes: + + - Fix markup of dialog button (#660749) + - Fix crash when NetworkManager is not present (#659103) + - Translation updates. + +============== Epiphany 3.2.0 ============== diff --git a/configure.ac b/configure.ac index ff21bf9e5..64a1fadab 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[2]) -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]) # This can be either "trunk" or "branches/gnome-x-y" |