diff options
| author | Micael Karlberg <[email protected]> | 2010-12-17 10:50:23 +0100 | 
|---|---|---|
| committer | Micael Karlberg <[email protected]> | 2010-12-17 10:50:23 +0100 | 
| commit | dd7ad660645d57201b78b21ecb93c16662345b75 (patch) | |
| tree | e0e290ec618e68979d76e87525a0edb3c9682262 /lib/snmp/doc/src | |
| parent | 059606a330e8e86305699f60de144102560cb57b (diff) | |
| download | otp-dd7ad660645d57201b78b21ecb93c16662345b75.tar.gz otp-dd7ad660645d57201b78b21ecb93c16662345b75.tar.bz2 otp-dd7ad660645d57201b78b21ecb93c16662345b75.zip | |
Prep for dev (notes, vsn.mk and appup).
Diffstat (limited to 'lib/snmp/doc/src')
| -rw-r--r-- | lib/snmp/doc/src/notes.xml | 56 | 
1 files changed, 46 insertions, 10 deletions
| diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 493e7aa092..1a84bad1ad 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -32,23 +32,58 @@      <file>notes.xml</file>    </header> -  <section><title>SNMP 4.18</title> +  <section> +    <title>SNMP Development Toolkit 4.19</title> +    <p>Version 4.19 supports code replacement in runtime from/to +      version 4.18, 4.17.1 and 4.17.</p> + +    <section> +      <title>Improvements and new features</title> +<!-- +      <p>-</p>  +--> +      <list type="bulleted"> +        <item> +          <p>[snmpc] Added a MIB compiler escript,  +	  <seealso marker="snmpc">snmpc</seealso>.</p> +          <p>Own Id: OTP-9004</p> +        </item> +      </list> +    </section> + +    <section> +      <title>Reported Fixed Bugs and Malfunctions</title> +      <p>-</p>  +<!-- +      <list type="bulleted"> +        <item> +          <p>When the function FilterMod:accept_recv/2 +	  returned false the SNMP agent stopped collecting  +	  messages from UDP.</p> +          <p>Own Id: OTP-8761</p> +        </item> +      </list> +--> +    </section> + +    <section> +      <title>Incompatibilities</title> +      <p>-</p> +    </section> +  </section> <!-- 4.17.1 --> + +  <section><title>SNMP 4.18</title>      <section><title>Fixed Bugs and Malfunctions</title>        <list>          <item> -          <p> -	    When the function FilterMod:accept_recv/2 returned false -	    the SNMP agent stopped collecting messages from UDP.</p> -          <p> -	    Own Id: OTP-8761</p> +          <p>Prep for R14B release.</p>          </item>        </list>      </section> +  </section> -</section> - -<section> +  <section>      <title>SNMP Development Toolkit 4.17.1</title>      <p>Version 4.17.1 supports code replacement in runtime from/to        version 4.17, 4.16.2, 4.16.1, 4.16, 4.15, 4.14 and 4.13.5.</p> @@ -63,7 +98,8 @@        <list type="bulleted">          <item>            <p>When the function FilterMod:accept_recv/2 -             returned false the SNMP agent stopped collecting messages from UDP.</p> +	  returned false the SNMP agent stopped collecting  +	  messages from UDP.</p>            <p>Own Id: OTP-8761</p>          </item>        </list> | 
