- Timestamp:
- Oct 13, 2017 7:20:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r69056 r69089 35 35 36 36 <itemizedlist> 37 38 <listitem> 39 <para>VMM: fixed reason for recent Linux kernels on also recent CPU 40 models warning about "XSAVE consistency problem"</para> 41 </listitem> 37 42 38 43 <listitem> … … 57 62 audio input/output; corresponding changed were done to Audio 58 63 and Video Capture settings pages; VM Devices menu and status-bar 59 extended with corresponding actions and indicator as well .</para>64 extended with corresponding actions and indicator as well</para> 60 65 </listitem> 61 66 62 67 <listitem> 63 68 <para>GUI: improvements with accessibility support</para> 69 </listitem> 70 71 <listitem> 72 <para>GUI: Fixed double mouse cursor when using mouse integration 73 without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 74 (Mac OS X hosts only; bug #15610)</para> 64 75 </listitem> 65 76 … … 75 86 76 87 <listitem> 77 <para>Audio: HDA emulation now uses asynchronous data processing in 88 <para>Audio: HDA emulation now uses asynchronous data processing in 78 89 separate threads</para> 79 90 </listitem> 80 91 81 92 <listitem> 82 <para>Audio: implemented ability to enable or disable audio 93 <para>Audio: implemented ability to enable or disable audio 83 94 input / output on-the-fly</para> 84 95 </listitem> … … 99 110 100 111 <listitem> 112 <para>E1000: Fix for Windows XP freeze when booting with unplugged 113 cable</para> 114 </listitem> 115 116 <listitem> 117 <para>NAT network: do not skip some port forwarding setup when 118 multiple VMs are active (Windows hosts only; bug #17041)</para> 119 </listitem> 120 121 <listitem> 122 <para>Serial: fixed extremely rare misbehavior on VM poweroff</para> 123 </listitem> 124 125 <listitem> 101 126 <para>EFI: better video mode handling, supporting custom video 102 127 modes and easier configuration (bug #6783)</para> … … 104 129 105 130 <listitem> 106 <para>E1000: Windows XP freeze when booting with unplugged cable</para> 131 <para>BIOS: properly report floppy logical sectors per track for 132 unusual formats</para> 133 </listitem> 134 135 <listitem> 136 <para>BIOS: update ATA disk parameter table vectors only if there is 137 actually a corresponding ATA disk attached</para> 138 </listitem> 139 140 <listitem> 141 <para>PXE: speed up booting by better handling pending packets when 142 the link is not up yet</para> 143 </listitem> 144 145 <listitem> 146 <para>VBoxManage: handle CPUID sub-leaf overrides better</para> 147 </listitem> 148 149 <listitem> 150 <para>Windows Additions: fix several 3D related crashes</para> 151 </listitem> 152 153 <listitem> 154 <para>Solaris hosts: allow increasing MTU size for host-only adapter to 155 9706 bytes to support jumbo frames</para> 156 </listitem> 157 158 <listitem> 159 <para>Linux Additions: on systems using systemd, make sure that only 160 the Guest Additions timesync service is active</para> 107 161 </listitem> 108 162 … … 156 210 <listitem> 157 211 <para>OVF: when importing an appliance with XHCI controller, don't 158 add an OHCI controller .</para>212 add an OHCI controller</para> 159 213 </listitem> 160 214 … … 176 230 <listitem> 177 231 <para>Bridged networking: align outgoing packet at word boundary, 178 preventing Windows host crash in MsLbfoProvider .</para>232 preventing Windows host crash in MsLbfoProvider</para> 179 233 </listitem> 180 234 … … 215 269 216 270 <listitem> 217 <para>Audio: implemented record gain registers for AC'97 emulation; 271 <para>Audio: implemented record gain registers for AC'97 emulation; 218 272 those are needed for newer Ubuntu guests which rely on those when controlling 219 273 gain and muting the recording (capturing) levels</para> … … 983 1037 <listitem> 984 1038 <para>NAT: don't exceed the maximum number of "search" suffixes. 985 Patch from bug #15948 .</para>1039 Patch from bug #15948</para> 986 1040 </listitem> 987 1041 … … 995 1049 that cannot be mapped to the guests (e.g. dnsmasq running on 996 1050 127.0.1.1), make DHCP supply NAT Network DNS proxy as 997 nameserver .</para>1051 nameserver</para> 998 1052 </listitem> 999 1053 … … 1640 1694 regressions with 5.0.22 (bug #15529). This means that the networking 1641 1695 performance with certain guests will drop to the 5.0.20 level 1642 (bug #15295). One workaround is to disable GRO for Linux guests .</para>1696 (bug #15295). One workaround is to disable GRO for Linux guests</para> 1643 1697 </listitem> 1644 1698 … … 1725 1779 avoid false positives from competing DHCP renewals. This should fix 1726 1780 NAT link flaps when host has multiple DHCP configured interfaces, in 1727 particular when the host uses OpnVPN .</para>1781 particular when the host uses OpnVPN</para> 1728 1782 </listitem> 1729 1783 … … 2540 2594 For Yosemite and El Capitan this button should work accordingly to the 2541 2595 Apple HIG: Full-screen by default, maximize if the user holds the 2542 Option key .</para>2596 Option key</para> 2543 2597 </listitem> 2544 2598 … … 2633 2687 <listitem> 2634 2688 <para>Bridged Networking: fixed handling of guest DHCP requests without UDP 2635 checksum when bridging to a wireless interface (bug #14615) .</para>2689 checksum when bridging to a wireless interface (bug #14615)</para> 2636 2690 </listitem> 2637 2691 … … 2923 2977 <listitem> 2924 2978 <para>X11 Additions: fixed a number of small issues with dynamic 2925 resizing and full-screen and seamless modes .</para>2979 resizing and full-screen and seamless modes</para> 2926 2980 </listitem> 2927 2981 … … 2970 3024 <para>VMM: This release has AVX2 passthrough disabled on every host and 2971 3025 AVX passthrough disabled for 64-bit VMs on 32-bit hosts. This will be 2972 properly fixed in a future 5.0.x maintenance release (see e.g. bug #14262) .</para>3026 properly fixed in a future 5.0.x maintenance release (see e.g. bug #14262)</para> 2973 3027 </listitem> 2974 3028 … … 3128 3182 <listitem> 3129 3183 <para>X11 Additions: various seamless mode fixes, including 3130 invisible windows under LXDE .</para>3184 invisible windows under LXDE</para> 3131 3185 </listitem> 3132 3186 … … 3171 3225 <para>VMs can now be started in <emphasis>separate mode</emphasis>. The VM 3172 3226 process is started headless while the frontend runs as a separate process 3173 which can be terminated without stopping the VM .</para>3227 which can be terminated without stopping the VM</para> 3174 3228 </listitem> 3175 3229 … … 3238 3292 <listitem> 3239 3293 <para>GUI: improved HID LEDs synchronization for Mac and Windows hosts. 3240 The physical LEDs state now restored together with the VM state .</para>3294 The physical LEDs state now restored together with the VM state</para> 3241 3295 </listitem> 3242 3296 … … 3923 3977 <para>Windows Additions: prevent VBox WDDM driver from loading if host 3924 3978 reports weak OpenGL capabilities. 3D content now can be shown over 3925 Remote Desktop connection .</para>3979 Remote Desktop connection</para> 3926 3980 </listitem> 3927 3981
Note:
See TracChangeset
for help on using the changeset viewer.