diff options
author | Henrik Nord <[email protected]> | 2018-12-11 10:11:27 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-12-11 10:11:27 +0100 |
commit | bdbea55aa52890ebb42459d726464e5a1ee1488b (patch) | |
tree | 372fd0d09ac7bbd8759cee9cfe56fd5619db9da9 /lib/os_mon/doc/src | |
parent | 1fda01cb73f7f22cccf4de29a739397a9b86eda3 (diff) | |
parent | 3825199794da28d79b21052a2e69e2335921d55e (diff) | |
download | otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.tar.gz otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.tar.bz2 otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'lib/os_mon/doc/src')
-rw-r--r-- | lib/os_mon/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index 0910b3c0f3..64e9f281e3 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -31,6 +31,24 @@ </header> <p>This document describes the changes made to the OS_Mon application.</p> +<section><title>Os_Mon 2.4.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Due to <c>/proc</c> restrictions in newer Android + releases enforced by SELinux, cpu_sup is fixed so that it + gets some basic CPU stats using the <c>sysinfo</c> + syscall rather than reading <c>/proc/loadavg</c>.</p> + <p> + Own Id: OTP-15387 Aux Id: PR-1966 </p> + </item> + </list> + </section> + +</section> + <section><title>Os_Mon 2.4.6</title> <section><title>Fixed Bugs and Malfunctions</title> |