summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-15 19:58:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-15 19:58:19 +0000
commit3b42b34865ad28cb6721d898ca909c8213801f36 (patch)
tree3bae61c73743968a0bca1a645c0d16c5f4957acc
parentb2d0df880e7b212ed33bfe2989fbadc0f5d46848 (diff)
downloadATCD-3b42b34865ad28cb6721d898ca909c8213801f36.tar.gz
ChangeLogTag: Wed Jun 15 19:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index a3b230ac015..abedbb27bef 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -23,6 +23,18 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
. (OCI) Tag Alternate IIOP Address
+USER VISIBLE CHANGES BETWEEN TAO-1.4.6 and TAO-1.4.7
+====================================================
+
+. The CodecFactory is moved to its own library. If you use this in your
+ application include tao/CodecFactory/CodecFactory.h and link the
+ TAO_CodecFactory with your app
+
+. The ORBInitializer registry, PolicyFactory registry and ORBInitInfo
+ are moved to the new PI library. If you use these clases include
+ tao/PI/PI.h in your application code and link the new TAO_PI
+ library with your application.
+
USER VISIBLE CHANGES BETWEEN TAO-1.4.5 and TAO-1.4.6
====================================================