This document describes the changes made to the OTP_Mibs application.
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:
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
Misc build updates
Own Id: OTP-10784
Tuple funs (a two-element tuple with a module name and a
function) are now officially deprecated and will be
removed in R16. Use '
Own Id: OTP-9649
The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.
Own Id: OTP-8201
The copyright notices have been updated.
Own Id: OTP-7851
Minor Makefile changes.
Own Id: OTP-6689
Replaced calls to deprecated functions in
Own Id: OTP-6112
The
Own Id: OTP-4982
Incorrect
Own Id: OTP-4823 Aux Id: Seq8145, OTP-4801
Missing
Own Id: OTP-4801 Aux Id: Seq8145
The OTP mibs that where included in the SASL application have been moved to this new application OTP_Mibs. The OTP mibs had no real connection to SASL and it is desirable that the core of Erlang/OTP is not dependent on SNMP.
Own Id: OTP-4686