summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-08-06 09:59:20 +0200
committerGitHub <noreply@github.com>2018-08-06 09:59:20 +0200
commit2103902aeee31d66e515ee7d885acb445e0161ad (patch)
tree2471eeb991c16706b8c93865667097faa5b1db07
parent2864135a422458131974a82f92c674ccaff4d110 (diff)
parent0a3568b650ee1d8cdbd66f5e521b5f4bd0b96680 (diff)
downloadATCD-2103902aeee31d66e515ee7d885acb445e0161ad.tar.gz
Merge pull request #659 from jwillemsen/master
List important changes for the upcoming release
-rw-r--r--ACE/NEWS6
-rw-r--r--TAO/NEWS3
2 files changed, 9 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index fb400f3cefd..4eeaa15a722 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -5,6 +5,12 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.0 and ACE-6.5.1
doesn't provide the convenience functions to use a
std::auto_ptr anymore
+. Optimized CDR std::(w)string insertion and extraction
+ when C++11 or newer is enabled
+
+. Solved Visual Studio 2017 solution loading due to duplicate
+ files generated in a project file
+
USER VISIBLE CHANGES BETWEEN ACE-6.4.8 and ACE-6.5.0
====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index 9d879c1dc58..f70d3523fd2 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,9 @@
USER VISIBLE CHANGES BETWEEN TAO-2.5.0 and TAO-2.5.1
====================================================
+. Make use of std::atomic when C++11 or newer is enabled
+ for the CORBA reference counting
+
USER VISIBLE CHANGES BETWEEN TAO-2.4.8 and TAO-2.5.0
====================================================