diff options
author | Erlang/OTP <[email protected]> | 2011-07-12 15:45:35 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-07-12 15:45:35 +0200 |
commit | 9e2b8f8ab28cb74be951945ac4ea1df1f8bb0960 (patch) | |
tree | 7d924063c62bf29a9697c60643df5b023734feed /lib/snmp/doc/src | |
parent | d328f453e7cd6e24856b0c80e0b8c4ed6def5461 (diff) | |
parent | 8c4b1a7189b918a298e81014b3309e8d129aeed9 (diff) | |
download | otp-9e2b8f8ab28cb74be951945ac4ea1df1f8bb0960.tar.gz otp-9e2b8f8ab28cb74be951945ac4ea1df1f8bb0960.tar.bz2 otp-9e2b8f8ab28cb74be951945ac4ea1df1f8bb0960.zip |
Merge branch 'bmk/snmp/agent/wrong_default_transport_domain/OTP-9425' into maint-r14
* bmk/snmp/agent/wrong_default_transport_domain/OTP-9425:
[agent] Did not handle transport domains properly in some cases, for instance trap sending. OTP-9400
[agent] Wrong default transport domain, snmpUDPDomain, instead of transportDomainUdpIpv4.
[agent] Did not handle transport domains properly in some cases, for instance trap sending.
Diffstat (limited to 'lib/snmp/doc/src')
-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 6a20d8ee3a..cf9d2b3834 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -33,6 +33,57 @@ </header> <section> + <title>SNMP Development Toolkit 4.20.1</title> + <p>Version 4.20.1 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>Added type specs for functions that do not return. </p> + <p>Kostis Sagonas</p> + <p>Own Id: OTP-9208</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, + for instance trap sending. </p> + <p>Own Id: OTP-9400</p> + </item> + + <item> + <p>[agent] Wrong default transport domain, snmpUDPDomain, instead + of transportDomainUdpIpv4. </p> + <p>Own Id: OTP-9425</p> + <p>Aux Id: Seq 11874</p> + </item> + + </list> + </section> + + + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> + + </section> <!-- 4.20.1 --> + + + <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> |