diff options
author | Fred Hornsey <hornseyf@objectcomputing.com> | 2019-03-04 17:22:12 -0600 |
---|---|---|
committer | Fred Hornsey <hornseyf@objectcomputing.com> | 2019-03-04 17:22:12 -0600 |
commit | fdfe9a9438adcbf36b648c1a54e85686855b6d64 (patch) | |
tree | 7a26b53f6995e27b5b0b3c77ba6baa4d9e59317c /ACE | |
parent | bb24884914844bb3ad431119d09095b7f6c9e58d (diff) | |
download | ATCD-fdfe9a9438adcbf36b648c1a54e85686855b6d64.tar.gz |
Update ACE NEWS
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/NEWS | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -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 ==================================================== |