Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 1151

erlang-doc-R15B-03.3.fc17.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../doc/otp_doc.css" type="text/css">
<title>Erlang -- OTP_Mibs Release Notes</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../../../../doc/js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../../../../doc/js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth ||
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){
                if (obj.addEventListener){
                obj.addEventListener(evType, fn, true);
                return true;
              } else if (obj.attachEvent){
                var r = obj.attachEvent("on"+evType, fn);
                return r;
              } else {
                return false;
              }
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../../../../doc/erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="index.html">Reference Manual</a><br><a href="release_notes.html">Release Notes</a><br><a href="../pdf/otp_mibs-1.0.7.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>OTP_Mibs</strong><br><strong>Release Notes</strong><br><small>Version 1.0.7</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../../../../doc/js/flipmenu"><li id="loadscrollpos" title="OTP_Mibs Release Notes" expanded="true">OTP_Mibs Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Otp_Mibs 1.0.7"><a href="notes.html#id61430">Otp_Mibs 1.0.7</a></li>
<li title="Otp_Mibs 1.0.6"><a href="notes.html#id61464">Otp_Mibs 1.0.6</a></li>
<li title="Otp_Mibs 1.0.5"><a href="notes.html#id60575">Otp_Mibs 1.0.5</a></li>
<li title="Otp_Mibs 1.0.4.1"><a href="notes.html#id60605">Otp_Mibs 1.0.4.1</a></li>
<li title="OTP_Mibs 1.0.4"><a href="notes.html#id60637">OTP_Mibs 1.0.4</a></li>
<li title="OTP_Mibs 1.0.3"><a href="notes.html#id60242">OTP_Mibs 1.0.3</a></li>
<li title="OTP_Mibs 1.0.2"><a href="notes.html#id60279">OTP_Mibs 1.0.2</a></li>
<li title="OTP_Mibs 1.0.1"><a href="notes.html#id57067">OTP_Mibs 1.0.1</a></li>
<li title="OTP_Mibs 1.0"><a href="notes.html#id57111">OTP_Mibs 1.0</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 OTP_Mibs Release Notes</h1>
  
  <p>This document describes the changes made to the OTP_Mibs
    application.</p>

<h3><a name="id61430">1.1 
        Otp_Mibs 1.0.7</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Tuple funs (a two-element tuple with a module name and a
	    function) are now officially deprecated and will be
	    removed in R16. Use '<span class="code">fun M:F/A</span>' 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.</p>
          <p>
	    Own Id: OTP-9649</p>
        </li>
      </ul>
    



<h3><a name="id61464">1.2 
        Otp_Mibs 1.0.6</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    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.</p>
          <p>
	    Own Id: OTP-8201</p>
        </li>
      </ul>
    



<h3><a name="id60575">1.3 
        Otp_Mibs 1.0.5</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p>The copyright notices have been updated.</p>
          <p>
	    Own Id: OTP-7851</p>
        </li>
      </ul>
    



  <h3><a name="id60605">1.4 
        Otp_Mibs 1.0.4.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Minor Makefile changes.</p>
          <p>Own Id: OTP-6689</p>
        </li>
      </ul>
    
  

  <h3><a name="id60637">1.5 
        OTP_Mibs 1.0.4</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Replaced calls to deprecated functions in <span class="code">snmp</span>
            with calls to the equivalent functions in <span class="code">snmpa</span>.</p>
          <p>Own Id: OTP-6112</p>
        </li>
      </ul>
    
  

  <h3><a name="id60242">1.6 
        OTP_Mibs 1.0.3</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>The <span class="code">otp_mib</span> module has been cleaned up to improve the
            maintainability. It should have no effect on the
            functionality of the OTP_Mibs application.</p>
          <p>Own Id: OTP-4982</p>
        </li>
      </ul>
    
  

  <h3><a name="id60279">1.7 
        OTP_Mibs 1.0.2</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Incorrect <span class="code">.app</span> file (missing mandatory
            <span class="code">registered</span>).</p>
          <p>Own Id: OTP-4823 Aux Id: Seq8145, OTP-4801 </p>
        </li>
      </ul>
    
  

  <h3><a name="id57067">1.8 
        OTP_Mibs 1.0.1</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Missing <span class="code">.app</span> and <span class="code">appup</span> files in <span class="code">ebin</span>.</p>
          <p>Own Id: OTP-4801 Aux Id: Seq8145 </p>
        </li>
      </ul>
    
  

  <h3><a name="id57111">1.9 
        OTP_Mibs 1.0</a></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>
    <p>Own Id: OTP-4686</p>
  
</div>
<div class="footer">
<hr>
<p>Copyright © 2003-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>