aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-09-18 12:09:09 +0200
committerRickard Green <[email protected]>2014-09-18 12:12:20 +0200
commitea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0 (patch)
treecea7c03eccf3c20d3ffeab49d034d600429a1dbd
parent743ed31108ee555db18d9833186865e85e34333e (diff)
downloadotp-ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0.tar.gz
otp-ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0.tar.bz2
otp-ea9f4a2e6b0d6683c97e8015abf9c0a50228b2e0.zip
Add missing release notes
-rw-r--r--lib/ose/doc/src/notes.xml44
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>