diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-15 19:58:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-15 19:58:19 +0000 |
commit | 56eb1d607da79a01c95064e07e6bb1d2c57feb0d (patch) | |
tree | 3bae61c73743968a0bca1a645c0d16c5f4957acc /TAO/NEWS | |
parent | a2e9ff4e5900b3bcf82bd9fa8b13d98efc552067 (diff) | |
download | ATCD-56eb1d607da79a01c95064e07e6bb1d2c57feb0d.tar.gz |
ChangeLogTag: Wed Jun 15 19:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/NEWS')
-rw-r--r-- | TAO/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ==================================================== |