~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/snmp/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  </header>
34
34
 
35
35
  <section>
 
36
    <title>SNMP Development Toolkit 4.13.3</title>
 
37
 
 
38
    <p>Version 4.13.3 supports code replacement in runtime from/to
 
39
      version 4.13.2, 4.13.1 and 4.13.</p>
 
40
 
 
41
    <section>
 
42
      <title>Improvements and new features</title>
 
43
      <p>-</p> 
 
44
 
 
45
      <!-- 
 
46
      <list type="bulleted">
 
47
        <item>
 
48
          <p>[agent] Support for the discovery process. </p>
 
49
          <p>The agent can both initiate discovery itself (see the
 
50
            <seealso marker="snmp_agent_funct_descr#discovery">discovery</seealso> chapter
 
51
            for more info) and respond to discovery initiated by a manager.</p>
 
52
          <p>Own Id: OTP-7571</p>
 
53
          <p>Aux Id: Seq 11053</p>
 
54
        </item>
 
55
 
 
56
      </list>
 
57
      -->
 
58
 
 
59
    </section>
 
60
 
 
61
    <section>
 
62
      <title>Reported Fixed Bugs and Malfunctions</title>
 
63
      <!-- 
 
64
      <p>-</p>
 
65
      -->
 
66
      <list type="bulleted">
 
67
        <item>
 
68
          <p>[manager] A request for an oid of type BITS was actually
 
69
            returned as OCTET STRING. </p>
 
70
          <p>Values of type BITS are encoded as OCTET STRING,
 
71
            which makes it impossible for the decoder to know that 
 
72
            they should really be of type BITS. 
 
73
            Instead, this has to be done higher up in the stack, where 
 
74
            there is knowledge of the MIB (assuming that the mib has 
 
75
            been loaded, there is info about the type of the mibentry). </p>
 
76
          <p>This problem has now been fixed, but requires that the MIB 
 
77
            defining this mib-entry is loaded! </p>
 
78
          <p>The utility function 
 
79
            <seealso marker="snmpm#oid_to_type">oid_to_type</seealso>
 
80
            has been added, for debug purpose. </p>
 
81
          <p>The utility function(s)  
 
82
            <seealso marker="snmp#octet_string_to_bits">octet_string_to_bits</seealso>
 
83
            and 
 
84
            <seealso marker="snmp#bits_to_octet_string">bits_to_octet_string</seealso>
 
85
            has also been added. These can be used if the user prefers to 
 
86
            handle the conversion on their own. </p>
 
87
          <p>Own Id: OTP-8015</p>
 
88
          <p>Aux Id: Seq 11285</p>
 
89
        </item>
 
90
 
 
91
        <item>
 
92
          <p>[agent] Fixed some issues with the discovery handling. </p>
 
93
          <p>Changed the API of the 
 
94
            <seealso marker="snmpa#discovery">discovery</seealso>
 
95
            function to solve some 
 
96
            of these problems. </p>
 
97
          <p>Introduced various options for controlling the discovery
 
98
            process. See the 
 
99
            <seealso marker="snmp_app#configuration">configuration</seealso> 
 
100
            chapter for more info about the discovery options.</p>
 
101
          <p>Own Id: OTP-8020</p>
 
102
          <p>Aux Id: Seq 11295</p>
 
103
        </item>
 
104
 
 
105
      </list>
 
106
 
 
107
    </section>
 
108
 
 
109
    <section>
 
110
      <title>Incompatibilities</title>
 
111
      <p>-</p>
 
112
    </section>
 
113
  </section> <!-- 4.13.3 -->
 
114
 
 
115
 
 
116
  <section>
 
117
    <title>SNMP Development Toolkit 4.13.2</title>
 
118
 
 
119
    <p>Version 4.13.2 supports code replacement in runtime from/to
 
120
      version 4.13.1 and 4.13.</p>
 
121
 
 
122
    <section>
 
123
      <title>Improvements and new features</title>
 
124
      <p>-</p> 
 
125
 
 
126
      <!-- 
 
127
      <list type="bulleted">
 
128
        <item>
 
129
          <p>[agent] Support for the discovery process. </p>
 
130
          <p>The agent can both initiate discovery itself (see the
 
131
            <seealso marker="snmp_agent_funct_descr#discovery">discovery</seealso> chapter
 
132
            for more info) and respond to discovery initiated by a manager.</p>
 
133
          <p>Own Id: OTP-7571</p>
 
134
          <p>Aux Id: Seq 11053</p>
 
135
        </item>
 
136
 
 
137
      </list>
 
138
      -->
 
139
 
 
140
    </section>
 
141
 
 
142
    <section>
 
143
      <title>Reported Fixed Bugs and Malfunctions</title>
 
144
      <!-- 
 
145
      <p>-</p>
 
146
      -->
 
147
      <list type="bulleted">
 
148
        <item>
 
149
          <p>[manager] Failure during downed user cleanup.
 
150
            As part of the cleanup after a crashed user,
 
151
            the manager attempts to unregister the agents
 
152
            registered by this user. This however failed,
 
153
            causing a server crash. </p>
 
154
          <p>Own Id: OTP-7961</p>
 
155
          <p>Aux Id: Seq 11275</p>
 
156
        </item>
 
157
 
 
158
        <item>
 
159
          <p>[manager] Incorrectly documented value type for 
 
160
            IpAddress (ip). The value type for IpAddress is
 
161
            documented as ip but is actually ia. The value type
 
162
            ip has been added. The old (not documented) value
 
163
            type ia still works. </p>
 
164
          <p>Own Id: OTP-7977</p>
 
165
          <p>Aux Id: Seq 11279</p>
 
166
        </item>
 
167
 
 
168
        <item>
 
169
          <p>[manager] EngineId lookup failes when using version-3. </p>
 
170
          <p>Own Id: OTP-7983</p>
 
171
          <p>Aux Id: Seq 11275</p>
 
172
        </item>
 
173
 
 
174
        <item>
 
175
          <p>[agent] As of version 4.13 the possible return values
 
176
            of the function 
 
177
            <seealso marker="snmpa_mpd#process_packet">snmpa_mpd:process_packet/4</seealso> 
 
178
            changed, but this was not documented. </p>
 
179
          <p>Own Id: OTP-7989</p>
 
180
          <p>Aux Id: Seq 11275</p>
 
181
        </item>
 
182
 
 
183
      </list>
 
184
 
 
185
    </section>
 
186
 
 
187
    <section>
 
188
      <title>Incompatibilities</title>
 
189
      <p>-</p>
 
190
    </section>
 
191
  </section> <!-- 4.13.2 -->
 
192
 
 
193
  <section>
36
194
    <title>SNMP Development Toolkit 4.13.1</title>
37
195
 
38
196
    <p>Version 4.13.1 supports code replacement in runtime from/to