~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="latin1" ?>
 
1
<?xml version="1.0" encoding="iso-8859-1" ?>
2
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
3
3
 
4
4
<chapter>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>1996</year><year>2009</year>
 
7
      <year>1996</year><year>2011</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
33
33
  </header>
34
34
 
35
35
  <section>
 
36
    <title>SNMP Development Toolkit 4.19</title>
 
37
    <p>Version 4.19 supports code replacement in runtime from/to
 
38
      version 4.18.</p>
 
39
 
 
40
    <section>
 
41
      <title>Improvements and new features</title>
 
42
<!--
 
43
      <p>-</p>
 
44
-->
 
45
      <list type="bulleted">
 
46
        <item>
 
47
          <p>[compiler] Added support for textual convention 
 
48
          <c>AGENT-CAPABILITIES</c> and "full" support for textual 
 
49
          convention MODULE-COMPLIANCE, both defined by the SNMPv2-CONF 
 
50
          mib.</p>
 
51
          <p>The <c>reference</c> and <c>modules</c> part(s) are
 
52
          stored in the <c>assocList</c> of the mib-entry (<c>me</c>) 
 
53
          record. 
 
54
          Only handled <em>if</em> the option(s) <c>agent_capabilities</c>
 
55
          and <c>module_compliance</c> (respectively) are provided to the 
 
56
          compiler. </p>
 
57
          <p>See <seealso marker="snmpc#compile">compile/2</seealso> 
 
58
          for more info. </p>
 
59
          <p>For backward compatibillity, the MIBs provided with 
 
60
          this application are <em>not</em> compiled with these 
 
61
          options. </p>
 
62
          <p>Own Id: OTP-8966</p>
 
63
        </item>
 
64
 
 
65
        <item>
 
66
          <p>[agent] Added a "complete" set of (snmp) table and variable
 
67
          print functions, for each mib handled by the SNMP (agent)
 
68
          application. This will be usefull when debugging a running agent.</p>
 
69
          <p>See
 
70
          <seealso marker="snmpa#print_mib_info">print_mib_info/0</seealso>,
 
71
          <seealso marker="snmpa#print_mib_tables">print_mib_tables/0</seealso>
 
72
          and
 
73
          <seealso marker="snmpa#print_mib_variables">print_mib_variables/0</seealso>
 
74
          for more info. </p>
 
75
          <p>Own Id: OTP-8977</p>
 
76
        </item>
 
77
 
 
78
        <item>
 
79
          <p>[compiler] Added a MIB compiler (frontend) escript, 
 
80
          <c>snmpc</c>. </p>
 
81
          <p>Own Id: OTP-9004</p>
 
82
        </item>
 
83
 
 
84
      </list>
 
85
    </section>
 
86
 
 
87
    <section>
 
88
      <title>Fixed Bugs and Malfunctions</title>
 
89
<!--
 
90
      <p>-</p> 
 
91
-->
 
92
      <list type="bulleted">
 
93
        <item>
 
94
          <p>[agent] For the table vacmAccessTable,
 
95
          when performing the is_set_ok and set operation(s),
 
96
          all values of the vacmAccessSecurityModel column was
 
97
          incorrectly translated to <c>any</c>. </p>
 
98
<!--
 
99
that is when calling:
 
100
snmp_view_basec_acm_mib:vacmAccessTable(set, RowIndex, Cols).
 
101
-->
 
102
          <p>Own Id: OTP-8980</p>
 
103
        </item>
 
104
 
 
105
        <item>
 
106
          <p>[agent] When calling
 
107
          <seealso marker="snmp_view_based_acm_mib#reconfigure">snmp_view_based_acm_mib:reconfigure/1</seealso>
 
108
          on a running node, the table <c>vacmAccessTable</c> was not properly
 
109
          cleaned.
 
110
          This meant that if some entries in the vacm.conf file was removed
 
111
          (compared to the <c>current</c> config),
 
112
          while others where modified and/or added, the removed entrie(s)
 
113
          would still exist in the <c>vacmAccessTable</c> table. </p>
 
114
          <p>Own Id: OTP-8981</p>
 
115
          <p>Aux Id: Seq 11750</p>
 
116
        </item>
 
117
 
 
118
      </list>
 
119
    </section>
 
120
 
 
121
 
 
122
    <section>
 
123
      <title>Incompatibilities</title>
 
124
      <p>-</p>
 
125
    </section>
 
126
 
 
127
  </section> <!-- 4.19 -->
 
128
 
 
129
  <section>
 
130
    <title>SNMP Development Toolkit 4.18</title>
 
131
    <p>Version 4.18 supports code replacement in runtime from/to
 
132
      version 4.17.1 and 4.17.</p>
 
133
 
 
134
    <section>
 
135
      <title>Improvements and new features</title>
 
136
      <list type="bulleted">
 
137
        <item>
 
138
          <p>Prepared for R14B release.</p>
 
139
        </item>
 
140
      </list>
 
141
    </section>
 
142
 
 
143
    <section><title>Fixed Bugs and Malfunctions</title>
 
144
      <p>-</p>
 
145
<!--
 
146
      <list type="bulleted">
 
147
        <item>
 
148
          <p>[agent] When the function FilterMod:accept_recv/2 returned false
 
149
          the SNMP agent stopped collecting messages from UDP.</p>
 
150
          <p>Own Id: OTP-8761</p>
 
151
        </item>
 
152
      </list>
 
153
-->
 
154
    </section>
 
155
 
 
156
    <section>
 
157
      <title>Incompatibilities</title>
 
158
      <p>-</p>
 
159
    </section>
 
160
  </section> <!-- 4.18 -->
 
161
 
 
162
 
 
163
  <section>
 
164
    <title>SNMP Development Toolkit 4.17.1</title>
 
165
    <p>Version 4.17.1 supports code replacement in runtime from/to
 
166
      version 4.17, 4.16.2, 4.16.1, 4.16, 4.15, 4.14 and 4.13.5.</p>
 
167
 
 
168
    <section>
 
169
      <title>Improvements and new features</title>
 
170
      <p>-</p> 
 
171
    </section>
 
172
 
 
173
    <section>
 
174
      <title>Reported Fixed Bugs and Malfunctions</title>
 
175
      <list type="bulleted">
 
176
        <item>
 
177
          <p>When the function FilterMod:accept_recv/2
 
178
          returned false the SNMP agent stopped collecting 
 
179
          messages from UDP.</p>
 
180
          <p>Own Id: OTP-8761</p>
 
181
        </item>
 
182
      </list>
 
183
    </section>
 
184
 
 
185
    <section>
 
186
      <title>Incompatibilities</title>
 
187
      <p>-</p>
 
188
    </section>
 
189
  </section> <!-- 4.17.1 -->
 
190
 
 
191
 
 
192
  <section>
 
193
    <title>SNMP Development Toolkit 4.17</title>
 
194
    <p>Version 4.17 supports code replacement in runtime from/to
 
195
      version 4.16.2, 4.16.1, 4.16, 4.15, 4.14 and 4.13.5.</p>
 
196
 
 
197
    <section>
 
198
      <title>Improvements and new features</title>
 
199
      <!-- 
 
200
      <p>-</p> 
 
201
      -->
 
202
      <list type="bulleted">
 
203
        <item>
 
204
          <p>[agent] Added very basic support for multiple SNMPv3 
 
205
            EngineIDs in a single agent. See 
 
206
            <seealso marker="snmpa#send_notification">send_notification/7</seealso>, 
 
207
            <seealso marker="snmpa_mpd#process_packet">process_packet/7</seealso>, 
 
208
            <seealso marker="snmpa_mpd#generate_response_msg">generate_response_msg/6</seealso> or 
 
209
            <seealso marker="snmpa_mpd#generate_msg">generate_msg/6</seealso> 
 
210
            for more info. </p> 
 
211
 
 
212
          <p>Own Id: OTP-8478</p>
 
213
        </item>
 
214
 
 
215
      </list>
 
216
 
 
217
    </section>
 
218
 
 
219
    <section>
 
220
      <title>Reported Fixed Bugs and Malfunctions</title>
 
221
      <p>-</p>
 
222
 
 
223
      <!-- 
 
224
      <list type="bulleted">
 
225
        <item>
 
226
          <p>The config utility 
 
227
            (<seealso marker="snmp#config">snmp:config/0</seealso>)
 
228
            generated a default notify.conf 
 
229
            with a bad name for the starndard trap entry (was "stadard trap", 
 
230
            but should have been "standard trap"). This has been corrected. </p>
 
231
          <p>Kenji Rikitake</p>
 
232
          <p>Own Id: OTP-8433</p>
 
233
        </item>
 
234
 
 
235
      </list>
 
236
      -->
 
237
 
 
238
    </section>
 
239
 
 
240
    <section>
 
241
      <title>Incompatibilities</title>
 
242
      <p>-</p>
 
243
    </section>
 
244
  </section> <!-- 4.17 -->
 
245
 
 
246
 
 
247
  <section>
 
248
    <title>SNMP Development Toolkit 4.16.2</title>
 
249
    <p>Version 4.16.2 supports code replacement in runtime from/to
 
250
      version 4.16.1, 4.16, 4.15, 4.14 and 4.13.5.</p>
 
251
 
 
252
    <section>
 
253
      <title>Improvements and new features</title>
 
254
      <!-- 
 
255
      <p>-</p> 
 
256
      -->
 
257
      <list type="bulleted">
 
258
        <item>
 
259
          <p>[compiler] The SMI specifies that a table row OID should be 
 
260
            named: { &lt;tableIdentifier&gt; "1" }. </p>
 
261
          <p>A new option has been introduced, 
 
262
            <seealso marker="snmpc#compiler_opts">relaxed_row_name_assign_check</seealso>, 
 
263
            that allows for a more liberal numbering scheme</p>
 
264
          <p>Own Id: OTP-8574</p>
 
265
        </item>
 
266
 
 
267
        <item>
 
268
          <p>[agent|manager] Changes to make snmp (forward) compatible with 
 
269
            the new version of the crypto application (released in R14).
 
270
            As of R14, crypto is implemented using NIFs. Also,
 
271
            the API is more strict. </p> 
 
272
          <p>Own Id: OTP-8594</p>
 
273
        </item>
 
274
 
 
275
        <item>
 
276
          <p>Auto [agent] Changed default value for the MIB server cache. 
 
277
            GC is now on by default. </p>
 
278
          <p>Own Id: OTP-8648</p>
 
279
        </item>
 
280
 
 
281
      </list>
 
282
 
 
283
    </section>
 
284
 
 
285
    <section>
 
286
      <title>Reported Fixed Bugs and Malfunctions</title>
 
287
      <!-- 
 
288
      <p>-</p>
 
289
      -->
 
290
 
 
291
      <list type="bulleted">
 
292
        <item>
 
293
          <p>Encode/decode of Counter64 values larger than 
 
294
            16#7fffffffffffffff (9223372036854775807) failed. </p>
 
295
          <p>Own Id: OTP-8563</p>
 
296
        </item>
 
297
 
 
298
        <item>
 
299
          <p>[compiler] Fails to compile non-contiguous BITS. </p>
 
300
          <p>Per Hedeland</p>
 
301
          <p>Own Id: OTP-8595</p>
 
302
        </item>
 
303
 
 
304
        <item>
 
305
          <p>[manager] Raise condition causing the manager server process to 
 
306
            crash. Unregistering an agent while traffic (set/get-operations) 
 
307
            is ongoing could cause a crash in the manager server process 
 
308
            (raise condition). </p>
 
309
          <p>Own Id: OTP-8646</p>
 
310
          <p>Aux Id: Seq 11585</p>
 
311
        </item>
 
312
 
 
313
      </list>
 
314
 
 
315
    </section>
 
316
 
 
317
    <section>
 
318
      <title>Incompatibilities</title>
 
319
      <p>-</p>
 
320
    </section>
 
321
  </section> <!-- 4.16.2 -->
 
322
 
 
323
 
 
324
  <section>
 
325
    <title>SNMP Development Toolkit 4.16.1</title>
 
326
    <p>Version 4.16.1 supports code replacement in runtime from/to
 
327
      version 4.16, 4.15, 4.14 and 4.13.5.</p>
 
328
 
 
329
    <section>
 
330
      <title>Improvements and new features</title>
 
331
      <p>-</p> 
 
332
      <!-- 
 
333
      <list type="bulleted">
 
334
        <item>
 
335
          <p>[agent|manager] Entries in the audit trail log can now be 
 
336
            augmented by a sequence number. </p>
 
337
          <p>This is enabled by the <c>seqno</c> option, which is part of the 
 
338
            <seealso marker="snmp_config#audit_trail_log">Audit Trail Log</seealso> 
 
339
            config option. </p>
 
340
          <p>See the 
 
341
            <seealso marker="snmp_app#configuration_params">reference manual</seealso> 
 
342
            or the 
 
343
            <seealso marker="snmp_config#configuration_params">Configuring the application</seealso> 
 
344
            chapter of the User's Guide for further info. </p> 
 
345
 
 
346
          <p>Own Id: OTP-8395</p>
 
347
        </item>
 
348
 
 
349
      </list>
 
350
      -->
 
351
 
 
352
    </section>
 
353
 
 
354
    <section>
 
355
      <title>Reported Fixed Bugs and Malfunctions</title>
 
356
      <!-- 
 
357
      <p>-</p>
 
358
      -->
 
359
 
 
360
      <list type="bulleted">
 
361
        <item>
 
362
          <p>[manager] Fixed an upgrade/downgrade problem. </p>
 
363
          <p>Upgrade/downgrade from/to 4.13.5 did not work for the net-if 
 
364
            process. This has now been fixed. </p>
 
365
          <p>Own Id: OTP-8481</p>
 
366
        </item>
 
367
 
 
368
        <item>
 
369
          <p>[agent] A minor mnesia related performance improvement. </p>
 
370
          <p>Own Id: OTP-8480</p>
 
371
        </item>
 
372
 
 
373
      </list>
 
374
 
 
375
    </section>
 
376
 
 
377
    <section>
 
378
      <title>Incompatibilities</title>
 
379
      <p>-</p>
 
380
    </section>
 
381
  </section> <!-- 4.16.1 -->
 
382
 
 
383
 
 
384
  <section>
 
385
    <title>SNMP Development Toolkit 4.16</title>
 
386
    <p>Version 4.16 supports code replacement in runtime from/to
 
387
      version 4.15, 4.14 and 4.13.5.</p>
 
388
 
 
389
    <section>
 
390
      <title>Improvements and new features</title>
 
391
      <!-- 
 
392
      <p>-</p> 
 
393
      -->
 
394
      <list type="bulleted">
 
395
        <item>
 
396
          <p>[agent|manager] Entries in the audit trail log can now be 
 
397
            augmented by a sequence number. </p>
 
398
          <p>This is enabled by the <c>seqno</c> option, which is part of the 
 
399
            <seealso marker="snmp_config#audit_trail_log">Audit Trail Log</seealso> 
 
400
            config option. </p>
 
401
          <p>See the 
 
402
            <seealso marker="snmp_app#configuration_params">reference manual</seealso> 
 
403
            or the 
 
404
            <seealso marker="snmp_config#configuration_params">Configuring the application</seealso> 
 
405
            chapter of the User's Guide for further info. </p> 
 
406
 
 
407
          <p>Own Id: OTP-8395</p>
 
408
        </item>
 
409
 
 
410
      </list>
 
411
 
 
412
    </section>
 
413
 
 
414
    <section>
 
415
      <title>Reported Fixed Bugs and Malfunctions</title>
 
416
      <!-- 
 
417
      <p>-</p>
 
418
      -->
 
419
 
 
420
      <list type="bulleted">
 
421
        <item>
 
422
          <p>[manager] Registration of agents using the config file, 
 
423
            <seealso marker="snmp_manager_config_files#agents">agents.conf</seealso>, 
 
424
            does not work. This has now been corrected. </p>
 
425
          <p>Per Hedeland</p>
 
426
          <p>Own Id: OTP-8442</p>
 
427
        </item>
 
428
 
 
429
        <item>
 
430
          <p>The config utility 
 
431
            (<seealso marker="snmp#config">snmp:config/0</seealso>)
 
432
            generated a default notify.conf 
 
433
            with a bad name for the starndard trap entry (was "stadard trap", 
 
434
            but should have been "standard trap"). This has been corrected. </p>
 
435
          <p>Kenji Rikitake</p>
 
436
          <p>Own Id: OTP-8433</p>
 
437
        </item>
 
438
 
 
439
      </list>
 
440
 
 
441
    </section>
 
442
 
 
443
    <section>
 
444
      <title>Incompatibilities</title>
 
445
      <p>-</p>
 
446
    </section>
 
447
  </section> <!-- 4.16 -->
 
448
 
 
449
 
 
450
  <section>
36
451
    <title>SNMP Development Toolkit 4.15</title>
37
452
 
38
453
    <p>Version 4.15 supports code replacement in runtime from/to