diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-09-04 10:11:39 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-09-04 10:11:39 +0200 |
commit | 0dca4bcf9eb70a567c617ebc1b2da15057ad3806 (patch) | |
tree | 9b07bc16a39ffaaa992a32d419b6a4e53ad6f7e6 /lib/os_mon | |
parent | 94fa6d2fcf729d3df37a4e8dc4e369bf444ea55a (diff) | |
parent | 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 (diff) | |
download | otp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.tar.gz otp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.tar.bz2 otp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.zip |
Merge tag 'OTP_R15B02'
The R15B02 release
Diffstat (limited to 'lib/os_mon')
-rw-r--r-- | lib/os_mon/doc/src/notes.xml | 21 | ||||
-rw-r--r-- | lib/os_mon/vsn.mk | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index 8151edd2ac..061183e51c 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -30,6 +30,27 @@ </header> <p>This document describes the changes made to the OS_Mon application.</p> +<section><title>Os_Mon 2.2.10</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Infinity timeout added to internal calls in disksup to + allow it to work properly under very heavy load.</p> + <p> + Own Id: OTP-10100</p> + </item> + <item> + <p>Clarify error messages from os_mon port programs</p> + <p> + Own Id: OTP-10161</p> + </item> + </list> + </section> + +</section> + <section><title>Os_Mon 2.2.9</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/os_mon/vsn.mk b/lib/os_mon/vsn.mk index b92bdf3c1a..180906127c 100644 --- a/lib/os_mon/vsn.mk +++ b/lib/os_mon/vsn.mk @@ -1 +1 @@ -OS_MON_VSN = 2.2.9 +OS_MON_VSN = 2.2.10 |