From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/os_mon/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ lib/os_mon/vsn.mk | 2 +- 2 files changed, 30 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 1062b07dfd..3b5dbe3146 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -30,6 +30,35 @@

This document describes the changes made to the OS_Mon application.

+
Os_Mon 2.2.6 + +
Fixed Bugs and Malfunctions + + +

+ Add NetBSD support to memsup and disksup (Thanks to + Andrew Thompson)

+

+ Own Id: OTP-9216

+
+ +

+ Add support for DragonFlyBSD to memsup

+

+ DragonFly was partially supported by os_mon already but + when trying to start the os_mon application it'd crash + with an error about an unknown operating system in + memsup. This patch changes memsup to use the FreeBSD + sysctl method to get memory information when on + DragonFly. (Thanks to Andrew Thompson )

+

+ Own Id: OTP-9217

+
+
+
+ +
+
Os_Mon 2.2.5
Improvements and New Features diff --git a/lib/os_mon/vsn.mk b/lib/os_mon/vsn.mk index ecc47e70d8..2d583a398b 100644 --- a/lib/os_mon/vsn.mk +++ b/lib/os_mon/vsn.mk @@ -1 +1 @@ -OS_MON_VSN = 2.2.5 +OS_MON_VSN = 2.2.6 -- cgit v1.2.3