NEWS: Only public headers have __unused/__block changed.

This commit is contained in:
Carlos O'Donell 2013-11-26 09:47:45 -05:00
parent 08d76093f4
commit 2fe162299f
1 changed files with 3 additions and 3 deletions

6
NEWS
View File

@ -21,9 +21,9 @@ Version 2.19
16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150, 16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150,
16151, 16153, 16167, 16172, 16245. 16151, 16153, 16167, 16172, 16245.
* The public and private headers no longer use __unused nor __block. This * The public headers no longer use __unused nor __block. This change is to
change is to support compiling programs that are derived from BSD sources support compiling programs that are derived from BSD sources and use
and use __unused internally, and to support compiling with Clang's -fblock __unused internally, and to support compiling with Clang's -fblock
extension which uses __block. extension which uses __block.
* CVE-2012-4412 The strcoll implementation caches indices and rules for * CVE-2012-4412 The strcoll implementation caches indices and rules for