diff options
author | Rickard Green <[email protected]> | 2017-05-10 14:47:19 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-05-10 16:55:27 +0200 |
commit | 8936183f86579acfbbcf061431d049755aa2ae54 (patch) | |
tree | 32539c5eabfb0033800142da9a8d572bb791d498 | |
parent | 1c5832cbfb8a965c8de9ca072361f3661cdfaea2 (diff) | |
download | otp-8936183f86579acfbbcf061431d049755aa2ae54.tar.gz otp-8936183f86579acfbbcf061431d049755aa2ae54.tar.bz2 otp-8936183f86579acfbbcf061431d049755aa2ae54.zip |
Prepare release
-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 a726cc7b97..1b8fc59762 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,30 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 7.2.1.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Introduced new statistics functionality in order to + more efficiently retrieve information about run able and + active processes and ports. For more information see:</p> + <list> <item><seealso + marker="erlang#statistics_total_run_queue_lengths"><c>statistics(total_run_queue_lengths)</c></seealso></item> + <item><seealso + marker="erlang#statistics_run_queue_lengths"><c>statistics(run_queue_lengths)</c></seealso></item> + <item><seealso + marker="erlang#statistics_total_active_tasks"><c>statistics(total_active_tasks)</c></seealso></item> + <item><seealso + marker="erlang#statistics_active_tasks"><c>statistics(active_tasks)</c></seealso></item> + </list> + <p> + Own Id: OTP-13201</p> + </item> + </list> + </section> + +</section> <section><title>Erts 7.2.1</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 94b5d0b169..6de6b9a82b 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 7.2.1 +VSN = 7.2.1.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |