diff options
author | Micael Karlberg <[email protected]> | 2011-11-09 14:05:51 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-09 14:05:51 +0100 |
commit | b27432ee4f0d0809ea668cd9e4fcb4f601652cbd (patch) | |
tree | 6b38ffc73fcd2af81c9ee988a485f91073f410e9 /lib/snmp/doc | |
parent | f561a98a9b89738467b52ab5213562de753f6ad2 (diff) | |
download | otp-b27432ee4f0d0809ea668cd9e4fcb4f601652cbd.tar.gz otp-b27432ee4f0d0809ea668cd9e4fcb4f601652cbd.tar.bz2 otp-b27432ee4f0d0809ea668cd9e4fcb4f601652cbd.zip |
Bad note store GC timer deactivation.
Wrong field in the state record was set (timeout instead active).
Stefan Grundmann
OTP-9690
Diffstat (limited to 'lib/snmp/doc')
-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 9e1a060dee..decde4746a 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.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> + + <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>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>Incompatibilities</title> + <p>-</p> + </section> + + </section> <!-- 4.21.2 --> + + + <section> <title>SNMP Development Toolkit 4.21.1</title> <p>Version 4.21.1 supports code replacement in runtime from/to version 4.20.1, 4.20 and 4.19. </p> |