~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-05-07 15:07:37 UTC
  • mfrom: (1.2.1 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090507150737-i4yb5elwinm7r0hc
Tags: 1:13.b-dfsg1-1
* Removed another bunch of non-free RFCs from original tarball
  (closes: #527053).
* Fixed build-dependencies list by adding missing comma. This requires
  libsctp-dev again. Also, added libsctp1 dependency to erlang-base and
  erlang-base-hipe packages because the shared library is loaded via
  dlopen now and cannot be added using dh_slibdeps (closes: #526682).
* Weakened dependency of erlang-webtool on erlang-observer to recommends
  to avoid circular dependencies (closes: #526627).
* Added solaris-i386 to HiPE enabled architectures.
* Made script sources in /usr/lib/erlang/erts-*/bin directory executable,
  which is more convenient if a user wants to create a target Erlang system.
* Shortened extended description line for erlang-dev package to make it
  fit 80x25 terminals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>1996</year><year>2009</year>
 
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
 
9
    </copyright>
 
10
    <legalnotice>
 
11
      The contents of this file are subject to the Erlang Public License,
 
12
      Version 1.1, (the "License"); you may not use this file except in
 
13
      compliance with the License. You should have received a copy of the
 
14
      Erlang Public License along with this software. If not, it can be
 
15
      retrieved online at http://www.erlang.org/.
 
16
    
 
17
      Software distributed under the License is distributed on an "AS IS"
 
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
19
      the License for the specific language governing rights and limitations
 
20
      under the License.
 
21
    
 
22
    </legalnotice>
 
23
 
 
24
    <title>SNMP Release Notes</title>
 
25
    <prepared></prepared>
 
26
    <responsible></responsible>
 
27
    <docno></docno>
 
28
    <approved></approved>
 
29
    <checked></checked>
 
30
    <date></date>
 
31
    <rev></rev>
 
32
    <file>notes.xml</file>
 
33
  </header>
 
34
 
 
35
  <section>
 
36
    <title>SNMP Development Toolkit 4.13.1</title>
 
37
 
 
38
    <p>Version 4.13.1 supports code replacement in runtime from/to
 
39
      version 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] Registration of users had some issues. </p>
 
69
          <p>Not all of the registration functions where actually exported
 
70
            (<seealso marker="snmpm#register_user">register_user/4</seealso> 
 
71
            and
 
72
            <seealso marker="snmpm#register_user_monitor">register_user_monitor/4</seealso>). 
 
73
            This has now been fixed. </p>
 
74
          <p>Also, the registration did not succeed unless
 
75
            user implemented the *new* behaviour. This has now
 
76
            also been fixed (registration succeeds if the user
 
77
            implements either the new (i.e. updated 
 
78
            <seealso marker="snmpm_user">snmpm_user</seealso>) 
 
79
            or the old user behaviour (<c>snmpm_user_old</c>)). </p>
 
80
          <p>Own Id: OTP-7902</p>
 
81
          <p>Aux Id: Seq 11240</p>
 
82
        </item>
 
83
 
 
84
      </list>
 
85
 
 
86
    </section>
 
87
 
 
88
    <section>
 
89
      <title>Incompatibilities</title>
 
90
      <p>-</p>
 
91
    </section>
 
92
  </section> <!-- 4.13.1 -->
 
93
 
 
94
  <section>
 
95
    <title>SNMP Development Toolkit 4.13</title>
 
96
<!--
 
97
    <p>Version 4.13 supports code replacement in runtime from/to
 
98
      version 4.12.1.</p>
 
99
-->
 
100
 
 
101
    <section>
 
102
      <title>Improvements and new features</title>
 
103
      <!-- 
 
104
      <p>-</p> 
 
105
      -->
 
106
      <list type="bulleted">
 
107
        <item>
 
108
          <p>[agent] Support for the discovery process. </p>
 
109
          <p>The agent can both initiate discovery itself (see the
 
110
            <seealso marker="snmp_agent_funct_descr#discovery">discovery</seealso> chapter
 
111
            for more info) and respond to discovery initiated by a manager.</p>
 
112
          <p>Own Id: OTP-7571</p>
 
113
          <p>Aux Id: Seq 11053</p>
 
114
        </item>
 
115
 
 
116
      </list>
 
117
 
 
118
    </section>
 
119
 
 
120
    <section>
 
121
      <title>Reported Fixed Bugs and Malfunctions</title>
 
122
      <!-- 
 
123
      <p>-</p>
 
124
      -->
 
125
      <list type="bulleted">
 
126
        <item>
 
127
          <p>[agent] Unnecessary use of math:pow/2 could cause problems
 
128
            on systems without floating point support. </p>
 
129
          <p>Per Hedeland</p>
 
130
          <p>Own Id: OTP-7735</p>
 
131
          <!-- <p>Aux Id: Seq 10966</p> -->
 
132
        </item>
 
133
 
 
134
        <item>
 
135
          <p>[manager] A major flaw was discovered with the agent handling. </p>
 
136
          <p>First, <c>TargetName</c> was never used as intended, as a unique
 
137
            identifier for the target (agent in this case). </p>
 
138
          <p>Second, <c>TargetName</c> had a <em>default value</em>, which meant 
 
139
            that several agents could have the same <c>TargetName</c>, causing
 
140
            unpredictable behaviour in the manager. </p>
 
141
          <p>Third, <c>EngineID</c> was not a mandatory config option and had
 
142
            furthermore also a <em>default value</em>. </p>
 
143
 
 
144
          <p>These problems has been solved in the following way: </p>
 
145
          <p>First, a new set of api functions has been introduced (and documented):
 
146
            <seealso marker="snmpm#register_user">register_user/4</seealso>,
 
147
            <seealso marker="snmpm#register_user_monitor">register_user_monitor/4</seealso>,
 
148
            <seealso marker="snmpm#register_agent">register_agent/3</seealso>,
 
149
            <seealso marker="snmpm#unregister_agent">unregister_agent/2</seealso>,
 
150
            <seealso marker="snmpm#agent_info">agent_info/2</seealso>,
 
151
            <seealso marker="snmpm#update_agent_info">update_agent_info/4</seealso>,
 
152
            <seealso marker="snmpm#sync_get">sync_get/3,4,5,6</seealso>,
 
153
            <seealso marker="snmpm#async_get">async_get/3,4,5,6</seealso>,
 
154
            <seealso marker="snmpm#sync_get_next">sync_get_next/3,4,5,6</seealso>,
 
155
            <seealso marker="snmpm#async_get_next">async_get_next/3,4,5,6</seealso>,
 
156
            <seealso marker="snmpm#sync_set">sync_set/3,4,5,6</seealso>,
 
157
            <seealso marker="snmpm#async_set">async_set/3,4,5,6</seealso>,
 
158
            <seealso marker="snmpm#sync_get_bulk">sync_get_bulk/5,6,7,8</seealso> and
 
159
            <seealso marker="snmpm#async_get_bulk">async_get_bulk/5,6,7,8</seealso> 
 
160
            that all use <c>TargetName</c> (and not, as previously, <c>Addr</c>
 
161
            and <c>Port</c>) to identify the agent (also the return value of 
 
162
            <seealso marker="snmpm#which_agents">which_agents</seealso> has 
 
163
            been changed). </p> 
 
164
          <p>Second, for backward compatibillity, the old functions still 
 
165
            exist, but are no longer documented and are now wrappers for the 
 
166
            new functions, including erroneous default value for EngineID and 
 
167
            all. The TargetName is however generated from the provided 
 
168
            <c>Addr</c>, <c>Port</c> and <c>Version</c> config options. </p>
 
169
           <p>Third, the behaviour of the 
 
170
             <seealso marker="snmpm_user">SNMP manager user</seealso> has
 
171
             been changed to reflect this, i.e. 
 
172
             <seealso marker="snmpm_user#handle_pdu">handle_pdu/4</seealso>,
 
173
             <seealso marker="snmpm_user#handle_trap">handle_trap/3</seealso>,
 
174
             <seealso marker="snmpm_user#handle_inform">handle_inform/3</seealso>, 
 
175
             <seealso marker="snmpm_user#handle_report">handle_report/3</seealso> 
 
176
             and the return-value of 
 
177
             <seealso marker="snmpm_user#handle_agent">handle_agent/4</seealso>.
 
178
             The old (non-documented) callback-functions (using Addr and Port) 
 
179
             will still be called if the agent was registered using the old 
 
180
             registration functions. </p>
 
181
          
 
182
          <p>Own Id: OTP-7836</p>
 
183
          <!-- <p>Aux Id: Seq 10966</p> -->
 
184
        </item>
 
185
 
 
186
      </list>
 
187
 
 
188
    </section>
 
189
 
 
190
    <section>
 
191
      <title>Incompatibilities</title>
 
192
      <p>-</p>
 
193
    </section>
 
194
  </section> <!-- 4.13 -->
 
195
 
 
196
  <section>
 
197
    <title>SNMP Development Toolkit 4.12.2</title>
 
198
    <p>Version 4.12.2 supports code replacement in runtime from/to
 
199
      version 4.12.1, 4.12, 4.11.2, 4.11.1 and 4.11.</p>
 
200
 
 
201
    <section>
 
202
      <title>Improvements and new features</title>
 
203
      <p>-</p> 
 
204
      <!-- 
 
205
      <list type="bulleted">
 
206
        <item>
 
207
        <item>
 
208
          <p>[agent] Improvement of the inform reporting.
 
209
            It was previously not certain how many acks an
 
210
            application received, 0, 1 or 2. This has now been
 
211
            fixed, so that only 1 (one) ack is issued. </p> 
 
212
          <p>Per Hedeland</p>
 
213
          <p>Own Id: OTP-7525</p>
 
214
        </item>
 
215
 
 
216
      </list>
 
217
      -->
 
218
 
 
219
    </section>
 
220
 
 
221
    <section>
 
222
      <title>Reported Fixed Bugs and Malfunctions</title>
 
223
      <!-- 
 
224
      <p>-</p>
 
225
      -->
 
226
      <list type="bulleted">
 
227
        <item>
 
228
          <p>[agent] Bad session cache (usm+camv-info) invalidation 
 
229
            could cause user crash, through call(s) to (a number of) 
 
230
            MIB API function(s) (undefined function). </p>
 
231
          <p>Own Id: OTP-7868</p>
 
232
          <!-- <p>Aux Id: Seq 11124</p> -->
 
233
        </item>
 
234
 
 
235
      </list>
 
236
 
 
237
    </section>
 
238
 
 
239
    <section>
 
240
      <title>Incompatibilities</title>
 
241
      <p>-</p>
 
242
    </section>
 
243
  </section> <!-- 4.12.2 -->
 
244
 
 
245
  <section>
 
246
    <title>SNMP Development Toolkit 4.12.1</title>
 
247
    <p>Version 4.12.1 supports code replacement in runtime from/to
 
248
      version 4.12, 4.11.2, 4.11.1 and 4.11.</p>
 
249
 
 
250
    <section>
 
251
      <title>Improvements and new features</title>
 
252
      <p>-</p> 
 
253
      <!-- 
 
254
      <list type="bulleted">
 
255
        <item>
 
256
        <item>
 
257
          <p>[agent] Improvement of the inform reporting.
 
258
            It was previously not certain how many acks an
 
259
            application received, 0, 1 or 2. This has now been
 
260
            fixed, so that only 1 (one) ack is issued. </p> 
 
261
          <p>Per Hedeland</p>
 
262
          <p>Own Id: OTP-7525</p>
 
263
        </item>
 
264
 
 
265
      </list>
 
266
      -->
 
267
 
 
268
    </section>
 
269
 
 
270
    <section>
 
271
      <title>Reported Fixed Bugs and Malfunctions</title>
 
272
      <!-- 
 
273
      <p>-</p>
 
274
      -->
 
275
      <list type="bulleted">
 
276
        <item>
 
277
          <p>Logging of messages with the GetBulk-request PDU
 
278
            incorrectly produced an erroneous entry in the
 
279
            log: "An error occured". </p>
 
280
          <p>The reason for this was that the PDU-fields
 
281
            error_status and error_index is re-used for
 
282
            Non-repeaters and Max-repetitions for
 
283
            GetBulk-request PDUs, but this was not handled
 
284
            by the logging code. </p>
 
285
          <p>Own Id: OTP-7695</p>
 
286
          <p>Aux Id: Seq 11124</p>
 
287
        </item>
 
288
 
 
289
        <item>
 
290
          <p>[agent] An attempt to set the row status to active for an 
 
291
            notReady table row, could result in an "inconsistentValue" 
 
292
            error. </p>
 
293
          <p>The same problem existed when attempting to set row status 
 
294
            to notInService for a row in notReady. </p>
 
295
          <p>Serge Aleynikov</p>
 
296
          <p>Own Id: OTP-7698</p>
 
297
          <!-- <p>Aux Id: Seq 10966</p> -->
 
298
        </item>
 
299
 
 
300
      </list>
 
301
 
 
302
    </section>
 
303
 
 
304
    <section>
 
305
      <title>Incompatibilities</title>
 
306
      <p>-</p>
 
307
    </section>
 
308
  </section> <!-- 4.12.1 -->
 
309
 
 
310
  <section>
 
311
    <title>SNMP Development Toolkit 4.12</title>
 
312
    <p>Version 4.12 supports code replacement in runtime from/to
 
313
      version 4.11.2, 4.11.1 and 4.11.</p>
 
314
 
 
315
    <section>
 
316
      <title>Improvements and new features</title>
 
317
      <!-- 
 
318
      <p>-</p> 
 
319
      -->
 
320
      <list type="bulleted">
 
321
        <item>
 
322
          <p>[agent] A simple lookup cache has been added to improve 
 
323
            the mib server lookup performance. </p>
 
324
          <p>This can be disabled with the mib_server 
 
325
            <seealso marker="snmp_app">cache</seealso> option. </p> 
 
326
          <p>Own Id: OTP-7346</p>
 
327
        </item>
 
328
 
 
329
        <item>
 
330
          <p>[agent] Improvement of the inform reporting.
 
331
            It was previously not certain how many acks an
 
332
            application received, 0, 1 or 2. This has now been
 
333
            fixed, so that only 1 (one) ack is issued. </p> 
 
334
          <p>Per Hedeland</p>
 
335
          <p>Own Id: OTP-7525</p>
 
336
        </item>
 
337
 
 
338
      </list>
 
339
 
 
340
    </section>
 
341
 
 
342
    <section>
 
343
      <title>Reported Fixed Bugs and Malfunctions</title>
 
344
      <p>-</p>
 
345
      <!-- 
 
346
      <list type="bulleted">
 
347
        <item>
 
348
          <p>[manager] Encryption error when attempting to send
 
349
            version 3 inform-requests. </p>
 
350
          <p>Own Id: OTP-7432</p>
 
351
          <p>Aux Id: Seq 10966</p>
 
352
        </item>
 
353
 
 
354
      </list>
 
355
      -->
 
356
 
 
357
    </section>
 
358
 
 
359
    <section>
 
360
      <title>Incompatibilities</title>
 
361
      <p>-</p>
 
362
    </section>
 
363
  </section> <!-- 4.12 -->
 
364
 
 
365
  <section>
 
366
    <title>SNMP Development Toolkit 4.11.2</title>
 
367
    <p>Version 4.11.2 supports code replacement in runtime from/to
 
368
      version 4.11.1 and 4.11. </p>
 
369
 
 
370
    <section>
 
371
      <title>Improvements and new features</title>
 
372
      <p>-</p> 
 
373
      <!-- 
 
374
      <list type="bulleted">
 
375
        <item>
 
376
          <p>Added utility functions for transforming DateAndTime
 
377
            as [int()] to strings; 
 
378
            <seealso marker="snmp#dat2s">date_and_time_to_string/2</seealso>
 
379
            and  
 
380
            <seealso marker="snmp#dat2s2">date_and_time_to_string2/1</seealso>. </p>
 
381
          <p>Also added new validation function 
 
382
            <seealso marker="snmp#vdat">validate_date_and_time/2</seealso>. </p>
 
383
          <p>Own Id: OTP-7412</p>
 
384
          <p>Aux Id: Seq 10987</p>
 
385
        </item>
 
386
      </list>
 
387
      -->
 
388
    </section>
 
389
 
 
390
    <section>
 
391
      <title>Reported Fixed Bugs and Malfunctions</title>
 
392
      <!-- 
 
393
      <p>-</p>
 
394
      -->
 
395
      <list type="bulleted">
 
396
        <item>
 
397
          <p>[manager] Erroneous engine-id check when receiving version 3 
 
398
            informs. </p>
 
399
          <p>Own Id: OTP-7570</p>
 
400
          <p>Aux Id: Seq 11060</p>
 
401
        </item>
 
402
 
 
403
        <item>
 
404
          <p>Receiving an snmp message with a very large version
 
405
            number could cause the erlang node to run out of
 
406
            memory and consequently crash. </p>
 
407
          <p>The standard specifies the snmp version as an
 
408
            (unlimited) INTEGER, but today only
 
409
            0 (version 1), 1 (version 2) and 3 (version 3) is
 
410
            actually used. So, when decoding a message, a limit
 
411
            has been put on the snmp version integer in order
 
412
            to not allow this kind of a problem. </p>
 
413
          <p>Own Id: OTP-7575</p>
 
414
          <p>Aux Id: Seq 11064</p>
 
415
        </item>
 
416
 
 
417
      </list>
 
418
    </section>
 
419
 
 
420
    <section>
 
421
      <title>Incompatibilities</title>
 
422
      <p>-</p>
 
423
    </section>
 
424
  </section> <!-- 4.11.2 -->
 
425
 
 
426
 
 
427
  <section>
 
428
    <title>SNMP Development Toolkit 4.11.1</title>
 
429
    <p>Version 4.11.1 supports code replacement in runtime from/to
 
430
      version 4.11.</p>
 
431
 
 
432
    <section>
 
433
      <title>Improvements and new features</title>
 
434
      <!-- 
 
435
      <p>-</p> 
 
436
      -->
 
437
      <list type="bulleted">
 
438
        <item>
 
439
          <p>[compiler] The MIB compiler did not retreive the REFERENCE part
 
440
            of a SNMP MIB definition. </p>
 
441
          <p>This problem has been partly solved. For SNMP tables, 
 
442
            the assocList field of the tables mib-entry record now contains 
 
443
            this info (as <c>{reference, string()}</c>), <em>if</em> the 
 
444
            MIB was compiled with the compiler option <em>+reference</em>. </p>
 
445
          <p>This solution is temporary, until such time as a permanent
 
446
            solution (and probably not backward compatible) is devised, which
 
447
            retreives and stores all REFERENCE part(s) of a MIB. </p>
 
448
          <p>See the 
 
449
            <seealso marker="snmpc#compiler_opts">compiler options</seealso> 
 
450
            for more info. </p> 
 
451
 
 
452
          <p>Serge Aleynikov</p>
 
453
          <p>Own Id: OTP-7426</p>
 
454
        </item>
 
455
 
 
456
        <item>
 
457
          <p>Added utility functions for transforming DateAndTime
 
458
            as [int()] to strings; 
 
459
            <seealso marker="snmp#dat2s">date_and_time_to_string/2</seealso>
 
460
            and  
 
461
            <seealso marker="snmp#dat2s2">date_and_time_to_string2/1</seealso>. </p>
 
462
          <p>Also added new validation function 
 
463
            <seealso marker="snmp#vdat">validate_date_and_time/2</seealso>. </p>
 
464
          <p>Own Id: OTP-7412</p>
 
465
          <p>Aux Id: Seq 10987</p>
 
466
        </item>
 
467
 
 
468
      </list>
 
469
 
 
470
    </section>
 
471
 
 
472
    <section>
 
473
      <title>Reported Fixed Bugs and Malfunctions</title>
 
474
      <!-- 
 
475
      <p>-</p>
 
476
      -->
 
477
      <list type="bulleted">
 
478
        <item>
 
479
          <p>[manager] Encryption error when attempting to send
 
480
            version 3 inform-requests. </p>
 
481
          <p>Own Id: OTP-7432</p>
 
482
          <p>Aux Id: Seq 10966</p>
 
483
        </item>
 
484
 
 
485
      </list>
 
486
    </section>
 
487
 
 
488
    <section>
 
489
      <title>Incompatibilities</title>
 
490
      <p>-</p>
 
491
    </section>
 
492
  </section> <!-- 4.11.1 -->
 
493
 
 
494
  <section>
 
495
    <title>SNMP Development Toolkit 4.11</title>
 
496
    <p>Version 4.11 supports code replacement in runtime from/to
 
497
      version 4.10.3, 4.10.2, 4.10.1 and 4.10.</p>
 
498
 
 
499
    <section>
 
500
      <title>Improvements and new features</title>
 
501
      <!-- 
 
502
      <p>-</p> 
 
503
      -->
 
504
      <list type="bulleted">
 
505
        <item>
 
506
          <p>[agent] Performance improvements in the case when an SNMP 
 
507
            manager performs an snmpwalk. </p>
 
508
          <p>Martin Bj&ouml;rklund</p>
 
509
          <p>Own Id: OTP-7201</p>
 
510
        </item>
 
511
 
 
512
        <item>
 
513
          <p>The API for sending inform(s) has been improved. Also
 
514
            the documentation has been corrected and updated. See 
 
515
            <seealso marker="snmpa#send_notification">snmpa:send_notification</seealso> and 
 
516
            <seealso marker="snmpa_notification_delivery_info_receiver">snmpa_notification_delivery_info_receiver</seealso> 
 
517
            for more info.</p>
 
518
          <p>Own Id: OTP-7287</p>
 
519
          <p>Aux Id: Seq 10926</p>
 
520
        </item>
 
521
 
 
522
        <item>
 
523
          <p>[agent] Performance of the internal database (local-db) 
 
524
           has been improved.</p>
 
525
          <p>Own Id: OTP-7319</p>
 
526
          <p>Aux Id: Seq 10942</p>
 
527
        </item>
 
528
 
 
529
        <item>
 
530
          <p>[agent] Added utility functions,
 
531
            <seealso marker="snmpa#restart_worker">snmpa:restart_worker/0,1</seealso> and 
 
532
            <seealso marker="snmpa#restart_set_worker">snmpa:restart_set_worker/0,1</seealso>, 
 
533
            for restarting the agent worker processes (in case the agent is
 
534
            multi-threaded).</p>
 
535
          <p>Own Id: OTP-7369</p>
 
536
        </item>
 
537
 
 
538
        <item>
 
539
          <p>Add utility function to 
 
540
            <seealso marker="snmp#read_mib">read</seealso> 
 
541
            a compiled mib. </p>
 
542
          <p>Own Id: OTP-7371</p>
 
543
        </item>
 
544
 
 
545
      </list>
 
546
    </section>
 
547
 
 
548
    <section>
 
549
      <title>Reported Fixed Bugs and Malfunctions</title>
 
550
      <!-- 
 
551
      <p>-</p>
 
552
      -->
 
553
      <list type="bulleted">
 
554
        <item>
 
555
          <p>[manager] Encryption error when attempting to send
 
556
            version 3 inform-requests. </p>
 
557
          <p>Own Id: OTP-7377</p>
 
558
          <p>Aux Id: Seq 10966</p>
 
559
        </item>
 
560
 
 
561
      </list>
 
562
    </section>
 
563
 
 
564
    <section>
 
565
      <title>Incompatibilities</title>
 
566
      <p>-</p>
 
567
    </section>
 
568
  </section> <!-- 4.11 -->
 
569
 
 
570
  <section>
 
571
    <title>Release notes history</title>
 
572
    <p>For information about older versions see
 
573
      <url href="part_notes_history_frame.html">release notes history</url>.</p>
 
574
  </section>
 
575
</chapter>
 
576