diff options
author | Micael Karlberg <[email protected]> | 2011-11-25 19:39:19 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-25 19:39:19 +0100 |
commit | 4062174a7e1f5aa06fd7e125250a125d4cf1f73e (patch) | |
tree | 3f2cb6e686f5ea4ef8e952c6b6d23e084ac5203c /lib/snmp/doc/src/notes.xml | |
parent | 3870fd90dd25c637f737bf09d1854a5c12f308c8 (diff) | |
parent | 7e2d9ae8e32310d56311f11261159f0b8aa512f9 (diff) | |
download | otp-4062174a7e1f5aa06fd7e125250a125d4cf1f73e.tar.gz otp-4062174a7e1f5aa06fd7e125250a125d4cf1f73e.tar.bz2 otp-4062174a7e1f5aa06fd7e125250a125d4cf1f73e.zip |
Merge branch 'bmk/snmp/agent/trapsending_from_subagents/OTP-9745' into bmk/snmp/snmp4213_integration
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index decde4746a..6699387dea 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -33,6 +33,55 @@ </header> <section> + <title>SNMP Development Toolkit 4.21.3</title> + <p>Version 4.21.3 supports code replacement in runtime from/to + version 4.21.2, 4.21.1, 4.21, 4.20.1, 4.20 and 4.19. </p> + + <section> + <title>Improvements and new features</title> + <p>-</p> + +<!-- + <list type="bulleted"> + <item> + <p>Bad note store GC timer deactivation. + Wrong field in the state record was set (timeout instead active). </p> + <p>Stefan Grundmann</p> + <p>Own Id: OTP-9690</p> + </item> + + </list> +--> + + </section> + + <section> + <title>Fixed Bugs and Malfunctions</title> +<!-- + <p>-</p> +--> + + <list type="bulleted"> + <item> + <p>[agent] Version 4.20 introduced a change that broke trap + sending from subagents. Due to a bug in the test code, + this was not discovered, until that bug was fixed. </p> + <p>Own Id: OTP-9745</p> + </item> + + </list> + </section> + + + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> + + </section> <!-- 4.21.3 --> + + + <section> <title>SNMP Development Toolkit 4.21.2</title> <p>Version 4.21.2 supports code replacement in runtime from/to version 4.21.1, 4.21, 4.20.1, 4.20 and 4.19. </p> |