diff options
author | Erlang/OTP <[email protected]> | 2012-04-01 20:14:41 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-04-01 20:14:41 +0200 |
commit | cfea5eea406ba3af96588ff458e55de9a149d9c5 (patch) | |
tree | 474596475fd62fac47957c7bc1cb3977547a09cc /lib/orber | |
parent | 7148dea6d94841cc70ff3e38beae51a586f56b5a (diff) | |
download | otp-cfea5eea406ba3af96588ff458e55de9a149d9c5.tar.gz otp-cfea5eea406ba3af96588ff458e55de9a149d9c5.tar.bz2 otp-cfea5eea406ba3af96588ff458e55de9a149d9c5.zip |
Prepare releaseOTP_R15B01
Diffstat (limited to 'lib/orber')
-rw-r--r-- | lib/orber/doc/src/notes.xml | 24 | ||||
-rw-r--r-- | lib/orber/vsn.mk | 2 |
2 files changed, 24 insertions, 2 deletions
diff --git a/lib/orber/doc/src/notes.xml b/lib/orber/doc/src/notes.xml index 35ee5e35dd..72cd808d20 100644 --- a/lib/orber/doc/src/notes.xml +++ b/lib/orber/doc/src/notes.xml @@ -32,7 +32,29 @@ <file>notes.xml</file> </header> - <section><title>Orber 3.6.23</title> + <section><title>Orber 3.6.24</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix number of arguments in orber dbg printout</p> + <p> + Own Id: OTP-9887</p> + </item> + <item> + <p> The descriptions of <c>ssl_server_options</c> and + <c>ssl_client_options</c> are corrected.<br/> Seq. Id: + seq12018 </p> + <p> + Own Id: OTP-9966 Aux Id: OTP-9773 </p> + </item> + </list> + </section> + +</section> + +<section><title>Orber 3.6.23</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/orber/vsn.mk b/lib/orber/vsn.mk index 0eac1e1410..f891440600 100644 --- a/lib/orber/vsn.mk +++ b/lib/orber/vsn.mk @@ -1,3 +1,3 @@ -ORBER_VSN = 3.6.23 +ORBER_VSN = 3.6.24 |