diff options
author | Micael Karlberg <[email protected]> | 2011-07-01 15:03:45 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-12 11:22:17 +0200 |
commit | c2fd15250bd60e55d9f330082781bf5f45783f0a (patch) | |
tree | 933dc254bbdd677cf17f800093bdeb9b8c137abc /lib/snmp/doc | |
parent | 202c1ab21560e095bc3f5f28028f4a4af6d73cc6 (diff) | |
download | otp-c2fd15250bd60e55d9f330082781bf5f45783f0a.tar.gz otp-c2fd15250bd60e55d9f330082781bf5f45783f0a.tar.bz2 otp-c2fd15250bd60e55d9f330082781bf5f45783f0a.zip |
[agent] Did not handle transport domains properly in some cases.
OTP-9400
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 6a20d8ee3a..8e6b05bb90 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -33,6 +33,63 @@ </header> <section> + <title>SNMP Development Toolkit 4.21</title> + <p>Version 4.21 supports code replacement in runtime from/to + version 4.20, 4.19 and 4.18.</p> + + <section> + <title>Improvements and new features</title> + <p>-</p> +<!-- + <list type="bulleted"> + <item> + <p>[manager] Added a "complete" set of (snmp) table and variable + print functions, for each mib handled by the SNMP (agent) + application. This will be usefull when debugging a running agent.</p> + <p>See + <seealso marker="snmpa#print_mib_info">print_mib_info/0</seealso>, + <seealso marker="snmpa#print_mib_tables">print_mib_tables/0</seealso> + and + <seealso marker="snmpa#print_mib_variables">print_mib_variables/0</seealso> + for more info. </p> + <p>Own Id: OTP-8977</p> + </item> + + <item> + <p>[compiler] Added a MIB compiler (frontend) escript, + <c>snmpc</c>. </p> + <p>Own Id: OTP-9004</p> + </item> + + </list> +--> + </section> + + <section> + <title>Fixed Bugs and Malfunctions</title> +<!-- + <p>-</p> +--> + <list type="bulleted"> + <item> + <p>[agent] Did not handle transport domains properly in some + cases. </p> + <p>Own Id: OTP-9400</p> + </item> + + </list> + </section> + + + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> + + </section> <!-- 4.21 --> + + + <section> <title>SNMP Development Toolkit 4.20</title> <p>Version 4.20 supports code replacement in runtime from/to version 4.19 and 4.18.</p> |