summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS9
1 files changed, 9 insertions, 0 deletions
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
======================================================