Skip to content

Commit d9da098

Browse files
authored
Merge pull request #2383 from mitza-oci/a6t2-NEWS
NEWS for ACE 6 - TAO 2
2 parents 27e40ae + 59d8f4a commit d9da098

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

ACE/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.21 and ACE-6.5.22
66
. Thread names given to ACE_OS::thr_create are now passed down to the OS
77
on Windows.
88

9+
. Removed ACE_make_checked_array_iterator that used deprecated
10+
stdext::checked_array_iterator
11+
912
USER VISIBLE CHANGES BETWEEN ACE-6.5.20 and ACE-6.5.21
1013
======================================================
1114

TAO/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ USER VISIBLE CHANGES BETWEEN TAO-2.5.21 and TAO-2.5.22
33

44
. Threads created by TAO_Thread_Per_Connection_Handler now have names
55

6+
. TAO_IDL:
7+
. Fixes for IDL maps (still not fully supported in TAO):
8+
. Support for parsing bounded maps, but the `std::map` generated by the
9+
builtin backend doesn't enforce the bound
10+
. Support for using maps in unions, sequences, and arrays
11+
. Fix tao_idl memory leaks caused by maps
12+
613
USER VISIBLE CHANGES BETWEEN TAO-2.5.20 and TAO-2.5.21
714
======================================================
815

0 commit comments

Comments
 (0)