1 OTP_Mibs Release Notes
This document describes the changes made to the OTP_Mibs application.
1.1 Otp_Mibs 1.1.1
Improvements and New Features
-
Internal changes
Own Id: OTP-13551
1.2 Otp_Mibs 1.1
Improvements and New Features
-
Change license text from Erlang Public License to Apache Public License v2
Own Id: OTP-12845
1.3 Otp_Mibs 1.0.10
Fixed Bugs and Malfunctions
-
Make sure the clean rule for ssh, ssl, eunit and otp_mibs actually removes generated files.
Own Id: OTP-12200
1.4 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
1.5 Otp_Mibs 1.0.8
Improvements and New Features
-
Misc build updates
Own Id: OTP-10784
1.6 Otp_Mibs 1.0.7
Improvements and New Features
-
Tuple funs (a two-element tuple with a module name and a function) are now officially deprecated and will be removed in R16. Use 'fun M:F/A' instead. To make you aware that your system uses tuple funs, the very first time a tuple fun is applied, a warning will be sent to the error logger.
Own Id: OTP-9649
1.7 Otp_Mibs 1.0.6
Improvements and New Features
-
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
1.8 Otp_Mibs 1.0.5
Improvements and New Features
-
The copyright notices have been updated.
Own Id: OTP-7851
1.9 Otp_Mibs 1.0.4.1
Improvements and New Features
-
Minor Makefile changes.
Own Id: OTP-6689
1.10 OTP_Mibs 1.0.4
Improvements and New Features
-
Replaced calls to deprecated functions in snmp with calls to the equivalent functions in snmpa.
Own Id: OTP-6112
1.11 OTP_Mibs 1.0.3
Improvements and New Features
-
The otp_mib module has been cleaned up to improve the maintainability. It should have no effect on the functionality of the OTP_Mibs application.
Own Id: OTP-4982
1.12 OTP_Mibs 1.0.2
Fixed Bugs and Malfunctions
-
Incorrect .app file (missing mandatory registered).
Own Id: OTP-4823 Aux Id: Seq8145, OTP-4801
1.13 OTP_Mibs 1.0.1
Fixed Bugs and Malfunctions
-
Missing .app and appup files in ebin.
Own Id: OTP-4801 Aux Id: Seq8145
1.14 OTP_Mibs 1.0
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