summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2022-08-05 10:16:59 -0500
committerAdam Mitz <mitza@objectcomputing.com>2022-08-05 10:16:59 -0500
commite8adb6ba4621e3eb9b25707c8757ba6a76656ffa (patch)
tree5535f85e6b62ff7d4d676c073d173d78b062ef0d
parentd0747d4c55cd0f4274a33907da6b2a346862db72 (diff)
downloadATCD-e8adb6ba4621e3eb9b25707c8757ba6a76656ffa.tar.gz
NEWS for next ACE6+TAO2 release
-rw-r--r--ACE/NEWS2
-rw-r--r--TAO/NEWS9
2 files changed, 11 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index ced3f9fad4b..516cf6b17a3 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,6 +1,8 @@
USER VISIBLE CHANGES BETWEEN ACE-6.5.17 and ACE-6.5.18
======================================================
+. Fixes for Static Initialization Order Issues Reported By AddressSanitizer
+
USER VISIBLE CHANGES BETWEEN ACE-6.5.16 and ACE-6.5.17
======================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index ba07cca7182..1bb8ab3bebf 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,15 @@
USER VISIBLE CHANGES BETWEEN TAO-2.5.17 and TAO-2.5.18
======================================================
+. TAO_IDL updates for valuetypes and versioned namespaces
+
+. Moved operators<<= and >>= for CORBA::Any to the CORBA namespace.
+ This makes the code compatible with GCC 12 and removes the need for
+ both the -fdelayed-template-parsing workaround (for clang) and defining
+ ACE_ANY_OPS_USE_NAMESPACE in config-macos*.h.
+
+. Removed unused configuration option ACE_ANY_OPS_USE_NAMESPACE
+
USER VISIBLE CHANGES BETWEEN TAO-2.5.16 and TAO-2.5.17
======================================================