1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- Release change log structure
|
---|
3 |
|
---|
4 | Each release has a matching log of changes which were made for that and
|
---|
5 | earlier releases. Earlier releases means anything with a lower number (e.g.
|
---|
6 | 5.0.18 is lower than 5.1.2) which was released before this one. The log is
|
---|
7 | kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
|
---|
8 | particularly new features and fixed bugs, with a trac bug number if possible,
|
---|
9 | should be added to the top of the change log (that is, the section for the
|
---|
10 | upcoming release) for the branch in which it first appears - stable or
|
---|
11 | development - before the next release. If you back-port it to older branches
|
---|
12 | please add an entry there too. When a new major release is made, change log
|
---|
13 | sections for earlier releases are merged in.
|
---|
14 |
|
---|
15 | Change log sections are split into two groups: major new features (normally
|
---|
16 | only for dot zero releases) and fixes. In addition, the entries in each group
|
---|
17 | are ordered as follows:
|
---|
18 |
|
---|
19 | VMM-related entries (most important)
|
---|
20 | GUI-related entries (most visible for users)
|
---|
21 | Device-related entries
|
---|
22 | VBoxManage/API/Main-related entries
|
---|
23 | Host-related entries
|
---|
24 | Guest-related entries
|
---|
25 | BIOS/EFI/ACPI-related entries
|
---|
26 |
|
---|
27 | Please do further ordering as seems appropriate by importance and visibility for
|
---|
28 | users, e.g. audio before serial ports and generally Windows before Linux. Please
|
---|
29 | also try to describe the user impact, not the technical details, and only use
|
---|
30 | technical terms if no non-technical ones are clear enough.
|
---|
31 | -->
|
---|
32 | <chapter>
|
---|
33 |
|
---|
34 | <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
|
---|
35 | So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
|
---|
36 |
|
---|
37 | <sect1>
|
---|
38 | <title>Version 6.1.xx (2019-xx-xx)</title>
|
---|
39 |
|
---|
40 | <para>
|
---|
41 | This is a maintenance release. The following items were fixed and/or
|
---|
42 | added:
|
---|
43 | </para>
|
---|
44 |
|
---|
45 | <itemizedlist>
|
---|
46 |
|
---|
47 | <listitem>
|
---|
48 | <para>Virtualization core: fixed performance issue observed with
|
---|
49 | Windows XP guests on AMD hosts (6.0.0 regression; bug #19152)</para>
|
---|
50 | </listitem>
|
---|
51 |
|
---|
52 | <listitem>
|
---|
53 | <para>Virtualization core: consistent IBRS/IBPB CPUID feature
|
---|
54 | reporting, avoids crash of NetBSD 9.0 RC1 installer (bug
|
---|
55 | #19146)</para>
|
---|
56 | </listitem>
|
---|
57 |
|
---|
58 | <listitem>
|
---|
59 | <para>GUI: fixed updating of runtime info</para>
|
---|
60 | </listitem>
|
---|
61 |
|
---|
62 | <listitem>
|
---|
63 | <para>GUI: in Display settings, do not show "2D video acceleration"
|
---|
64 | checkbox if it is meaningless for the selected graphics
|
---|
65 | adapter</para>
|
---|
66 | </listitem>
|
---|
67 |
|
---|
68 | <listitem>
|
---|
69 | <para>Audio: fixed audio input handling when VRDE is enabled</para>
|
---|
70 | </listitem>
|
---|
71 |
|
---|
72 | <listitem>
|
---|
73 | <para>Linux guest: improve resize and multi-monitor handling for VMs
|
---|
74 | using VMSVGA (known remaining issue: do not disable a monitor
|
---|
75 | "in the middle", causes confusion)</para>
|
---|
76 | </listitem>
|
---|
77 |
|
---|
78 | <listitem>
|
---|
79 | <para>Audio: fixed crash in the HDA emulation when using multi-speaker
|
---|
80 | configurations</para>
|
---|
81 | </listitem>
|
---|
82 |
|
---|
83 | <listitem>
|
---|
84 | <para>Storage: improve performance of virtio-scsi</para>
|
---|
85 | </listitem>
|
---|
86 |
|
---|
87 | <listitem>
|
---|
88 | <para>Storage: read-only support for compressed clusters in QCOW2
|
---|
89 | images</para>
|
---|
90 | </listitem>
|
---|
91 |
|
---|
92 | <listitem>
|
---|
93 | <para>Windows installer: include unintentionally dropped vbox-img.exe
|
---|
94 | utility again</para>
|
---|
95 | </listitem>
|
---|
96 |
|
---|
97 | <listitem>
|
---|
98 | <para>Windows host: when installing or removing an extension pack,
|
---|
99 | retry the sometimes failing directory renaming (usually caused by
|
---|
100 | anti-virus software accessing the directory)</para>
|
---|
101 | </listitem>
|
---|
102 |
|
---|
103 | <listitem>
|
---|
104 | <para>Linux host: Support Linux 5.5 (guest additions not yet)</para>
|
---|
105 | </listitem>
|
---|
106 |
|
---|
107 | <listitem>
|
---|
108 | <para>Windows guest: accelerate 2D video decoding (scaling and color
|
---|
109 | space conversion) if the VM is configured to use VBoxSVGA with 3D
|
---|
110 | enabled</para>
|
---|
111 | </listitem>
|
---|
112 |
|
---|
113 | <listitem>
|
---|
114 | <para>Windows guest: fix guest additions installer to upgrade the mouse
|
---|
115 | filter driver reliably</para>
|
---|
116 | </listitem>
|
---|
117 |
|
---|
118 | <listitem>
|
---|
119 | <para>Windows guest: when uninstalling older Guest Additions with old
|
---|
120 | 3D support enabled try restoring original Direct3D files</para>
|
---|
121 | </listitem>
|
---|
122 |
|
---|
123 | </itemizedlist>
|
---|
124 | </sect1>
|
---|
125 |
|
---|
126 | <sect1>
|
---|
127 | <title>Version 6.1.0 (2019-12-10)</title>
|
---|
128 |
|
---|
129 | <para>
|
---|
130 | This is a major update. The following major new features were
|
---|
131 | added:
|
---|
132 | </para>
|
---|
133 |
|
---|
134 | <itemizedlist>
|
---|
135 |
|
---|
136 | <listitem>
|
---|
137 | <para>
|
---|
138 | Implemented support for importing a virtual machine from Oracle
|
---|
139 | Cloud Infrastructure
|
---|
140 | </para>
|
---|
141 | </listitem>
|
---|
142 |
|
---|
143 | <listitem>
|
---|
144 | <para>
|
---|
145 | Extended support for exporting a virtual machine to Oracle
|
---|
146 | Cloud Infrastructure, allowing the creation of multiple
|
---|
147 | virtual machines without re-uploading. Also added option to
|
---|
148 | export a VM to the cloud using the more efficient variant
|
---|
149 | "paravirtialized", and to specify free-form tags for cloud
|
---|
150 | images
|
---|
151 | </para>
|
---|
152 | </listitem>
|
---|
153 |
|
---|
154 | <listitem>
|
---|
155 | <para>
|
---|
156 | Virtualization core: Support for nested hardware-virtualization
|
---|
157 | on Intel CPUs (starting with 5th generation Core i, codename
|
---|
158 | Broadwell), so far tested only with guest running VirtualBox
|
---|
159 | </para>
|
---|
160 | </listitem>
|
---|
161 |
|
---|
162 | <listitem>
|
---|
163 | <para>
|
---|
164 | Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains,
|
---|
165 | old style 3D support (with VBoxVGA) has been completely removed
|
---|
166 | </para>
|
---|
167 | </listitem>
|
---|
168 |
|
---|
169 | <listitem>
|
---|
170 | <para>
|
---|
171 | Shared Clipboard: Implemented experimental support for file transfers
|
---|
172 | (Windows hosts/guests only at the moment). Needs to be enabled via
|
---|
173 | VBoxManage (disabled by default).
|
---|
174 | </para>
|
---|
175 | </listitem>
|
---|
176 |
|
---|
177 | </itemizedlist>
|
---|
178 |
|
---|
179 | <para>
|
---|
180 | In addition, the following items were fixed and/or added:
|
---|
181 | </para>
|
---|
182 |
|
---|
183 | <itemizedlist>
|
---|
184 |
|
---|
185 | <listitem>
|
---|
186 | <para>
|
---|
187 | Virtualization core: Drop recompiler, i.e. running VMs now needs
|
---|
188 | a CPU supporting hardware virtualization
|
---|
189 | </para>
|
---|
190 | </listitem>
|
---|
191 |
|
---|
192 | <listitem>
|
---|
193 | <para>
|
---|
194 | Runtime: Works now on hosts with many CPUs (limit now 1024)
|
---|
195 | </para>
|
---|
196 | </listitem>
|
---|
197 |
|
---|
198 | <listitem>
|
---|
199 | <para>
|
---|
200 | Appliance and Cloud Import: Add field for defining firmware type (not
|
---|
201 | part of OVF spec and thus manual in the Appliance case, for OCI it is
|
---|
202 | automatically taken from the instance information)
|
---|
203 | </para>
|
---|
204 | </listitem>
|
---|
205 |
|
---|
206 | <listitem>
|
---|
207 | <para>
|
---|
208 | GUI: Improved the VISO creation and file manager dialogs
|
---|
209 | </para>
|
---|
210 | </listitem>
|
---|
211 |
|
---|
212 | <listitem>
|
---|
213 | <para>
|
---|
214 | GUI: Virtual machine list of VirtualBox Manager was improved. Machine
|
---|
215 | groups are now more obvious visually and VM search functionality
|
---|
216 | has been improved. Global Tools element can now be pinned in place,
|
---|
217 | to avoid scrolling it with rest of machine list
|
---|
218 | </para>
|
---|
219 | </listitem>
|
---|
220 |
|
---|
221 | <listitem>
|
---|
222 | <para>
|
---|
223 | GUI: Virtual machine details pane is now extended with embedded editors
|
---|
224 | for selected VM attributes, allowing user to edit them on-the-fly byi
|
---|
225 | clicking corresponding hyper-links without opening VM settings dialog
|
---|
226 | </para>
|
---|
227 | </listitem>
|
---|
228 |
|
---|
229 | <listitem>
|
---|
230 | <para>
|
---|
231 | GUI: Details pane provides more complete information
|
---|
232 | </para>
|
---|
233 | </listitem>
|
---|
234 |
|
---|
235 | <listitem>
|
---|
236 | <para>
|
---|
237 | GUI: Internal medium enumeration routines were optimized to reduce the load
|
---|
238 | and optimize the performance in cases when user have lots
|
---|
239 | of media registered. Also, we again allowed to add existing media (and create new)
|
---|
240 | via Virtual Media Manager
|
---|
241 | </para>
|
---|
242 | </listitem>
|
---|
243 |
|
---|
244 | <listitem>
|
---|
245 | <para>
|
---|
246 | GUI: More consistent medium selection (both showing known images
|
---|
247 | and allowing to select using the file picker)
|
---|
248 | </para>
|
---|
249 | </listitem>
|
---|
250 |
|
---|
251 | <listitem>
|
---|
252 | <para>
|
---|
253 | GUI: VM storage settings page was adjusted a bit in usability regard. User is now
|
---|
254 | allowed to change controller bus type and can move attachments between the controllers
|
---|
255 | by using drag and drop
|
---|
256 | </para>
|
---|
257 | </listitem>
|
---|
258 |
|
---|
259 | <listitem>
|
---|
260 | <para>
|
---|
261 | GUI: Storage and Network settings pages bug-fixes and usability optimization
|
---|
262 | </para>
|
---|
263 | </listitem>
|
---|
264 |
|
---|
265 | <listitem>
|
---|
266 | <para>
|
---|
267 | GUI: Added a new soft (virtual) keyboard enabling arbitrary keyboard input to guests,
|
---|
268 | including multimedia keys
|
---|
269 | </para>
|
---|
270 | </listitem>
|
---|
271 |
|
---|
272 | <listitem>
|
---|
273 | <para>
|
---|
274 | GUI: Fixed crash in cloud related wizards when accessibility
|
---|
275 | functionality was enabled
|
---|
276 | </para>
|
---|
277 | </listitem>
|
---|
278 |
|
---|
279 | <listitem>
|
---|
280 | <para>
|
---|
281 | GUI: Show VM CPU load as part of status bar CPU indicator
|
---|
282 | </para>
|
---|
283 | </listitem>
|
---|
284 |
|
---|
285 | <listitem>
|
---|
286 | <para>
|
---|
287 | GUI: Improved and extended the Session Information dialog
|
---|
288 | </para>
|
---|
289 | </listitem>
|
---|
290 |
|
---|
291 | <listitem>
|
---|
292 | <para>
|
---|
293 | GUI: Fixed/improved mouse pointer scaling
|
---|
294 | </para>
|
---|
295 | </listitem>
|
---|
296 |
|
---|
297 | <listitem>
|
---|
298 | <para>
|
---|
299 | GUI: Some issues related to mouse integration cursor scaling were
|
---|
300 | addressed (bug #14366), more to go
|
---|
301 | </para>
|
---|
302 | </listitem>
|
---|
303 |
|
---|
304 | <listitem>
|
---|
305 | <para>
|
---|
306 | GUI: Fix and unify geometry save/restore in various dialogs
|
---|
307 | </para>
|
---|
308 | </listitem>
|
---|
309 |
|
---|
310 | <listitem>
|
---|
311 | <para>
|
---|
312 | GUI: Added the missing restriction options for disabling new
|
---|
313 | functionality such as the VISO creator
|
---|
314 | </para>
|
---|
315 | </listitem>
|
---|
316 |
|
---|
317 | <listitem>
|
---|
318 | <para>
|
---|
319 | GUI: Popup messages mouse click fix
|
---|
320 | </para>
|
---|
321 | </listitem>
|
---|
322 |
|
---|
323 | <listitem>
|
---|
324 | <para>
|
---|
325 | Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0)
|
---|
326 | </para>
|
---|
327 | </listitem>
|
---|
328 |
|
---|
329 | <listitem>
|
---|
330 | <para>
|
---|
331 | Graphics: Additional texture format support on Windows host
|
---|
332 | </para>
|
---|
333 | </listitem>
|
---|
334 |
|
---|
335 | <listitem>
|
---|
336 | <para>
|
---|
337 | Graphics: Improved fix for flickering on Windows host
|
---|
338 | </para>
|
---|
339 | </listitem>
|
---|
340 |
|
---|
341 | <listitem>
|
---|
342 | <para>Input: Added support for horizontal scrolling in the PS/2 mouse
|
---|
343 | device using the IntelliMouse Explorer protocol. Note that this support
|
---|
344 | is automatically used by Linux guests but not by Windows guests
|
---|
345 | </para>
|
---|
346 | </listitem>
|
---|
347 |
|
---|
348 | <listitem>
|
---|
349 | <para>vboximg-mount: Experimental support for direct read-only access
|
---|
350 | to NTFS, FAT and ext2/3/4 filesystems inside a disk image without
|
---|
351 | the need for support on the host
|
---|
352 | </para>
|
---|
353 | </listitem>
|
---|
354 |
|
---|
355 | <listitem>
|
---|
356 | <para>vboximg-mount: Now also available on Linux host
|
---|
357 | </para>
|
---|
358 | </listitem>
|
---|
359 |
|
---|
360 | <listitem>
|
---|
361 | <para>
|
---|
362 | Storage: Experimental support for virtio-scsi, for both hard disks and
|
---|
363 | optical drives (including boot support in BIOS)
|
---|
364 | </para>
|
---|
365 | </listitem>
|
---|
366 |
|
---|
367 | <listitem>
|
---|
368 | <para>
|
---|
369 | Storage: For optical drive emulation fix empty host drive crash
|
---|
370 | </para>
|
---|
371 | </listitem>
|
---|
372 |
|
---|
373 | <listitem>
|
---|
374 | <para>
|
---|
375 | USB: Improvements for EHCI controller implementation
|
---|
376 | </para>
|
---|
377 | </listitem>
|
---|
378 |
|
---|
379 | <listitem>
|
---|
380 | <para>
|
---|
381 | USB: Filter can now specify port path, uniquely identifying a port
|
---|
382 | in a system
|
---|
383 | </para>
|
---|
384 | </listitem>
|
---|
385 |
|
---|
386 | <listitem>
|
---|
387 | <para>
|
---|
388 | NAT: Fix TFTP OACK response, send only if request has options
|
---|
389 | </para>
|
---|
390 | </listitem>
|
---|
391 |
|
---|
392 | <listitem>
|
---|
393 | <para>
|
---|
394 | NAT Network: Use non-blocking sockets on Linux for accepted
|
---|
395 | incoming connections (port forwarding)
|
---|
396 | </para>
|
---|
397 | </listitem>
|
---|
398 |
|
---|
399 | <listitem>
|
---|
400 | <para>
|
---|
401 | PCnet-ISA: Added new network adapter type, currently CLI only
|
---|
402 | </para>
|
---|
403 | </listitem>
|
---|
404 |
|
---|
405 | <listitem>
|
---|
406 | <para>
|
---|
407 | Audio: Allow changing the host audio backend while the VM is
|
---|
408 | in saved state
|
---|
409 | </para>
|
---|
410 | </listitem>
|
---|
411 |
|
---|
412 | <listitem>
|
---|
413 | <para>
|
---|
414 | ACPI: Report NVMe controller
|
---|
415 | </para>
|
---|
416 | </listitem>
|
---|
417 |
|
---|
418 | <listitem>
|
---|
419 | <para>
|
---|
420 | VGA: Improve hardware and BIOS compatibility
|
---|
421 | </para>
|
---|
422 | </listitem>
|
---|
423 |
|
---|
424 | <listitem>
|
---|
425 | <para>
|
---|
426 | VBoxSVGA/VMSVGA: Support YUV2 and related texture formats with hosts
|
---|
427 | using OpenGL (macOS and Linux), which accelerates video playback
|
---|
428 | when 3D is enabled by delegating the color space conversion to the
|
---|
429 | host GPU
|
---|
430 | </para>
|
---|
431 | </listitem>
|
---|
432 |
|
---|
433 | <listitem>
|
---|
434 | <para>
|
---|
435 | VBoxSVGA/VMSVGA: Several drawing fixes for the 3D case
|
---|
436 | </para>
|
---|
437 | </listitem>
|
---|
438 |
|
---|
439 | <listitem>
|
---|
440 | <para>
|
---|
441 | VMSVGA 3D: Fixed OpenGL compressed textures
|
---|
442 | </para>
|
---|
443 | </listitem>
|
---|
444 |
|
---|
445 | <listitem>
|
---|
446 | <para>
|
---|
447 | VBoxManage: More cloud functionality coverage, e.g. starting
|
---|
448 | a cloud instance
|
---|
449 | </para>
|
---|
450 | </listitem>
|
---|
451 |
|
---|
452 | <listitem>
|
---|
453 | <para>
|
---|
454 | VBoxManage: As part of the guest control feature support moving
|
---|
455 | multiple source files/directories to a target directory
|
---|
456 | </para>
|
---|
457 | </listitem>
|
---|
458 |
|
---|
459 | <listitem>
|
---|
460 | <para>Guest Control/VBoxManage: Added support for specifying multiple sources
|
---|
461 | when renaming guest files
|
---|
462 | </para>
|
---|
463 | </listitem>
|
---|
464 |
|
---|
465 | <listitem>
|
---|
466 | <para>VBoxManage: Show "unrestricted guest" and "nested HW
|
---|
467 | virtualization" CPU features when listing the host information</para>
|
---|
468 | </listitem>
|
---|
469 |
|
---|
470 | <listitem>
|
---|
471 | <para>
|
---|
472 | API: Reduce the amount of leftovers from Move VM function
|
---|
473 | </para>
|
---|
474 | </listitem>
|
---|
475 |
|
---|
476 | <listitem>
|
---|
477 | <para>
|
---|
478 | Shared Clipboard: Implemented experimental support for file transfers
|
---|
479 | for Linux hosts on Windows guests (disabled by default)
|
---|
480 | </para>
|
---|
481 | </listitem>
|
---|
482 |
|
---|
483 | <listitem>
|
---|
484 | <para>
|
---|
485 | SMBIOS: Store system UUID in little endian format which is the
|
---|
486 | default for new VMs, while existing VMs stick to the old VirtualBox
|
---|
487 | behavior of storing them in big endian format for backwards
|
---|
488 | compatibility to avoid breaking the activation status of Windows VMs
|
---|
489 | </para>
|
---|
490 | </listitem>
|
---|
491 |
|
---|
492 | <listitem>
|
---|
493 | <para>VBoxSDL frontend: Fixed running on Windows hosts</para>
|
---|
494 | </listitem>
|
---|
495 |
|
---|
496 | <listitem>
|
---|
497 | <para>
|
---|
498 | macOS host: Fix VM crashes (most visible on macOS Catalina)
|
---|
499 | </para>
|
---|
500 | </listitem>
|
---|
501 |
|
---|
502 | <listitem>
|
---|
503 | <para>
|
---|
504 | Linux host: Improve vboxweb systemd service dependency information
|
---|
505 | </para>
|
---|
506 | </listitem>
|
---|
507 |
|
---|
508 | <listitem>
|
---|
509 | <para>
|
---|
510 | Linux host: Drop PCI passthrough, the current code is too incomplete
|
---|
511 | (cannot handle PCIe devices at all), i.e. not useful enough
|
---|
512 | </para>
|
---|
513 | </listitem>
|
---|
514 |
|
---|
515 | <listitem>
|
---|
516 | <para>Linux host and guest: Support Linux 5.4 (bug #18945)</para>
|
---|
517 | </listitem>
|
---|
518 |
|
---|
519 | <listitem>
|
---|
520 | <para>Linux host and guest: Force disabling of kernel module signing
|
---|
521 | during build (user can do it afterwards)</para>
|
---|
522 | </listitem>
|
---|
523 |
|
---|
524 | <listitem>
|
---|
525 | <para>
|
---|
526 | Windows host: When possible, distinguish USB devices by port number; helps
|
---|
527 | with accurate capturing of devices when multiple otherwise identical devices
|
---|
528 | are connected
|
---|
529 | </para>
|
---|
530 | </listitem>
|
---|
531 |
|
---|
532 | <listitem>
|
---|
533 | <para>
|
---|
534 | Windows Guest Additions: Many fixes for drawing problems in the
|
---|
535 | driver for VBoxSVGA
|
---|
536 | </para>
|
---|
537 | </listitem>
|
---|
538 |
|
---|
539 | <listitem>
|
---|
540 | <para>
|
---|
541 | Windows Guest Additions: Fixes for legacy VBoxVGA adapter, restore
|
---|
542 | previously working cases
|
---|
543 | </para>
|
---|
544 | </listitem>
|
---|
545 |
|
---|
546 | <listitem>
|
---|
547 | <para>
|
---|
548 | Windows Guest Additions: Restore VHWA functionality for VBoxSVGA
|
---|
549 | </para>
|
---|
550 | </listitem>
|
---|
551 |
|
---|
552 | <listitem>
|
---|
553 | <para>
|
---|
554 | Windows guest: DXVA implementation for WDDM driver
|
---|
555 | </para>
|
---|
556 | </listitem>
|
---|
557 |
|
---|
558 | <listitem>
|
---|
559 | <para>
|
---|
560 | Documentation: Updated supported host operating systems, added few
|
---|
561 | new manual pages (more to come later)
|
---|
562 | </para>
|
---|
563 | </listitem>
|
---|
564 |
|
---|
565 | <listitem>
|
---|
566 | <para>
|
---|
567 | EFI: Switch to newer firmware code base and add NVRAM support,
|
---|
568 | should improve compatibility with OSes significantly
|
---|
569 | </para>
|
---|
570 | </listitem>
|
---|
571 |
|
---|
572 | <listitem>
|
---|
573 | <para>
|
---|
574 | EFI: Added support for booting from APFS
|
---|
575 | </para>
|
---|
576 | </listitem>
|
---|
577 |
|
---|
578 | <listitem>
|
---|
579 | <para>
|
---|
580 | EFI: Added support for non-standard SATA and NVMe boot device paths
|
---|
581 | created by OS X
|
---|
582 | </para>
|
---|
583 | </listitem>
|
---|
584 |
|
---|
585 | <listitem>
|
---|
586 | <para>
|
---|
587 | EFI: Modified updated EFI code base to support older OS X guests again
|
---|
588 | </para>
|
---|
589 | </listitem>
|
---|
590 |
|
---|
591 | </itemizedlist>
|
---|
592 |
|
---|
593 | </sect1>
|
---|
594 |
|
---|
595 | </chapter>
|
---|