diff options
author | Rickard Green <[email protected]> | 2014-09-18 12:09:09 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-09-18 12:12:20 +0200 |
commit | ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0 (patch) | |
tree | cea7c03eccf3c20d3ffeab49d034d600429a1dbd /lib/ose/doc | |
parent | 743ed31108ee555db18d9833186865e85e34333e (diff) | |
download | otp-ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0.tar.gz otp-ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0.tar.bz2 otp-ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0.zip |
Add missing release notes
Diffstat (limited to 'lib/ose/doc')
-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> |