Changeset 62259 in vbox for trunk/doc/manual
- Timestamp:
- Jul 14, 2016 3:26:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r62241 r62259 20 20 21 21 <listitem> 22 <para>Audio: make AC97 volume control work again (5.1 regression; 23 bug #15598)</para> 24 </listitem> 25 26 <listitem> 22 27 <para>EFI: fixed access to devices attached to SATA port 2 and 23 28 higher (bug #15607)</para> … … 172 177 </itemizedlist> 173 178 179 </sect1> 180 181 <sect1> 182 <title>Version 5.0.24 (2016-06-28)</title> 183 184 <para>This is a maintenance release. The following items were fixed and/or 185 added:</para> 186 187 <itemizedlist> 188 189 <listitem> 190 <para>VMM: reverted to the old I/O-APIC code for now to fix certain 191 regressions with 5.0.22 (bug #15529). This means that the networking 192 performance with certain guests will drop to the 5.0.20 level 193 (bug #15295). One workaround is to disable GRO for Linux guests.</para> 194 </listitem> 195 196 <listitem> 197 <para>Main: when taking a screenshot, don't save garbage for blanked 198 screens</para> 199 </listitem> 200 201 <listitem> 202 <para>NAT: correctly parse resolv.conf file with multiple 203 separators (5.0.22 regression)</para> 204 </listitem> 205 206 <listitem> 207 <para>Storage: fixed a possible corruption of stream optimized 208 VMDK images from VMware when opened in read/write mode for the 209 first time</para> 210 </listitem> 211 212 <listitem> 213 <para>ACPI: notify the guest when the battery / AC state changes instead 214 of relying on guest polling</para> 215 </listitem> 216 217 <listitem> 218 <para>Linux hosts: fixed <emphasis>VERR_VMM_SET_JMP_ABORTED_RESUME</emphasis> 219 Guru Meditations on hosts with Linux 4.6 or later (bug #15439)</para> 220 </listitem> 221 222 <listitem> 223 <para>Solaris hosts: make the GUI work on Solaris 10 again (bug #15549)</para> 224 </listitem> 225 226 </itemizedlist> 227 </sect1> 228 229 <sect1> 230 <title>Version 5.0.22 (2016-06-16)</title> 231 232 <para>This is a maintenance release. The following items were fixed and/or 233 added:</para> 234 235 <itemizedlist> 236 237 <listitem> 238 <para>VMM: fixes for certain Intel Atom hosts (bug #14915)</para> 239 </listitem> 240 241 <listitem> 242 <para>VMM: properly restore the complete FPU state for 32-bit guests 243 on 64-bit hosts on Intel Sandy Bridge and Ivy Bridge CPUs</para> 244 </listitem> 245 246 <listitem> 247 <para>VMM: new I/O-APIC implementation fixing several bugs and improving 248 the performance under certain conditions (bug #15295 and others)</para> 249 </listitem> 250 251 <listitem> 252 <para>VMM: fixed a potential Linux guest panic on AMD hosts</para> 253 </listitem> 254 255 <listitem> 256 <para>VMM: fixed a potential hang with 32-bit EFI guests on 257 Intel CPUs (VT-x without unrestricted guest execution)</para> 258 </listitem> 259 260 <listitem> 261 <para>GUI: don't allow to start subsequent separate VM instances</para> 262 </listitem> 263 264 <listitem> 265 <para>GUI: raised upper limit for video capture screen resolution 266 (bug #15432)</para> 267 </listitem> 268 269 <listitem> 270 <para>GUI: warn if the VM has less than 128MB VRAM configured and 3D 271 enabled</para> 272 </listitem> 273 274 <listitem> 275 <para>Main: when monitoring DNS configuration changes on Windows hosts 276 avoid false positives from competing DHCP renewals. This should fix 277 NAT link flaps when host has multiple DHCP configured interfaces, in 278 particular when the host uses OpnVPN.</para> 279 </listitem> 280 281 <listitem> 282 <para>Main: properly display an error message if the VRDE server 283 cannot be enabled at runtime, for example because another service 284 is using the same port</para> 285 </listitem> 286 287 <listitem> 288 <para>NAT: Initialize guest address guess for wildcard 289 port-forwarding rules with default guest address (bug #15412)</para> 290 </listitem> 291 292 <listitem> 293 <para>VGA: fix for a problem which made certain legacy guests crash 294 under certain conditions (bug #14811)</para> 295 </listitem> 296 297 <listitem> 298 <para>OVF: fixed import problems for some appliances using an AHCI 299 controller created by 3rd party applications</para> 300 </listitem> 301 302 <listitem> 303 <para>SDK: reduced memory usage in the webservice Java bindings</para> 304 </listitem> 305 306 <listitem> 307 <para>Windows hosts: fixed performance regresson with SMP guests 308 (5.0 regression)</para> 309 </listitem> 310 311 <listitem> 312 <para>Windows hosts: fixes for the shared clipboard</para> 313 </listitem> 314 315 <listitem> 316 <para>Windows hosts: Windows hardening fix</para> 317 </listitem> 318 319 <listitem> 320 <para>Windows Additions: fixes to retain the guest display layout 321 when resizing or disabling the guest monitors</para> 322 </listitem> 323 324 <listitem> 325 <para>Linux hosts: EL 6.8 fix (bug #15411)</para> 326 </listitem> 327 328 <listitem> 329 <para>Linux hosts: Linux 4.7 fix (bug #15459)</para> 330 </listitem> 331 332 <listitem> 333 <para>Linux Additions: Linux 4.7 fixes (bug #15444)</para> 334 </listitem> 335 336 <listitem> 337 <para>Linux Additions: fix for certain 32-bit guests (5.0.18 338 regression; bug #15320)</para> 339 </listitem> 340 341 <listitem> 342 <para>Linux Additions: fixed mouse pointer offset (5.0.18 343 regression; bug #15324)</para> 344 </listitem> 345 346 <listitem> 347 <para>Linux Additions: made old X.Org releases work again with 348 kernels 3.11 and later (5.0.18 regression; bug #15319)</para> 349 </listitem> 350 351 <listitem> 352 <para>Linux Additions: fixed X.Org crash after hard guest reset 353 (5.0.18 regression; bug #15354)</para> 354 </listitem> 355 356 <listitem> 357 <para>Linux Additions: don't stop the X11 setup if loading the 358 shared folders module fails (5.0.18 regression)</para> 359 </listitem> 360 361 <listitem> 362 <para>Linux Additions: don't complain if the Drag and Drop service 363 is not available on the host</para> 364 </listitem> 365 366 <listitem> 367 <para>Solaris Additions: added support for X.org 1.18</para> 368 </listitem> 369 370 </itemizedlist> 174 371 </sect1> 175 372
Note:
See TracChangeset
for help on using the changeset viewer.