Releases: DOCGroup/ACE_TAO
ACE+TAO-7_0_11
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.11 and TAO 3.0.11 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Fixed some compiler warnings given by newer compilers
- Make use of
noexcept
instead ofthrow()
- Fixed a bug in
ACE_Configuration_Heap
withuses_wchar=1
builds
Changes to TAO
- Fixed some compiler warnings given by newer compilers
- PortableGroup cleanup
ACE+TAO-6_5_19
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the minor release of ACE 6.5.19 and TAO 2.5.19.
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Improved VxWorks platform support
- Fixed some compiler warnings given by newer compilers
- Added support for recent macOS release
- Fixed a bug in
ACE_Configuration_Heap
withuses_wchar=1
builds ACE_OS::readdir_r
can be omitted by settingACE_DISABLE_READDIR_R
Changes to TAO
- Fixed some compiler warnings given by newer compilers
ACE+TAO-7_0_10
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.10 and TAO 3.0.10 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Add missing resource files for several DLLs on Windows
- VxWorks runtime fixes
- Various cleanup and using more C++11 features
- Embarcadero C++ Builder 11.2 fixes
Changes to TAO
- Various cleanup and using more C++11 features
ACE+TAO-7_0_9
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.9 and TAO 3.0.9 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Compile fixes for VxWorks 22.03
- Various cleanup
- Minor fixes
Changes to TAO
- Various cleanup
- Minor fixes
ACE+TAO-6_5_18
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the minor release of ACE 6.5.18 and TAO 2.5.18.
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Fixes for Static Initialization Order Issues Reported By AddressSanitizer
Changes to TAO
- TAO_IDL updates for valuetypes and versioned namespaces
- Moved
operators<<=
and>>=
forCORBA::Any
to theCORBA
namespace. This makes the code compatible with GCC 12 and removes the need for both the-fdelayed-template-parsing
workaround (for clang) and definingACE_ANY_OPS_USE_NAMESPACE
inconfig-macos*.h
. - Removed unused configuration option
ACE_ANY_OPS_USE_NAMESPACE
ACE+TAO-7_0_8
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.8 and TAO 3.0.8 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Minor changes
Changes to TAO
- Moved operators
<<=
and>>=
forCORBA::Any
to theCORBA
namespace. This makes the code compatible with GCC 12 and removes the need for both the-fdelayed-template-parsing
workaround (for clang) and definingACE_ANY_OPS_USE_NAMESPACE
inconfig-macos*.h
- Removed unused configuration option
ACE_ANY_OPS_USE_NAMESPACE
ACE+TAO-6_5_17
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the micro release of ACE 6.5.17 and TAO 2.5.17.
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Test framework changes
Changes to TAO
- Fixed compilation error in the TAO core when using C++20
- Fixed an issue with handling spaces in paths for TAO_IDL
-TAO_IDL: Fix open file error not mentioning the filename and not checking if the file is actually a directory.
ACE+TAO-7_0_7
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.7 and TAO 3.0.7 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Minor changes
Changes to TAO
- Fixed an issue with handling spaces in paths for TAO_IDL
- TAO_IDL: Fix open file error not mentioning the filename and not checking if the file is actually a directory.
ACE+TAO-7_0_6
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.6 and TAO 3.0.6 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Various cleanup and using more C++11 features
- Various packaging related fixes
Changes to TAO
- Various cleanup and using more C++11 features
- Fixed compilation error in the TAO core when using C++20
ACE+TAO-7_0_5
Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.5 and TAO 3.0.5 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Initial not tested support for Visual Studio 2022
- Fixed compile errors when using Visual Studio 2019 with C++17 or C++20 support enabled
- Various cleanup and using more C++11 features
Changes to TAO
- TAO_IDL: Fix bug where floating point constant expressions fail to evaluate. This bug was introduced in 3.0.3.