diff options
author | Micael Karlberg <[email protected]> | 2012-03-09 17:50:51 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-03-09 17:50:51 +0100 |
commit | f77abaa8e8b7d1324f7cb59615caa4fb2a4fa161 (patch) | |
tree | da1cbd76943c14cb5b19791139ec5c7b273ebdcd /lib/snmp/doc | |
parent | 393637b3e917338060658e7d1ea66c5829112c6f (diff) | |
download | otp-f77abaa8e8b7d1324f7cb59615caa4fb2a4fa161.tar.gz otp-f77abaa8e8b7d1324f7cb59615caa4fb2a4fa161.tar.bz2 otp-f77abaa8e8b7d1324f7cb59615caa4fb2a4fa161.zip |
[snmp] Add proper release notes
OTP-9969
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 844409dd21..2d045faa0f 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -46,6 +46,13 @@ <list type="bulleted"> <item> + <p>[compiler] The table information the MIB compiler provides with + augmented tables has been extended with <c>nbr_of_cols</c>, + <c>first_accessible</c> and <c>not_accessible</c>. </p> + <p>Own Id: OTP-9969</p> + </item> + + <item> <p>Added the <c>log_to_io</c> audit-trail-log converter function to the api modules of both the <seealso marker="snmpm#log_to_io">manager</seealso> |