[ace-announce] ACE+TAO x.5.5 now available!

Johnny Willemsen jwillemsen at remedy.nl
Mon Apr 8 02:54:40 CDT 2019


Hi all,

Once again, thanks to the efforts of many developers, testers, and
users, we are pleased to announce the micro release
of ACE 6.5.5 and TAO 2.5.5 which is available from the usual
download location at:

http://download.dre.vanderbilt.edu/

under the heading "Latest Micro Release".

Or from the github release page at:

https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-6_5_5

The doxygen documentation for this release is also available.  In
addition to the packages combined of sources and generate makefiles,
this release provides source-only packages for developers who use MPC to
generate their own makefiles.

We encourage you to download the new release, use it with your
applications, and let us know if you encounter any problems. Please use the:

$ACE_ROOT/PROBLEM-REPORT-FORM
$MPC_ROOT/PROBLEM-REPORT-FORM
$TAO_ROOT/PROBLEM-REPORT-FORM

so that we have the proper version/platform/compiler/options you're
using to report problems. We also request that you take a look at:

$TAO_ROOT/docs/releasenotes/

for the status of various ongoing projects at the DOC group of
Vanderbilt to move ACE and TAO forward.  Overviews of our recent
progress and upcoming plans are available at:

$ACE_ROOT/NEWS
$TAO_ROOT/NEWS

The overall success rates for the test results gathered from all our
daily builds is 98% for the ACE tests and 98% for the TAO tests.

Please see:

http://www.dre.vanderbilt.edu/scoreboard/

for a summary of these tests.  As always, we appreciate your help in
resolving any remaining problems. Please see:

ACE_wrappers/docs/ACE-bug-process.html

for an overview of our bug fixing policies.  Moreover, please see:

http://www.dre.vanderbilt.edu/support.html

for information commercial support services available from various
companies.

The following is a list of key changes since the last major release.
Please refer to the corresponding ChangeLog files, NEWS files, or
Bugzilla entries for more details on the problem and the nature of fixes
applied.

==============
Changes to ACE
==============

. Fixed several broken links due to the removal of
  Douglas Schmidt website at WashU

. 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 when statically linking to OpenSSL, prevent usage of the
preloaded and
  unpredictable system SSL library when using ace_openssl.

. minizip has been moved from ACE to DANCE

. Add initial support for Visual Studio 2019

. Validated ACE for usage SLES15.0 x86_64 using 32bit g++ compiler

. Add optional argument for the receive address in ACE_SOCK_Dgram::recv

==============
Changes to TAO
==============

. Fixed Memory Leaks in TAO_IDL caused by the addition of Annotations (#811)

. Changes in the Annotations API in TAO_IDL, see
  TAO/TAO_IDL/docs/annotations.md section titled "TAO 2.5.5" for details.



More information about the ace-announce mailing list