summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/NEWS3
-rw-r--r--TAO/NEWS3
2 files changed, 6 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index bbfad57ba85..9d957a67e90 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,6 +1,9 @@
USER VISIBLE CHANGES BETWEEN ACE-6.4.8 and ACE-6.4.9
====================================================
+. The ACE core libraries now use std::unique_ptr instead
+ of std::auto_ptr when C++11 or newer is enabled
+
USER VISIBLE CHANGES BETWEEN ACE-6.4.7 and ACE-6.4.8
====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index 60e7c9918a6..dd23ea5462f 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,9 @@
USER VISIBLE CHANGES BETWEEN TAO-2.4.8 and TAO-2.4.9
====================================================
+. The TAO core libraries now use std::unique_ptr instead
+ of std::auto_ptr when C++11 or newer is enabled
+
USER VISIBLE CHANGES BETWEEN TAO-2.4.7 and TAO-2.4.8
====================================================