diff options
author | Micael Karlberg <[email protected]> | 2013-07-03 09:39:40 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-07-03 09:39:40 +0200 |
commit | 7147e7a36b8a22ba6345356aa786029bab66f4e6 (patch) | |
tree | f476b8caf670119ecb96535b63ee743bd1194d55 /lib/snmp/doc/src | |
parent | 8cece79b77952c991e62ae595bcf71cde016a052 (diff) | |
download | otp-7147e7a36b8a22ba6345356aa786029bab66f4e6.tar.gz otp-7147e7a36b8a22ba6345356aa786029bab66f4e6.tar.bz2 otp-7147e7a36b8a22ba6345356aa786029bab66f4e6.zip |
[snmp/agent] Local DB counter increment wrap error
The counter increment function in the local-db was incorrect.
It did not handle counter wrap correctly.
OTP-11192
Diffstat (limited to 'lib/snmp/doc/src')
-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 80de9738f1..40e761b2af 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -34,6 +34,64 @@ <section> + <title>SNMP Development Toolkit 4.24.1</title> + <p>Version 4.24.1 supports code replacement in runtime from/to + version 4.24, 4.23.1 and 4.23. </p> + + <section> + <title>Improvements and new features</title> + <p>-</p> + +<!-- + <list type="bulleted"> + <item> + <p>[agent,manager] Updated to support the new crypto interface. </p> + <p>Own Id: OTP-11009</p> + </item> + + </list> +--> + + </section> + + <section> + <title>Fixed Bugs and Malfunctions</title> +<!-- + <p>-</p> +--> + + <list type="bulleted"> + <item> + <p>[agent] The counter increment function in the local-db was + incorrect. It did not handle counter wrap correctly. </p> + <p>Own Id: OTP-11192</p> + </item> + + </list> + + </section> + + <section> + <title>Incompatibilities</title> + <p>-</p> + +<!-- + <list type="bulleted"> + <item> + <p>[manager] The old Addr-and-Port based API functions, previously + long deprecated and marked for deletion in R16B, has now been + removed. </p> + <p>Own Id: OTP-10027</p> + </item> + + </list> +--> + </section> + + </section> <!-- 4.24.1 --> + + + <section> <title>SNMP Development Toolkit 4.24</title> <p>Version 4.24 supports code replacement in runtime from/to version 4.23.1 and 4.23. </p> |