summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-11-26 09:01:52 -0500
committerCarlos O'Donell <carlos@redhat.com>2013-11-26 09:01:52 -0500
commit08d76093f4df66ea9ab940633baf5bd2bf56c396 (patch)
tree368e178792d628f0ef2630667d3540c0265a03ba /NEWS
parentbd12ab55c05ec80f1fd0df0997b26526295bbac7 (diff)
NEWS: Mention __unused and __block removal.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4dbff5d03f..6b0a993067 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,11 @@ Version 2.19
16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150,
16151, 16153, 16167, 16172, 16245.
+* The public and private headers no longer use __unused nor __block. This
+ change is to support compiling programs that are derived from BSD sources
+ and use __unused internally, and to support compiling with Clang's -fblock
+ extension which uses __block.
+
* CVE-2012-4412 The strcoll implementation caches indices and rules for
large collation sequences to optimize multiple passes. This cache
computation may overflow for large collation sequences and may cause a