From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/os_mon/doc/src/notes.xml | 28 ++++++++++++++++++++++++++++ lib/os_mon/vsn.mk | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'lib/os_mon') diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index 6bc0cf7d43..d3acc1effc 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -30,6 +30,34 @@

This document describes the changes made to the OS_Mon application.

+
Os_Mon 2.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Do not crash with badmatch when integer part of loadavg + has more than 2 digits.

+

+ Own Id: OTP-12581

+
+
+
+ + +
Improvements and New Features + + +

+ Fix compilation of memsup on OpenBSD.

+

+ Own Id: OTP-12404

+
+
+
+ +
+
Os_Mon 2.3
Improvements and New Features diff --git a/lib/os_mon/vsn.mk b/lib/os_mon/vsn.mk index f90cc306f0..833e855e0e 100644 --- a/lib/os_mon/vsn.mk +++ b/lib/os_mon/vsn.mk @@ -1 +1 @@ -OS_MON_VSN = 2.3 +OS_MON_VSN = 2.3.1 -- cgit v1.2.3