diff options
author | Erlang/OTP <[email protected]> | 2014-09-29 08:59:44 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-09-29 08:59:44 +0200 |
commit | fc8edf6036ac337d444794755c6f67b0735adc01 (patch) | |
tree | c6ec4b6a02ca5c3468bc64316c46a7c8449776b2 | |
parent | 932a9904f1ef192c2f32b32ec8bbae1bb9a333e5 (diff) | |
parent | ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0 (diff) | |
download | otp-fc8edf6036ac337d444794755c6f67b0735adc01.tar.gz otp-fc8edf6036ac337d444794755c6f67b0735adc01.tar.bz2 otp-fc8edf6036ac337d444794755c6f67b0735adc01.zip |
Merge branch 'rickard/ose-relnotes/OTP-12177' into maint-17
* rickard/ose-relnotes/OTP-12177:
Add missing release notes
-rw-r--r-- | lib/ose/doc/src/notes.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/lib/ose/doc/src/notes.xml b/lib/ose/doc/src/notes.xml index 760b92feed..42d41a7fa1 100644 --- a/lib/ose/doc/src/notes.xml +++ b/lib/ose/doc/src/notes.xml @@ -30,4 +30,48 @@ </header> <p>This document describes the changes made to the OSE application.</p> +<section><title>Ose 1.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix some spelling mistakes in documentation</p> + <p> + Own Id: OTP-12152</p> + </item> + </list> + </section> + +</section> + +<section><title>Ose 1.0</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Erlang/OTP has been ported to the realtime operating + system OSE. The port supports both smp and non-smp + emulator. For details around the port and how to started + see the User's Guide in the <seealso + marker="ose:ose_intro">ose</seealso> application. </p> + <p> + Note that not all parts of Erlang/OTP has been ported. </p> + <p> + Notable things that work are: non-smp and smp emulators, + OSE signal interaction, crypto, asn1, run_erl/to_erl, + tcp, epmd, distribution and most if not all non-os + specific functionality of Erlang.</p> + <p> + Notable things that does not work are: udp/sctp, os_mon, + erl_interface, binding of schedulers.</p> + <p> + Own Id: OTP-11334</p> + </item> + </list> + </section> + +</section> + </chapter> |