20042016 Ericsson AB. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. OTP_Mibs Release Notes otp_appnotes nil nil nil notes.xml

This document describes the changes made to the OTP_Mibs application.

Otp_Mibs 1.1.1
Improvements and New Features

Internal changes

Own Id: OTP-13551

Otp_Mibs 1.1
Improvements and New Features

Change license text from Erlang Public License to Apache Public License v2

Own Id: OTP-12845

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

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

Misc build updates

Own Id: OTP-10784

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

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

Otp_Mibs 1.0.5
Improvements and New Features

The copyright notices have been updated.

Own Id: OTP-7851

Otp_Mibs 1.0.4.1
Improvements and New Features

Minor Makefile changes.

Own Id: OTP-6689

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

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

OTP_Mibs 1.0.2
Fixed Bugs and Malfunctions

Incorrect .app file (missing mandatory registered).

Own Id: OTP-4823 Aux Id: Seq8145, OTP-4801

OTP_Mibs 1.0.1
Fixed Bugs and Malfunctions

Missing .app and appup files in ebin.

Own Id: OTP-4801 Aux Id: Seq8145

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