diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-07-23 13:19:39 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-07-23 13:19:39 +0000 |
commit | bde06c1d6fcded32027727e1459ca258275f63a0 (patch) | |
tree | 389429f67b30930f6d9e018e07bf622e44e83843 | |
parent | 01b26ed3a9d70da0f54cea98b2f1f5a48cacebb2 (diff) | |
download | ATCD-bde06c1d6fcded32027727e1459ca258275f63a0.tar.gz |
ChangeLogTag: Mon Jul 23 13:17:15 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r-- | TAO/ChangeLog | 7 | ||||
-rw-r--r-- | TAO/NEWS | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 47206284555..9469fcf5f2c 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 23 13:19:19 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu> + + * NEWS: + + Added item about support for forward declared IDL structs + and unions in the IFR loader. + Mon Jul 23 12:35:00 UTC 2007 Simon Massey <sma@prismtech.com> * tests\OctetSeq\client.cpp: @@ -11,6 +11,9 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known) USER VISIBLE CHANGES BETWEEN TAO-1.5.9 and TAO-1.5.10 ===================================================== +. Added support for forward declared IDL structs and unions to the + Interface Repository loader + . A new securty option is available using the Access_Decision interface defined by the CORBA Security Level 2 specification. This enables the implementation of servers using mixed security levels, allowing some |