diff options
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index e9c7bef68f..f84991aa79 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="latin1" ?> +<?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> @@ -35,10 +35,13 @@ <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, 4.17.</p> + version 4.18, 4.17.1 and 4.17.</p> <section> <title>Improvements and new features</title> +<!-- + <p>-</p> +--> <list type="bulleted"> <item> <p>[compiler] Added support for the textual convention @@ -59,17 +62,42 @@ options. </p> <p>Own Id: OTP-8966</p> </item> + + <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>Fixed Bugs and Malfunctions</title> + <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.19 --> + <section><title>SNMP 4.18</title> + <section> + <title>Improvements and new features</title> + <p>-</p> + </section> <section><title>Fixed Bugs and Malfunctions</title> <list> @@ -79,6 +107,10 @@ </list> </section> + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> </section> <!-- 4.18 --> <section> @@ -96,7 +128,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> |