summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-19 09:58:05 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-19 09:58:05 +0530
commit55e4107b2c70b222b5ceb88d9c0ca68f9699b9ce (patch)
treed665a08cf76af318135e8aa45832c8a8256bc7d6 /NEWS
parent2016b3cd19acbfb68fae3efdbb0117511614bd4b (diff)
Add NEWS entry for C++11 thread_local support.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 814fe37f22..783f957746 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ Version 2.18
14982, 14985, 14994, 14996, 15003, 15006, 15020, 15023, 15036, 15054,
15062, 15078.
+* Add support for calling C++11 thread_local object destructors on thread
+ and program exit. This needs compiler support for offloading C++11
+ destructor calls to glibc.
+
Version 2.17