diff options
author | Micael Karlberg <[email protected]> | 2011-07-08 15:39:52 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-08 15:39:52 +0200 |
commit | 8c4b1a7189b918a298e81014b3309e8d129aeed9 (patch) | |
tree | 3e4b24ae293c492aca5e2c0213cad05ec12d8509 /lib/snmp/doc | |
parent | 1caa7dd1b8df39d487c43a5c11987fbcc4640529 (diff) | |
download | otp-8c4b1a7189b918a298e81014b3309e8d129aeed9.tar.gz otp-8c4b1a7189b918a298e81014b3309e8d129aeed9.tar.bz2 otp-8c4b1a7189b918a298e81014b3309e8d129aeed9.zip |
[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.
OTP-9425
Diffstat (limited to 'lib/snmp/doc')
-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> |