diff options
author | Erlang/OTP <otp@erlang.org> | 2023-03-06 14:35:25 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2023-03-06 14:35:25 +0100 |
commit | 2970763168b9463eb30a7860d7dc3960136ba092 (patch) | |
tree | e148e34089bc7421e194cb8acc2732900fa4ea73 /lib/os_mon | |
parent | 750a45ea07ebf0a4316fedba36b30b6adf6ab7d5 (diff) | |
download | erlang-2970763168b9463eb30a7860d7dc3960136ba092.tar.gz |
Prepare release
Diffstat (limited to 'lib/os_mon')
-rw-r--r-- | lib/os_mon/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/os_mon/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index 150dd5cbd7..1fac53d330 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the OS_Mon application.</p> +<section><title>Os_Mon 2.8.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The port programs used by <c>cpu_sup</c> and + <c>memsup</c> are now gracefully shut down when + <c>cpu_sup</c> and <c>memsup</c> are shut down.</p> + <p> + Own Id: OTP-18469 Aux Id: PR-6689 </p> + </item> + </list> + </section> + +</section> + <section><title>Os_Mon 2.8</title> <section><title>Improvements and New Features</title> diff --git a/lib/os_mon/vsn.mk b/lib/os_mon/vsn.mk index e5043e204a..9e64a83612 100644 --- a/lib/os_mon/vsn.mk +++ b/lib/os_mon/vsn.mk @@ -1 +1 @@ -OS_MON_VSN = 2.8 +OS_MON_VSN = 2.8.1 |