diff options
author | Micael Karlberg <[email protected]> | 2011-12-07 15:56:14 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-05 15:12:26 +0100 |
commit | ca63da8646adc2eeb514d6f19943bda9deaf7b39 (patch) | |
tree | dff73521e560fd8b7688fbbff21a695d07fd8488 /lib/snmp/doc/src/notes.xml | |
parent | 021d5c2e49e623d4f43c0cc88a097bc99f3564e6 (diff) | |
download | otp-ca63da8646adc2eeb514d6f19943bda9deaf7b39.tar.gz otp-ca63da8646adc2eeb514d6f19943bda9deaf7b39.tar.bz2 otp-ca63da8646adc2eeb514d6f19943bda9deaf7b39.zip |
[snmp/agent] Removed use of old style tuple funs
OTP-9783
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 022c0c81a9..0f769bd2f7 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -33,6 +33,64 @@ </header> <section> + <title>SNMP Development Toolkit 4.22</title> + <p>Version 4.22 supports code replacement in runtime from/to + version 4.21.3, 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>[agent] Removed use of old style tuple funs. </p> + <p>Own Id: OTP-9779</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> + +<!-- + <list type="bulleted"> + <item> + <p>[compiler] foo bar. </p> + <p>Own Id: OTP-9718</p> + </item> + </list> +--> + + </section> + + </section> <!-- 4.22 --> + + + <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> |