diff options
| author | Erlang/OTP <[email protected]> | 2010-10-21 12:09:29 +0200 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2010-10-21 12:09:29 +0200 | 
| commit | 1419cda9991775c51a931ef63a51da477391722c (patch) | |
| tree | 267f80eee832f57bd6686188cf41c4865dddcd04 | |
| parent | 7343ad05132654c2b5b8366d05991128a28a9a01 (diff) | |
| download | otp-1419cda9991775c51a931ef63a51da477391722c.tar.gz otp-1419cda9991775c51a931ef63a51da477391722c.tar.bz2 otp-1419cda9991775c51a931ef63a51da477391722c.zip | |
Prepare release
| -rw-r--r-- | erts/doc/src/notes.xml | 29 | ||||
| -rw-r--r-- | erts/vsn.mk | 2 | ||||
| -rw-r--r-- | lib/kernel/doc/src/notes.xml | 23 | ||||
| -rw-r--r-- | lib/kernel/vsn.mk | 2 | 
4 files changed, 54 insertions, 2 deletions
| diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 532ebc29e2..1703ce0942 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,35 @@    </header>    <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.8.1.2</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +	    <p> Fix that the documentation top index generator can +	    handle an Ericsson internal application group. </p> +          <p> +	    Own Id: OTP-8875</p> +        </item> +        <item> +	    <p>In embedded mode, on_load handlers that called +	    <c>code:priv_dir/1</c> or other functions in <c>code</c> +	    would hang the system. Since the <c>crypto</c> +	    application now contains an on_loader handler that calls +	    <c>code:priv_dir/1</c>, including the <c>crypto</c> +	    application in the boot file would prevent the system +	    from starting.</p> +	    <p>Also extended the <c>-init_debug</c> option to print +	    information about on_load handlers being run to +	    facilitate debugging.</p> +          <p> +	    Own Id: OTP-8902 Aux Id: seq11703 </p> +        </item> +      </list> +    </section> + +</section> +  <section><title>Erts 5.8.1.1</title>      <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index af9744f012..9f1f1e1998 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@  # %CopyrightEnd%  #  -VSN = 5.8.1.1 +VSN = 5.8.1.2  SYSTEM_VSN = R14B  # Port number 4365 in 4.2 diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 9859183390..edd6ea52b0 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,29 @@    </header>    <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 2.14.1.1</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +	    <p>In embedded mode, on_load handlers that called +	    <c>code:priv_dir/1</c> or other functions in <c>code</c> +	    would hang the system. Since the <c>crypto</c> +	    application now contains an on_loader handler that calls +	    <c>code:priv_dir/1</c>, including the <c>crypto</c> +	    application in the boot file would prevent the system +	    from starting.</p> +	    <p>Also extended the <c>-init_debug</c> option to print +	    information about on_load handlers being run to +	    facilitate debugging.</p> +          <p> +	    Own Id: OTP-8902 Aux Id: seq11703 </p> +        </item> +      </list> +    </section> + +</section> +  <section><title>Kernel 2.14.1</title>      <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index 651d082379..802e326f7c 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 2.14.1 +KERNEL_VSN = 2.14.1.1 | 
