diff options
author | Micael Karlberg <[email protected]> | 2010-12-03 17:26:39 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-12-03 17:26:39 +0100 |
commit | e9f9a77ddba0ed8089840e6080b18fa60e1566de (patch) | |
tree | e4285e0abffbae7e1f1796745d6ae54276307ac8 /lib | |
parent | c5c4c480f559b805a73d31448e211235da1a2098 (diff) | |
download | otp-e9f9a77ddba0ed8089840e6080b18fa60e1566de.tar.gz otp-e9f9a77ddba0ed8089840e6080b18fa60e1566de.tar.bz2 otp-e9f9a77ddba0ed8089840e6080b18fa60e1566de.zip |
Fixed release notes and appup file.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 36 | ||||
-rw-r--r-- | lib/snmp/src/app/snmp.appup.src | 8 |
2 files changed, 37 insertions, 7 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 493e7aa092..0c43be695f 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -32,23 +32,45 @@ <file>notes.xml</file> </header> + <section> + <title>SNMP Development Toolkit 4.19</title> + <p>Version 4.19 supports code replacement in runtime from/to + version 4.18, 4.17.1, 4.17.</p> + + <section> + <title>Improvements and new features</title> + <list type="bulleted"> + <item> + <p>[compiler] Added support for the textual convention + AGENT-CAPABILITIES, exported by the SNMPv2-CONF mib.</p> + <p>The <c>reference</c> and <c>modules</c> part(s) are + stored in the <c>assocList</c> of the mib-entry record + (<c>me</c>). </p> + <p>Own Id: OTP-8966</p> + </item> + </list> + </section> + + <section> + <title>Fixed Bugs and Malfunctions</title> + <p>-</p> + </section> + + </section> <!-- 4.19 --> + <section><title>SNMP 4.18</title> <section><title>Fixed Bugs and Malfunctions</title> <list> <item> - <p> - When the function FilterMod:accept_recv/2 returned false - the SNMP agent stopped collecting messages from UDP.</p> - <p> - Own Id: OTP-8761</p> + <p>Cosmetic prep for R14B (plain) release. </p> </item> </list> </section> -</section> + </section> <!-- 4.18 --> -<section> + <section> <title>SNMP Development Toolkit 4.17.1</title> <p>Version 4.17.1 supports code replacement in runtime from/to version 4.17, 4.16.2, 4.16.1, 4.16, 4.15, 4.14 and 4.13.5.</p> diff --git a/lib/snmp/src/app/snmp.appup.src b/lib/snmp/src/app/snmp.appup.src index 2375e3df70..9bb4846c6e 100644 --- a/lib/snmp/src/app/snmp.appup.src +++ b/lib/snmp/src/app/snmp.appup.src @@ -22,6 +22,10 @@ %% ----- U p g r a d e ------------------------------------------------------- [ + {"4.18", + [ + ] + }, {"4.17.1", [ {load_module, snmp_community_mib, soft_purge, soft_purge, []}, @@ -66,6 +70,10 @@ %% ------D o w n g r a d e --------------------------------------------------- [ + {"4.18", + [ + ] + }, {"4.17.1", [ {load_module, snmp_community_mib, soft_purge, soft_purge, []}, |