summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 8fdd191c101..72f40092433 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,9 +1,19 @@
-USER VISIBLE CHANGES BETWEEN ACE-6.0.5 and ACE-6.1.0
+USER VISIBLE CHANGES BETWEEN ACE-6.0.6 and ACE-6.1.0
+====================================================
+
+. Added a new method to ACE_Atomic_Op<LOCK, TYPE>, TYPE exchange (TYPE newval)
+ which does an atomic exchange of the new value with ACE_Atomic_Op's value
+ and returns the old value. The tests/Atomic_Op_Test.cpp test program has a
+ test case that exemplifies its usage; see the Exchange_Tester class.
+
+USER VISIBLE CHANGES BETWEEN ACE-6.0.5 and ACE-6.0.6
====================================================
. Removed autoconf support, only traditional way of
compilation is shipped from now
+. Add support for RHEL 6.1 64bit
+
USER VISIBLE CHANGES BETWEEN ACE-6.0.4 and ACE-6.0.5
====================================================