1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
<TITLE>OTP_Mibs Release Notes</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="1"><!-- Empty --></A>
<H2>1 OTP_Mibs Release Notes</H2>
<P>This document describes the changes made to the OTP_Mibs
application.<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 OTP_Mibs 1.0.4</H3>
<A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Replaced calls to deprecated functions in <CODE>snmp</CODE>
with calls to the equivalent functions in <CODE>snmpa</CODE>.<BR>
Own Id: OTP-6112<BR>
</LI>
</UL>
<A NAME="1.2"><!-- Empty --></A>
<H3>1.2 OTP_Mibs 1.0.3</H3>
<A NAME="1.2.1"><!-- Empty --></A>
<H4>1.2.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
The <CODE>otp_mib</CODE> module has been cleaned up to improve the
maintainability. It should have no effect on the
functionality of the OTP_Mibs application.<BR>
Own Id: OTP-4982<BR>
</LI>
</UL>
<A NAME="1.3"><!-- Empty --></A>
<H3>1.3 OTP_Mibs 1.0.2</H3>
<A NAME="1.3.1"><!-- Empty --></A>
<H4>1.3.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Incorrect <CODE>.app</CODE> file (missing mandatory
<CODE>registered</CODE>).<BR>
Own Id: OTP-4823 Aux Id: Seq8145, OTP-4801 <BR>
</LI>
</UL>
<A NAME="1.4"><!-- Empty --></A>
<H3>1.4 OTP_Mibs 1.0.1</H3>
<A NAME="1.4.1"><!-- Empty --></A>
<H4>1.4.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Missing <CODE>.app</CODE> and <CODE>appup</CODE> files in <CODE>ebin</CODE>.
<BR>
Own Id: OTP-4801 Aux Id: Seq8145 <BR>
</LI>
</UL>
<A NAME="1.5"><!-- Empty --></A>
<H3>1.5 OTP_Mibs 1.0</H3>
<P> 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.
<P> Own Id: OTP-4686<CENTER>
<HR>
<SMALL>
Copyright © 1991-2006
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|