summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2020-08-14 17:40:09 -0500
committerAdam Mitz <mitza@objectcomputing.com>2020-08-14 17:40:09 -0500
commita7c0af6b5eecabd5cb9055901fcf373adc3a5d9c (patch)
tree525b77b19739dd67c0716881d1892f777ec3ada0 /ACE/NEWS
parent8c61710a637d724940db4c87ba92d428f2824e0d (diff)
downloadATCD-a7c0af6b5eecabd5cb9055901fcf373adc3a5d9c.tar.gz
Additional ACE news for 6.5.11
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 42dd3ac8e51..3a9893a6841 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -4,8 +4,7 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.10 and ACE-6.5.11
. Latest_{Major,Minor,Micro,Beta} tags have been replaced with
branches because tags are not intended to move where branches are
-. Cleanup of emulated operations in ACE_OS which are not used
- anymore
+. Removed emulated operations in ACE_OS which are not used anymore
. Resolved some compile warnings when using C++11 or newer
@@ -17,6 +16,12 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.10 and ACE-6.5.11
. Improve multicast join by interface name on Windows
+. Fixed ACE_INT64_FORMAT_SPECIFIER (and similar) preprocessor macros
+ on macOS (Apple-clang) with -std=c++11 or higher
+
+. On Windows, use unnamed kernel objects (Events and Semaphores)
+ for thread-scoped reader-write mutexes in ACE_OS::rwlock_init
+
USER VISIBLE CHANGES BETWEEN ACE-6.5.9 and ACE-6.5.10
=====================================================