diff options
author | Erlang/OTP <[email protected]> | 2019-04-23 17:38:37 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-23 17:38:37 +0200 |
commit | 425889ba69b69a9b6fb14bfbef121d51b78e853a (patch) | |
tree | b6f7544d61dbec9097384639bd43990f7e1baa7e /lib/os_mon | |
parent | 93ec8bb2dbba9456395a54551fe9f1e0f86184b1 (diff) | |
download | otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.tar.gz otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.tar.bz2 otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.zip |
Prepare release
Diffstat (limited to 'lib/os_mon')
-rw-r--r-- | lib/os_mon/doc/src/notes.xml | 29 | ||||
-rw-r--r-- | lib/os_mon/vsn.mk | 2 |
2 files changed, 30 insertions, 1 deletions
diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index 64e9f281e3..1f169263e9 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -31,6 +31,35 @@ </header> <p>This document describes the changes made to the OS_Mon application.</p> +<section><title>Os_Mon 2.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix typespec of <c>cpu_sup:util()</c>.</p> + <p> + Own Id: OTP-15770 Aux Id: PR-2208 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The application otp_mibs has been removed from OTP. Some + of its components (mibs) have been moved to other apps + (snmp), or removed completely (os_mon).</p> + <p> + Own Id: OTP-14984 Aux Id: OTP-15329 </p> + </item> + </list> + </section> + +</section> + <section><title>Os_Mon 2.4.7</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/os_mon/vsn.mk b/lib/os_mon/vsn.mk index 9713f6bc6b..845443d329 100644 --- a/lib/os_mon/vsn.mk +++ b/lib/os_mon/vsn.mk @@ -1 +1 @@ -OS_MON_VSN = 2.4.7 +OS_MON_VSN = 2.5 |