File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
912USER VISIBLE CHANGES BETWEEN ACE-6.5.20 and ACE-6.5.21
1013======================================================
1114
Original file line number Diff line number Diff 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+
613USER VISIBLE CHANGES BETWEEN TAO-2.5.20 and TAO-2.5.21
714======================================================
815
You can’t perform that action at this time.
0 commit comments