summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-03-04 17:22:12 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2019-03-04 17:22:12 -0600
commitfdfe9a9438adcbf36b648c1a54e85686855b6d64 (patch)
tree7a26b53f6995e27b5b0b3c77ba6baa4d9e59317c /ACE
parentbb24884914844bb3ad431119d09095b7f6c9e58d (diff)
downloadATCD-fdfe9a9438adcbf36b648c1a54e85686855b6d64.tar.gz
Update ACE NEWS
Diffstat (limited to 'ACE')
-rw-r--r--ACE/NEWS21
1 files changed, 13 insertions, 8 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index fd9c670b35e..147ed903f98 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -4,14 +4,19 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.4 and ACE-6.5.5
. Fixed several broken links due to the removal of
Douglas Schmidt website at WashU
-. On Android, ACE_Log_Msg (and therefore ACE_DEBUG and ACE_ERROR) now uses
- Android's logging system (aka Logcat) by default in addition to stderr
- because stdout and stderr are discarded under normal circumstances.
- To disable this at runtime, run:
- ACE_LOG_MSG->clr_flags (ACE_Log_Msg::SYSLOG)
- To disable this at compile time include these lines in config.h:
- #define ACE_DEFAULT_LOG_FLAGS ACE_Log_Msg::STDERR
- #define ACE_DEFAULT_LOG_BACKEND_FLAGS 0
+. On Android:
+
+ . ACE_Log_Msg (and therefore ACE_DEBUG and ACE_ERROR) now uses
+ Android's logging system (aka Logcat) by default in addition to stderr
+ because stdout and stderr are discarded under normal circumstances.
+ To disable this at runtime, run:
+ ACE_LOG_MSG->clr_flags (ACE_Log_Msg::SYSLOG)
+ To disable this at compile time include these lines in config.h:
+ #define ACE_DEFAULT_LOG_FLAGS ACE_Log_Msg::STDERR
+ #define ACE_DEFAULT_LOG_BACKEND_FLAGS 0
+
+ . When statically linking to OpenSSL, prevent usage of the preloaded and
+ unpredictable system SSL library when using ace_openssl.
USER VISIBLE CHANGES BETWEEN ACE-6.5.3 and ACE-6.5.4
====================================================