diff options
author | Niclas Eklund <[email protected]> | 2010-12-17 16:26:18 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-12-17 16:26:18 +0100 |
commit | 1de445e76dee4e9473eadf7f6bd0dcb26a295a64 (patch) | |
tree | 308c95a5e0f94bf188b447f3091ea588850d9ef0 /lib/orber/doc/src/notes.xml | |
parent | 863e39fad4a832cf4c01ddaf84ff13c5fd0c1d65 (diff) | |
parent | 8a1ec022a6395ce6c228c6776dc12bff4f3967cf (diff) | |
download | otp-1de445e76dee4e9473eadf7f6bd0dcb26a295a64.tar.gz otp-1de445e76dee4e9473eadf7f6bd0dcb26a295a64.tar.bz2 otp-1de445e76dee4e9473eadf7f6bd0dcb26a295a64.zip |
Merge branch 'maint-r14' into dev
Diffstat (limited to 'lib/orber/doc/src/notes.xml')
-rw-r--r-- | lib/orber/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/orber/doc/src/notes.xml b/lib/orber/doc/src/notes.xml index 6eda16a517..ba16682f0b 100644 --- a/lib/orber/doc/src/notes.xml +++ b/lib/orber/doc/src/notes.xml @@ -33,6 +33,36 @@ </header> <section> + <title>Orber 3.6.19</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p> + Partial support for recursive structs and unions. + Only available for the erl_corba backend and requires + that Light IFR is used. I.e. the IC option {light_ifr, true} + and that Orber is configured in such a way that Light IFR + is activated. Recursive TypeCode is currently not supported.</p> + <p> + Own Id: OTP-8868 Aux Id: seq11633</p> + </item> + </list> + </section> + <section> + <title>Fixed Bugs and Malfunctions</title> + <list type="bulleted"> + <item> + <p>The SSL option {ssl_imp, old} was not used if ssl_generation was + set to 2. Only R14B was affected by this.</p> + <p>Own Id: OTP-8994 Aux Id: seq11747</p> + </item> + </list> + </section> + </section> + + <section> <title>Orber 3.6.18</title> <section> <title>Fixed Bugs and Malfunctions</title> |