diff options
author | Micael Karlberg <[email protected]> | 2011-05-16 10:56:28 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-05-16 10:56:28 +0200 |
commit | e375165f6421c86fb245843d787e021d5b7dd00d (patch) | |
tree | 23b214e2b53a72677aa27de1c8b774eebbcb2537 /lib | |
parent | 3e907e4468651206b8c6c97290e37a5a82102e2f (diff) | |
parent | 2f53cae005b91e09969a715978e4001fc04cb668 (diff) | |
download | otp-e375165f6421c86fb245843d787e021d5b7dd00d.tar.gz otp-e375165f6421c86fb245843d787e021d5b7dd00d.tar.bz2 otp-e375165f6421c86fb245843d787e021d5b7dd00d.zip |
OTP-9022: Moved release notes entry from the "Improvements..."
section to the "Fixed..." section.
Merge branch 'bmk/snmp/snmp420_integration' into dev
Diffstat (limited to 'lib')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index c1debd42b1..6a20d8ee3a 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -44,15 +44,6 @@ --> <list type="bulleted"> <item> - <p>Fixed endode/decode of values of type <c>Counter32</c>. </p> - <p>This type (<c>Counter32</c>) is an unsigned integer 32, - but is actually encoded as an signed integer 32. - The encode/decode functions however, treated it as if it was - encodeded as an unsigned integer 32. </p> - <p>Own Id: OTP-9022</p> - </item> - - <item> <p>[agent] Added support for sending traps to IPv6 targets. </p> <p>See the <seealso marker="snmp_agent_config_files#target_addr">target address config file</seealso>, @@ -125,19 +116,21 @@ <section> <title>Fixed Bugs and Malfunctions</title> - <p>-</p> <!-- + <p>-</p> +--> + <list type="bulleted"> <item> - <p>[agent] For the table vacmAccessTable, - when performing the is_set_ok and set operation(s), - all values of the vacmAccessSecurityModel column was - incorrectly translated to <c>any</c>. </p> - <p>Own Id: OTP-8980</p> - </item> + <p>Fixed endode/decode of values of type <c>Counter32</c>. </p> + <p>This type (<c>Counter32</c>) is an unsigned integer 32, + but is actually encoded as an signed integer 32. + The encode/decode functions however, treated it as if it was + encodeded as an unsigned integer 32. </p> + <p>Own Id: OTP-9022</p> + </item> </list> ---> </section> |