summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-04-15 08:57:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-04-15 08:57:15 +0000
commitf1f90a99eb0e9f584591b673a9f920c6c831d78b (patch)
treeec69f8fe55aeb38ba6c57328111e60718829835d
parent7d6f1b2122d1450477e239b2f0a0c8e6a4fd65fc (diff)
downloadATCD-f1f90a99eb0e9f584591b673a9f920c6c831d78b.tar.gz
updated cbxe support
-rw-r--r--ACE/NEWS5
-rw-r--r--TAO/NEWS5
2 files changed, 8 insertions, 2 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 0638e0fc203..b6121f6b40c 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -14,7 +14,10 @@ USER VISIBLE CHANGES BETWEEN ACE-6.2.4 and ACE-6.2.5
. Added the ability to build RPMs for just ACE, using an ACE-src tarball.
To do this add "--without tao" to the rpmbuild command line.
-. Added support for Embarcadero C++BuilderXE5 using
+. Added support for Embarcadero C++Builder XE5 using
+ bcc32 in debug and release mode
+
+. Added support for Embarcadero C++Builder XE6 using
bcc32 in debug and release mode
. When Intel C++ 2013 SP1 Update 2 is used with C++11 enabled
diff --git a/TAO/NEWS b/TAO/NEWS
index 7ef9f601ab5..a313f907409 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -21,7 +21,10 @@ USER VISIBLE CHANGES BETWEEN TAO-2.2.4 and TAO-2.2.5
- New tao_imr link command to identify groups of POAs that share a server.
- ImR is better able to avoid errantly starting multiple server instances.
-. Added support for Embarcadero C++BuilderXE5 using
+. Added support for Embarcadero C++Builder XE5 using
+ bcc32 in debug and release mode
+
+. Added support for Embarcadero C++Builder XE6 using
bcc32 in debug and release mode
USER VISIBLE CHANGES BETWEEN TAO-2.2.3 and TAO-2.2.4