diff options
author | Micael Karlberg <[email protected]> | 2012-02-27 14:33:16 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-27 14:33:16 +0100 |
commit | d11e013575ed400b7167342be4b08ba3d1166ee9 (patch) | |
tree | a08596c624eb0ab5076344a7bf0533e83be0c6c0 /lib/snmp/doc/src | |
parent | 92e37200fdfba41a625615b5b8e8308e363393aa (diff) | |
download | otp-d11e013575ed400b7167342be4b08ba3d1166ee9.tar.gz otp-d11e013575ed400b7167342be4b08ba3d1166ee9.tar.bz2 otp-d11e013575ed400b7167342be4b08ba3d1166ee9.zip |
[snmp/agent] Updated release notes and preliminary appup
OTP-9943
Diffstat (limited to 'lib/snmp/doc/src')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 704ff0a20f..e0c7af4393 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -34,6 +34,58 @@ <section> + <title>SNMP Development Toolkit 4.22</title> + <p>Version 4.22 supports code replacement in runtime from/to + version 4.21.7, 4.21.6, 4.21.5, 4.21.4, 4.21.3, 4.21.2, 4.21.1 and 4.21. </p> + + <section> + <title>Improvements and new features</title> + <!-- + <p>-</p> + --> + + <list type="bulleted"> + <item> + <p>[agent] Improve error handling while reading agent config files. + Some files contain mandatory information and is therefor themself + mandatory. </p> + <p>Own Id: OTP-9943</p> + </item> + + </list> + + </section> + + <section> + <title>Reported Fixed Bugs and Malfunctions</title> + <!-- + <p>-</p> + --> + + <list type="bulleted"> + <item> + <p>[agent] Simultaneous + <seealso marker="snmpa#backup">snmpa:backup/1,2</seealso> + calls can interfere. + The master agent did not check if a backup was already in + progress when a backup request was accepted. </p> + <p>Own Id: OTP-9884</p> + <p>Aux Id: Seq 11995</p> + </item> + + </list> + + </section> + + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> + + </section> <!-- 4.22 --> + + + <section> <title>SNMP Development Toolkit 4.21.7</title> <p>Version 4.21.7 supports code replacement in runtime from/to version 4.21.6, 4.21.5, 4.21.4, 4.21.3, 4.21.2, 4.21.1, 4.21, 4.20.1 and |