From 23e55bf0d609f7371de0e3ed45be49d05c58050c Mon Sep 17 00:00:00 2001 From: sma Date: Mon, 26 Jun 2006 13:29:09 +0000 Subject: ChangeLogTag: Mon Jun 26 13:27:00 UTC 2006 Simon Massey --- TAO/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'TAO/NEWS') diff --git a/TAO/NEWS b/TAO/NEWS index 40b0ddc4000..f2f1fa8d21e 100644 --- a/TAO/NEWS +++ b/TAO/NEWS @@ -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 ==================================================== -- cgit v1.2.1