diff options
| author | Micael Karlberg <[email protected]> | 2011-07-21 11:38:19 +0200 | 
|---|---|---|
| committer | Micael Karlberg <[email protected]> | 2011-07-21 11:38:19 +0200 | 
| commit | 29ea8d48bbe551946069c142f7737b5bf5275773 (patch) | |
| tree | 1bc8c7662be8843efc5d5fc8829702369a7f4d7e /lib/snmp/doc/src | |
| parent | 9e2b8f8ab28cb74be951945ac4ea1df1f8bb0960 (diff) | |
| download | otp-29ea8d48bbe551946069c142f7737b5bf5275773.tar.gz otp-29ea8d48bbe551946069c142f7737b5bf5275773.tar.bz2 otp-29ea8d48bbe551946069c142f7737b5bf5275773.zip  | |
[agent] The SNMP ACM cache was not properly updated when
changes where made to the VACM security-to-group, access and
view-tree-family tables.
OTP-9367
Diffstat (limited to 'lib/snmp/doc/src')
| -rw-r--r-- | lib/snmp/doc/src/notes.xml | 46 | 
1 files changed, 46 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index cf9d2b3834..45581125bf 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -33,6 +33,52 @@    </header>    <section> +    <title>SNMP Development Toolkit 4.21</title> +    <p>Version 4.21 supports code replacement in runtime from/to +      version 4.20.1, 4.20 and 4.19.</p> + +    <section> +      <title>Improvements and new features</title> +      <p>-</p> +<!-- +      <list type="bulleted"> +        <item> +          <p>Added type specs for functions that do not return. </p> +          <p>Kostis Sagonas</p> +          <p>Own Id: OTP-9208</p> +        </item> +      </list> +--> +    </section> + +    <section> +      <title>Fixed Bugs and Malfunctions</title> +<!-- +      <p>-</p>  +--> + +      <list type="bulleted"> +        <item> +          <p>[agent] The SNMP ACM cache was not properly updated when +	  changes where made to the VACM security-to-group, access and +	  view-tree-family tables. </p> +	  <p>Own Id: OTP-9367</p> +          <p>Aux Id: Seq 11858</p> +	</item> + +      </list> +    </section> + + +    <section> +      <title>Incompatibilities</title> +      <p>-</p> +    </section> + +  </section> <!-- 4.21 --> + + +  <section>      <title>SNMP Development Toolkit 4.20.1</title>      <p>Version 4.20.1 supports code replacement in runtime from/to        version 4.20, 4.19 and 4.18.</p>  | 
