summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
======================================================