summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-25 09:48:17 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-25 09:48:17 +0100
commit7449152aa7f626f93fc495b68b747d94b7331731 (patch)
tree83f93f8d9d329929619ae6d9cbd9c6fe33940dc8
parent498800704cfcbc9a4e0c053ea217930f6630e6c0 (diff)
downloadATCD-7449152aa7f626f93fc495b68b747d94b7331731.tar.gz
Extend news file with changes as part of issue #1271
* ACE/NEWS:
-rw-r--r--ACE/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index d9dd54fb428..55777b7654c 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -5,10 +5,15 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.11 and ACE-6.5.12
. Fixed compile problem on AIX
-. Removed c++0x and c++1y as GNU make variables
+. Removed c++0x and c++1y as GNU make variables, use c++11 and c++14 as
+ alternatives
. Moved all CI builds to github actions
+. Added ACE_GCC_NO_RETURN to fix fall through warnings
+
+. Fix ACE_Thread_Manager::join memory leak and potential deadlock
+
USER VISIBLE CHANGES BETWEEN ACE-6.5.10 and ACE-6.5.11
======================================================