diff options
-rw-r--r-- | erts/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 1d3b198f1b..110538f10b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.2.2.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added more statistics for + <c>erlang:system_info({allocator,A})</c> in the <c>mbcs_pool</c> + section. + </p> + <p> + Own Id: OTP-14795 Aux Id: ERL-88 </p> + </item> + </list> + </section> + +</section> <section><title>Erts 8.2.2</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index a0a991f5a9..af95874dbd 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 8.2.2 +VSN = 8.2.2.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |