From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/otp_mibs/doc/src/notes.xml | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'lib/otp_mibs') diff --git a/lib/otp_mibs/doc/src/notes.xml b/lib/otp_mibs/doc/src/notes.xml index 0c13fb2349..391c82b1c5 100644 --- a/lib/otp_mibs/doc/src/notes.xml +++ b/lib/otp_mibs/doc/src/notes.xml @@ -31,6 +31,55 @@

This document describes the changes made to the OTP_Mibs application.

+
Otp_Mibs 1.0.9 + +
Fixed Bugs and Malfunctions + + +

+ Add type based integer value truncation/reset.

+

+ This fixes errors when querying e.g. the + erlNodeReductions, erlNodeInBytes and erlNodeOutBytes + objects in long-running Erlang/OTP systems.

+

+ Update types of applicable MIB objects to 64bit based + types.

+

+ Potential incompatibility: Type change of Counter32 to + Counter64 in OTP-MIB.mib

+

+ (Thanks to Tobias Schlager)

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-11203

+
+ +

+ Application upgrade (appup) files are corrected for the + following applications:

+

+ asn1, common_test, compiler, crypto, debugger, + dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, + inets, observer, odbc, os_mon, otp_mibs, parsetools, + percept, public_key, reltool, runtime_tools, ssh, + syntax_tools, test_server, tools, typer, webtool, wx, + xmerl

+

+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.

+

+ (Thanks to Tobias Schlager)

+

+ Own Id: OTP-11744

+
+
+
+ +
+
Otp_Mibs 1.0.8
Improvements and New Features -- cgit v1.2.3