diff options
author | Erlang/OTP <[email protected]> | 2013-09-27 17:16:02 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-09-27 17:16:02 +0200 |
commit | abac2eda110a33d8310c0f9cc152d91de37f731d (patch) | |
tree | 343ef2f7dc4767e8c26c72bfe93610c6eefa41d7 /erts | |
parent | 703102398fb204bbb606a2d08b70a0f15e94a3e6 (diff) | |
download | otp-abac2eda110a33d8310c0f9cc152d91de37f731d.tar.gz otp-abac2eda110a33d8310c0f9cc152d91de37f731d.tar.bz2 otp-abac2eda110a33d8310c0f9cc152d91de37f731d.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 24 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 25 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 77ffeefd04..b25e4ccbec 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,30 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.10.3.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Memory allocators will be able to create <c>sys_alloc</c> + carriers as fallback, if <c>mseg_alloc</c> cannot create + more carriers, on systems with <c>posix_memalign()</c> + support. This is similar to how it worked in pre-R16 + releases.</p> + <p> + Windows systems will create carriers using + <c>_aligned_malloc()</c> and can by this use the new + optimized allocator header scheme introduced in R16 on + other platforms.</p> + <p> + Own Id: OTP-11318</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.10.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index e235c50f0b..6ebdcdbc85 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.10.3 +VSN = 5.10.3.1 SYSTEM_VSN = R16B02 # Port number 4365 in 4.2 |