summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-26 13:29:09 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-26 13:29:09 +0000
commit23e55bf0d609f7371de0e3ed45be49d05c58050c (patch)
tree64358346bf611a8d0fdded7752be8b63d63f3780 /TAO
parent3c0047394c1227ea5b9a046880c9d7a58343c87b (diff)
downloadATCD-23e55bf0d609f7371de0e3ed45be49d05c58050c.tar.gz
ChangeLogTag: Mon Jun 26 13:27:00 UTC 2006 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/NEWS9
2 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 266885a89f6..90abaf372ae 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 26 13:27:00 UTC 2006 Simon Massey <sma@prismtech.com>
+
+ * NEWS:
+ Added PICurrent refactoring note.
+
Sat Jun 24 22:13:38 UTC 2006 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
* docs/tutorials/Quoter/Simple/Impl-Repo/index.html: Enhanced this
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
====================================================