summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-02-27 15:20:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-02-27 15:20:08 +0000
commit6f0c0a66c80f8685bf3c3136b0b30283f669d331 (patch)
treecf0bd30502ef32da00b46b8b3cb4a945d576ea97
parent8686c6d553278d8e41bf336a85aa8a6b5fd19fac (diff)
downloadATCD-6f0c0a66c80f8685bf3c3136b0b30283f669d331.tar.gz
Updated for release
-rw-r--r--ACE/NEWS7
-rw-r--r--TAO/NEWS2
2 files changed, 8 insertions, 1 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 188953808de..d3d395464bd 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -7,6 +7,13 @@ USER VISIBLE CHANGES BETWEEN ACE-6.2.4 and ACE-6.2.5
. Added support for Embarcadero C++BuilderXE5 using
bcc32 in debug and release mode
+. When Intel C++ 2013 SP1 Update 2 is used with C++11 enabled
+ as compiler feature now also ACE_HAS_CPP11 will be defined,
+ this compiler is now able to compile all our C++11 feature
+ tests
+
+. Fixed several boundary bugs in the ACE RLE Compressor
+
USER VISIBLE CHANGES BETWEEN ACE-6.2.3 and ACE-6.2.4
====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index 05e3c76c949..ccc9169b535 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,7 +1,7 @@
USER VISIBLE CHANGES BETWEEN TAO-2.2.4 and TAO-2.2.5
====================================================
-. Implentation Repository new features added.
+. Implementation Repository new features added.
- New tao_imr kill command to signal an otherwise unresponsive server.
- 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.