diff options
author | Shaun McCance <shaunm@gnome.org> | 2012-05-07 16:40:21 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2012-05-07 16:40:21 -0400 |
commit | 470b52ad6d4f55b32a56d95671d608c483dbeae7 (patch) | |
tree | fb294b78ec91513d7545627d21fa7900c8958313 | |
parent | 63e2b5739977a99a70898e6c78798b7eaa66293e (diff) | |
download | itstool-470b52ad6d4f55b32a56d95671d608c483dbeae7.tar.gz |
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +1.1.3 +===== +* Handle UTF-8 in attribute values +* Don't output non-translatable external ref messages +* Better error handling + 1.1.2 ===== * Better handling of XML errors in PO files diff --git a/configure.ac b/configure.ac index d377b5f..2dc4e6f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([itstool], [1.1.2], []) +AC_INIT([itstool], [1.1.3], []) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) DATADIR=`( |