Skip to content

Commit 67aa234

Browse files
authored
Merge pull request #1361 from jwillemsen/jwi-NEWS
Updated news files
2 parents 69df3b3 + 0537633 commit 67aa234

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

ACE/NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.12 and ACE-7.0.0
22
=====================================================
33

44
. C++11 is now a mandatory compiler feature which is
5-
required for ACE
5+
required for ACE. Cleaned up part of the support for compilers
6+
that lack C++11 support
67

78
. When valgrind is enabled we don't disable dlclose anymore,
89
this reduces the amount of leaks reported related to dlclose.
@@ -15,6 +16,13 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.12 and ACE-7.0.0
1516
and FreeBSD libc. Also removed `ACE_Dirent::read (ACE_DIRENT *, ACE_DIRENT **)`
1617
which used it. `ACE_LACKS_READDIR_R` will now always be defined.
1718

19+
. Modernized part of the code using clang-type, added override, use nullptr,
20+
use unique_ptr, remove redundant void, use bool, simplify boolean expressions,
21+
make use of std::atomic, use using
22+
23+
. New Latest_ACE7TAO3_ branches which can be used to always checkout the
24+
latest ACE7/TAO3 micro/minor release
25+
1826
USER VISIBLE CHANGES BETWEEN ACE-6.5.11 and ACE-6.5.12
1927
======================================================
2028

TAO/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ USER VISIBLE CHANGES BETWEEN TAO-2.5.12 and TAO-3.0.0
44
. C++11 is now a mandatory compiler feature which is
55
required for TAO
66

7+
. Fixed some CORBA spec mismatches for the CORBA server
8+
portable interceptors
9+
710
USER VISIBLE CHANGES BETWEEN TAO-2.5.11 and TAO-2.5.12
811
======================================================
912

0 commit comments

Comments
 (0)