Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the micro release of ACE 6.5.14 and TAO 2.5.14.
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Fix
SocketConnect::ip_check()Concurrency and Too-Early Request Issues for Windows - Support
int8anduint8in ACE_CDR - Make install: use relative links in prefix/share
Changes to TAO
- Support for IDL 4 explicitly-named integer types like
int64in TAO_IDL. Support foruint8andint8is limited in TAO. Unlike the larger types, these are new distinct types that are not aliases of existing types covered by the CORBA specification. - Added the
tao/idl_features.hheader file for getting the IDL features supported by TAO_IDL. See the file for example usage. - Fix empty case evaluation on unions with enum discriminators