summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeliazkov_i <jeliazkov_i@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-26 21:27:04 +0000
committerjeliazkov_i <jeliazkov_i@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-26 21:27:04 +0000
commit9c1171b0ea925a11af699a6880fb1a8c70fd3ec4 (patch)
treeeb6f7634e71464df5d8a3c99915d96f7ea18dc67
parente5a1e4a34d0f88dc8751458fba8befcba55972fb (diff)
downloadATCD-9c1171b0ea925a11af699a6880fb1a8c70fd3ec4.tar.gz
ChangeLogTag: Wed Apr 26 21:24:54 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/NEWS4
2 files changed, 10 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 236fa0ba947..077cf85c202 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 26 21:24:54 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
+
+ * NEWS:
+
+ Added an entry to the NEWS file.
+
Wed Apr 26 20:21:49 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
The motivation for these changes was to enable support for
@@ -14,10 +20,6 @@ Wed Apr 26 20:21:49 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
un-named orb(s) will default to using the ubergestalt, which is
consistent with the prior behavior.
- * NEWS
-
- Added an entry to the NEWS file.
-
* tao/DLL_Parser.cpp:
Fixed the parse_string() method to use the correct ORB gestalt
diff --git a/TAO/NEWS b/TAO/NEWS
index d542bb7f205..190cb8cceb3 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -26,6 +26,10 @@ PLANNED MAJOR CHANGES TARGETED FOR TAO-1.5.2
USER VISIBLE CHANGES BETWEEN TAO-1.5.1 and TAO-1.5.2
====================================================
+. Allow different ORB instances to use a different sets of Service
+ Objects in their own Service REpository instances. This resolves
+ bugzilla #2486.
+
. Integrate new sequence implementation made by Carlos O'Ryan. This
also includes a rework of the TAO_String_Managers and CORBA::(W)String
implementations.