diff options
author | Micael Karlberg <[email protected]> | 2011-02-22 10:51:48 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-02-22 10:51:48 +0100 |
commit | 5c8ae44362086700002fdda25fffe2c210efa059 (patch) | |
tree | 56b85389b77bb38114475093aea741fbc1284ad3 /lib/snmp/doc/src/notes.xml | |
parent | 031613986bf597c879cefbd64581b5fbd7cfb2ea (diff) | |
parent | d7c6e2781c64e5e75add8a89d1b553bd5e9283f1 (diff) | |
download | otp-5c8ae44362086700002fdda25fffe2c210efa059.tar.gz otp-5c8ae44362086700002fdda25fffe2c210efa059.tar.bz2 otp-5c8ae44362086700002fdda25fffe2c210efa059.zip |
Merge branch 'bmk/snmp/add_compiler_support_agent_capabilities/OTP-8966' into bmk/snmp/snmpc/OTP-9004
Conflicts:
lib/snmp/doc/src/notes.xml
lib/snmp/vsn.mk
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 42 |
1 files changed, 36 insertions, 6 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 1a84bad1ad..f84991aa79 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="latin1" ?> +<?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> <header> <copyright> - <year>1996</year><year>2010</year> + <year>1996</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -44,8 +44,28 @@ --> <list type="bulleted"> <item> + <p>[compiler] Added support for the textual convention + <c>AGENT-CAPABILITIES</c>, 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>). + Only handled <em>if</em> the option <c>agent_capabilities</c> + is provided to the compiler. </p> + <p>Also added ("full") support for MODULE-COMPLIANCE, + which is handled in a similar way. + Only handled <em>if</em> the option <c>module_compliance</c> + is provided to the compiler. </p> + <p>See <seealso marker="snmpc#compile">compile/2</seealso> + for more info. </p> + <p>For backward compatibillity, the MIBs provided with + this appliaction are <em>not</em> compiled with these + options. </p> + <p>Own Id: OTP-8966</p> + </item> + + <item> <p>[snmpc] Added a MIB compiler escript, - <seealso marker="snmpc">snmpc</seealso>.</p> + <seealso marker="snmpc">snmpc</seealso>. </p> <p>Own Id: OTP-9004</p> </item> </list> @@ -70,18 +90,28 @@ <title>Incompatibilities</title> <p>-</p> </section> - </section> <!-- 4.17.1 --> + </section> <!-- 4.19 --> <section><title>SNMP 4.18</title> + <section> + <title>Improvements and new features</title> + <p>-</p> + </section> + <section><title>Fixed Bugs and Malfunctions</title> <list> <item> - <p>Prep for R14B release.</p> + <p>Cosmetic prep for R14B (plain) release. </p> </item> </list> </section> - </section> + + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> + </section> <!-- 4.18 --> <section> <title>SNMP Development Toolkit 4.17.1</title> |