- Timestamp:
- Feb 18, 2020 4:40:28 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136175
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r83110 r83112 44 44 <itemizedlist> 45 45 <listitem> 46 <para>Virtualization core: fixed a rare issue with ICEBP instruction46 <para>Virtualization core: Fixed a rare issue with ICEBP instruction 47 47 causing guru meditations on Intel hosts (6.1.0 regression; 48 48 bug #19171)</para> … … 50 50 51 51 <listitem> 52 <para>Virtualization core: fixed macOS Catalina guests failing to boot52 <para>Virtualization core: Fixed macOS Catalina guests failing to boot 53 53 after upgrading to 10.15.2 onwards (bug #19188)</para> 54 54 </listitem> 55 55 56 56 <listitem> 57 <para>GUI: recent NLS integration and bug fixes for GUI and Qt translation tags</para> 58 </listitem> 59 60 <listitem> 61 <para></para> 57 <para>GUI: recent NLS integration and bug fixes for GUI and Qt 58 translation tags</para> 59 </listitem> 60 61 </listitem> 62 63 <listitem> 64 <para>USB: Fix isochronous transfers to the VM for xHCI</para> 65 </listitem> 66 67 <listitem> 68 <para>Serial: Fix buffer handling, avoiding receiving stale data 69 when the receive queue is flushed (bug #18671)</para> 70 </listitem> 71 72 <listitem> 73 <para>Serial: Improve host serial port passthrough handling on 74 Windows host</para> 75 </listitem> 76 77 <listitem> 78 <para>VBoxManage: Restore old --clipboard option for modifyvm 79 command</para> 80 </listitem> 81 82 <listitem> 83 <para>macOS host: Use hardened runtime and request the needed 84 entitlements, meeting latest notarization rules which also 85 required moving VirtualBoxVM executable</para> 86 </listitem> 87 88 <listitem> 89 <para>macOS host: Update osxfuse to v3.10.4</para> 90 </listitem> 91 92 <listitem> 93 <para>Windows host: Update Italian translation of installer</para> 94 </listitem> 95 96 <listitem> 97 <para>Windows host: Improve shared folder compatibility with POSIX 98 append semantic (bug #19003)</para> 99 </listitem> 100 101 <listitem> 102 <para>Windows host: Restore the ability to run VMs through Hyper-V, 103 at the expense of performance</para> 104 </listitem> 105 106 <listitem> 107 <para>Linux guest: Support Linux 5.5 (bug #19145)</para> 108 </listitem> 109 110 <listitem> 111 <para>Linux guest: Shared folder fix for loopback mounting of 112 images</para> 113 </listitem> 114 115 <listitem> 116 <para>BIOS: Always report non-ATA disks as ready</para> 117 </listitem> 118 119 <listitem> 120 <para>BIOS: Report EFI support through DMI table (bug 19144)</para> 121 </listitem> 122 123 <listitem> 124 <para>VGA BIOS: Reduce stack space usage for INT 10h handlers</para> 62 125 </listitem> 63 126 … … 76 139 77 140 <listitem> 78 <para>Virtualization core: fixed performance issue observed with141 <para>Virtualization core: Fixed performance issue observed with 79 142 Windows XP guests on AMD hosts (6.0.0 regression; bug #19152)</para> 80 143 </listitem> 81 144 82 145 <listitem> 83 <para>Virtualization core: consistent IBRS/IBPB CPUID feature146 <para>Virtualization core: Consistent IBRS/IBPB CPUID feature 84 147 reporting, avoids crash of NetBSD 9.0 RC1 installer (bug 85 148 #19146)</para> … … 87 150 88 151 <listitem> 89 <para>GUI: fixed updating of runtime info</para>90 </listitem> 91 92 <listitem> 93 <para>GUI: in Display settings, do not show "2D video acceleration"152 <para>GUI: Fixed updating of runtime info</para> 153 </listitem> 154 155 <listitem> 156 <para>GUI: In Display settings, do not show "2D video acceleration" 94 157 checkbox if it is meaningless for the selected graphics 95 158 adapter</para> … … 97 160 98 161 <listitem> 99 <para>Audio: fixed audio input handling when VRDE is enabled</para>100 </listitem> 101 102 <listitem> 103 <para>Audio: fixed crash in the HDA emulation when using multi-speaker162 <para>Audio: Fixed audio input handling when VRDE is enabled</para> 163 </listitem> 164 165 <listitem> 166 <para>Audio: Fixed crash in the HDA emulation when using multi-speaker 104 167 configurations</para> 105 168 </listitem> 106 169 107 170 <listitem> 108 <para>Storage: fixed use of encrypted disks with snapshots involved171 <para>Storage: Fixed use of encrypted disks with snapshots involved 109 172 (6.1.0 regression; bug #19160)</para> 110 173 </listitem> 111 174 112 175 <listitem> 113 <para>Storage: improve performance of virtio-scsi</para>114 </listitem> 115 116 <listitem> 117 <para>Storage: read-only support for compressed clusters in QCOW2176 <para>Storage: Improve performance of virtio-scsi</para> 177 </listitem> 178 179 <listitem> 180 <para>Storage: Read-only support for compressed clusters in QCOW2 118 181 images</para> 119 182 </listitem> 120 183 121 184 <listitem> 122 <para>Windows installer: include unintentionally dropped vbox-img.exe185 <para>Windows installer: Include unintentionally dropped vbox-img.exe 123 186 utility again</para> 124 187 </listitem> 125 188 126 189 <listitem> 127 <para>Windows host: when installing or removing an extension pack,190 <para>Windows host: When installing or removing an extension pack, 128 191 retry the sometimes failing directory renaming (usually caused by 129 192 anti-virus software accessing the directory)</para> … … 135 198 136 199 <listitem> 137 <para>Windows guest: accelerate 2D video decoding (scaling and color200 <para>Windows guest: Accelerate 2D video decoding (scaling and color 138 201 space conversion) if the VM is configured to use VBoxSVGA with 3D 139 202 enabled</para> … … 141 204 142 205 <listitem> 143 <para>Windows guest: fix guest additions installer to upgrade the mouse206 <para>Windows guest: Fix guest additions installer to upgrade the mouse 144 207 filter driver reliably</para> 145 208 </listitem> 146 209 147 210 <listitem> 148 <para>Windows guest: when uninstalling older Guest Additions with old211 <para>Windows guest: When uninstalling older Guest Additions with old 149 212 3D support enabled try restoring original Direct3D files</para> 150 213 </listitem> 151 214 152 215 <listitem> 153 <para>Linux guest: improve resize and multi-monitor handling for VMs216 <para>Linux guest: Improve resize and multi-monitor handling for VMs 154 217 using VMSVGA (known remaining issue: do not disable a monitor 155 218 "in the middle", causes confusion)</para>
Note:
See TracChangeset
for help on using the changeset viewer.