]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention Bash ANSI-C quoting change
authorDaiki Ueno <ueno@gnu.org>
Thu, 18 Dec 2014 06:15:18 +0000 (15:15 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 18 Dec 2014 06:15:18 +0000 (15:15 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 645be907e4510b977f782ca39819fc6387f5f720..91a81ae2525f660803fde21cd822461f9181309e 100644 (file)
--- 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.