summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-12-18 15:15:18 +0900
committerDaiki Ueno <ueno@gnu.org>2014-12-18 15:15:18 +0900
commit49783c17842bef82e7b712e1a1a3175daddb7ae1 (patch)
tree6459e3d63d3034e743d24d2db10eb5a3c07bdb1d /NEWS
parent634e4de472e55016834f98bc6b30176ce7228840 (diff)
downloadexternal_gettext-49783c17842bef82e7b712e1a1a3175daddb7ae1.zip
external_gettext-49783c17842bef82e7b712e1a1a3175daddb7ae1.tar.gz
external_gettext-49783c17842bef82e7b712e1a1a3175daddb7ae1.tar.bz2
NEWS: Mention Bash ANSI-C quoting change
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 645be90..91a81ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,20 @@
-Version 0.19.4 - unreleased
+Version 0.19.4 - December 2014
-* xgettext now accepts same argument number for both singular and
- plural forms.
+* The --keyword option of xgettext now accepts same argument number
+ for both singular and plural forms.
* Programming languages support:
- C#: xgettext now properly handles Unicode characters encoded with
surrogate pairs.
- C/C++: xgettext now recognizes ISO/IEC 9899:2011 string literals
prefixed by R, u8, u8R, u, uR, U, UR, L, or LR.
+ - Shell: xgettext now properly recognizes Bash ANSI-C quoting ($'...').
* Bug fixes:
- - Fix integer overflow when reading MO files.
- - Avoid dangling pointer access when same argument number is specified
- for singular and plural forms.
+ - Fix integer overflow when reading certain MO files with msgunfmt.
+ - Avoid invalid memory access in various cases. In particular, when
+ the same argument number is specified for singular/plural
+ arguments, and when checking Lisp and Scheme format strings.
* Portability:
- Building on Mac OS X 10.10 and AIX 7.1 is now supported.