diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-26 13:29:09 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-26 13:29:09 +0000 |
commit | 23e55bf0d609f7371de0e3ed45be49d05c58050c (patch) | |
tree | 64358346bf611a8d0fdded7752be8b63d63f3780 /TAO/NEWS | |
parent | 3c0047394c1227ea5b9a046880c9d7a58343c87b (diff) | |
download | ATCD-23e55bf0d609f7371de0e3ed45be49d05c58050c.tar.gz |
ChangeLogTag: Mon Jun 26 13:27:00 UTC 2006 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'TAO/NEWS')
-rw-r--r-- | TAO/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -81,6 +81,15 @@ USER VISIBLE CHANGES BETWEEN TAO-1.5.1 and TAO-1.5.2 . Fixed several bugs related to asynchronous connection establishment. These are represented by the AMI_Buffering tests and bug 2417's regression test. +. Refactored PICurrent, removing PICurrent_Copy_Callback classes, subsuming + this functionality inside PICurrent_Impl where it can be controlled + correctly. The copying of PICurrent objects still performs lazy/deferred + copying where possible, only taking a real physical copy when modifications + are attempted. Interest in PICurrent objects where lazy copies have been + taken can now be correctly reversed when the lazy copy is destroyed fixing + a range of call-back bugs that were performed on already destroyed objects. + (For detail see bugzilla 2552.) + USER VISIBLE CHANGES BETWEEN TAO-1.5 and TAO-1.5.1 ==================================================== |