summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 10:39:48 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 10:39:48 +0000
commita194062771ad5acd0954d4542d061683afb00aef (patch)
tree4ccfeb2497f1e8c1b5e196843ca4dbf5ff5dcba5
parentc4cfce083bf0079c8a10f469d2c5ae5322c7b4c2 (diff)
downloadATCD-a194062771ad5acd0954d4542d061683afb00aef.tar.gz
Wed Nov 15 10:35:00 UTC 2006 Simon Massey <sma@prismtech.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS9
2 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2e90f6d59cc..67c04c3ab6b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 15 10:35:00 UTC 2006 Simon Massey <sma@prismtech.com>
+
+ * NEWS:
+
+ Added entries.
+
Wed Nov 15 10:05:00 UTC 2006 Simon Massey <sma@prismtech.com>
* tests/Oneway_Timeouts/client.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index a14ce1285dd..69d2b564a9e 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -25,15 +25,18 @@ USER VISIBLE CHANGES BETWEEN TAO-1.5.3 and TAO-1.5.4
Only the option and variable was added, but no messages. Therefore,
at the moment, this does not generate much output.
-. Fixed Bugzilla #2699, by uninlining generated code for the
- TIE template classes. Inlining of virtual functions in this
- code was causing problems with RTTI on some compilers.
+. Resolved Bugzilla #2651 to eliminate incompatibility with the new
+ mechanism, allowing per-ORB configurations.
. Fixed Bugzilla #2686, which involved correctly managing memory during
exceptional situations. Throwing an exception during the creation of the
Root POA would cause a leak of a TAO_Adapter and POA manager related
objects.
+. Fixed Bugzilla #2699, by uninlining generated code for the
+ TIE template classes. Inlining of virtual functions in this
+ code was causing problems with RTTI on some compilers.
+
. Fixed a bug where calling _set_policy_overrides() on a collocated servant
would return an unusable object reference.