diff options
author | Micael Karlberg <[email protected]> | 2011-09-05 11:42:42 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-05 11:42:42 +0200 |
commit | 4a58f611253c6c17e6183c013f2f766d6beb4cca (patch) | |
tree | 307b5b992185582beda968c2b740d490b9410af0 /lib/snmp/doc/src/notes.xml | |
parent | 7db84033da5880f2e3501865749a8c166fe2d358 (diff) | |
parent | 5f2fbdd95ed577b50f1d14ed490c1f2417350d69 (diff) | |
download | otp-4a58f611253c6c17e6183c013f2f766d6beb4cca.tar.gz otp-4a58f611253c6c17e6183c013f2f766d6beb4cca.tar.bz2 otp-4a58f611253c6c17e6183c013f2f766d6beb4cca.zip |
Merge branch 'bmk/snmp/compiler/wrong_variable_name/OTP-9447' into bmk/snmp/snmp4211_integration
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 4178192120..4272e02b45 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -44,6 +44,57 @@ --> <list type="bulleted"> <item> + <p>[compiler] Used wrong variable name (for + warnings-as-errors variable), which caused the + compiler to crash when using the snmpc (e)script. </p> + <p>Also added the option + <seealso marker="snmpc(command)#option_werror">--Werror</seealso> + for the SNMP MIB compiler (escript) frontend (to mimic + <seealso marker="erts:erlc">erlc</seealso>), + which specifies whether warnings should be treated as errors. </p> + <p>Own Id: OTP-9447</p> + </item> + </list> + + </section> + + <section> + <title>Fixed Bugs and Malfunctions</title> + <p>-</p> + +<!-- + <list type="bulleted"> + <item> + <p>The snmp config tool could not handle (manager) audit trail config + because the option seqno was not handled. </p> + <p>Own Id: OTP-9354</p> + </item> + + </list> +--> + </section> + + + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> + + </section> <!-- 4.21.1 --> + + + <section> + <title>SNMP Development Toolkit 4.21</title> + <p>Version 4.21 supports code replacement in runtime from/to + version 4.20.1, 4.20 and 4.19. </p> + + <section> + <title>Improvements and new features</title> +<!-- + <p>-</p> +--> + <list type="bulleted"> + <item> <p>[manager] There was no way to specify transport domain. The transport domains was assumed to be IPv4 (transportDomainUdpIpv4). This has now been changed so that it can also be IPv6 |