- Timestamp:
- Apr 5, 2019 3:49:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r77035 r78029 36 36 37 37 <sect1> 38 <title>Version 6.0.3 (2019-xx-xx)</title>39 38 40 <para>This is a maintenance release. The following items were fixed and/or 41 added:</para> 42 43 <itemizedlist> 44 45 <listitem> 46 <para>User interface: parsing command line arguments to VirtualBox correctly 47 (bugs #18206 and #18197)</para> 48 </listitem> 49 50 <listitem> 51 <para>Audio: implemented time scheduling for the AC'97 device emulation 52 to keep audio and video in sync</para> 53 </listitem> 54 55 <listitem> 56 <para>Serial: fixed connecting to pseudo terminals on POSIX hosts 57 (6.0.0 regression; bug #18319)</para> 58 </listitem> 59 60 <listitem> 61 <para>Windows Guest Additions installer: upgraded to NSIS 3</para> 62 </listitem> 63 64 </itemizedlist> 65 </sect1> 66 67 <sect1> 68 69 <title>Version 6.0.2 (2019-01-15)</title> 70 71 <para> 72 This is a maintenance release. The following items were fixed 73 and/or added: 74 </para> 75 76 <itemizedlist> 77 78 <listitem> 79 <para> 80 User interface: fixed creation of desktop shortcuts for 81 starting virtual machines (bug #18207) 82 </para> 83 </listitem> 84 85 <listitem> 86 <para> 87 User interface: allow the first run window to selecting host drives 88 (bug #18230) 89 </para> 90 </listitem> 91 92 <listitem> 93 <para> 94 User interface: fixed attaching empty host optical drives (bug #18223) 95 </para> 96 </listitem> 97 98 <listitem> 99 <para> 100 User interface: implemented a new virtual optical disk creation 101 window 102 </para> 103 </listitem> 104 105 <listitem> 106 <para> 107 USB: modified Linux backends to reset USB devices (previously, most 108 guest attempts to reset USB devices were ignored) 109 </para> 110 </listitem> 111 112 <listitem> 113 <para> 114 PCnet: fixed a regression which caused some PCnet PCI guest 115 drivers to not detect the emulated hardware (bug #18286) 116 </para> 117 </listitem> 118 119 <listitem> 120 <para> 121 Linux hosts: fixed conflict between Debian and Oracle build desktop 122 files (bug #18264) 123 </para> 124 </listitem> 125 126 <listitem> 127 <para> 128 Linux and MacOS hosts: VirtualBoxVM command not accessible (bug #18257) 129 </para> 130 </listitem> 131 132 <listitem> 133 <para> 134 Windows guests: multiple monitor fixes with VBoxSVGA graphics 135 </para> 136 </listitem> 137 138 <listitem> 139 <para> 140 Windows guests: black screen with VBoxSVGA graphics when 3D is 141 disabled (bug #18205) 142 </para> 143 </listitem> 144 145 <listitem> 146 <para> 147 Linux guests: fixed building drivers on SLES 12.4 (bug #18213) 148 </para> 149 </listitem> 150 151 <listitem> 152 <para> 153 Linux guests: fixed building shared folder driver with older 154 kernels (bug #18238) 155 </para> 156 </listitem> 157 158 <listitem> 159 <para> 160 OS/2 shared folders: fixed write regression introduced in 6.0.0 GA 161 </para> 162 </listitem> 163 164 </itemizedlist> 165 166 </sect1> 167 168 <sect1> 169 170 <title>Version 6.0.0 (2018-12-18)</title> 39 <title>Version 6.0.97 (2019-xx-xx)</title> 171 40 172 41 <para> … … 178 47 179 48 <listitem> 180 <para> 181 Implemented support for exporting a virtual machine to Oracle 182 Cloud Infrastructure 183 </para> 184 </listitem> 185 186 <listitem> 187 <para> 188 User interface: greatly improved HiDPI and scaling support, 189 including better detection and per-machine configuration 190 </para> 191 </listitem> 192 193 <listitem> 194 <para> 195 Major rework of user interface with simpler and more powerful 196 application and virtual machine set-up 197 </para> 198 </listitem> 199 200 <listitem> 201 <para> 202 User interface: a new file manager enabling user to control 203 the guest file system and copy files between host and guest. 204 </para> 205 </listitem> 206 207 <listitem> 208 <para> 209 Graphics: major update of 3D graphics support for Windows 210 guests, and VMSVGA 3D graphics device emulation on Linux and 211 Solaris guests 212 </para> 213 </listitem> 214 215 <listitem> 216 <para> 217 Added support for surround speaker setups (as used by Windows 218 10 Build 1809) 219 </para> 220 </listitem> 221 222 <listitem> 223 <para> 224 Added utility <computeroutput>vboximg-mount</computeroutput> 225 on Apple hosts to access the content of guest disks on the 226 host 227 </para> 228 </listitem> 229 230 <listitem> 231 <para> 232 Added support for using Hyper-V as the fallback execution core 233 on Windows host, to avoid inability to run VMs at the price of 234 reduced performance 235 </para> 49 <para>dummy</para> 236 50 </listitem> 237 51 … … 245 59 246 60 <listitem> 247 <para> 248 Execution core: fixed single-stepping in certain circumstances 249 (bug #17316) 250 </para> 251 </listitem> 252 253 <listitem> 254 <para> 255 User interface: video and audio recording can now be 256 separately enabled 257 </para> 258 </listitem> 259 260 <listitem> 261 <para> 262 Audio/Video recording fixes and improvements 263 </para> 264 </listitem> 265 266 <listitem> 267 <para> 268 Audio: better support for attaching and detaching remote 269 desktop connections 270 </para> 271 </listitem> 272 273 <listitem> 274 <para> 275 Serial port emulation fixes 276 </para> 277 </listitem> 278 279 <listitem> 280 <para> 281 Serial ports: allow changing the serial port attachment while 282 a machine is running (bug #6115) 283 </para> 284 </listitem> 285 286 <listitem> 287 <para> 288 Networking: Added a workaround for older guests which do not 289 enable bus mastering for the virtio PCI device 290 </para> 291 </listitem> 292 293 <listitem> 294 <para> 295 Networking: fixed wrong RCODE from DNS AAAA query with 296 --natdnshostresolver1 (bug #18171) 297 </para> 298 </listitem> 299 300 <listitem> 301 <para> 302 iSCSI: In cases where there is no ambiguity, the LUN of an 303 iSCSI target is automatically determined, for targets with 304 non-zero LUNs 305 </para> 306 </listitem> 307 308 <listitem> 309 <para> 310 Transparently resize disk images when merging if possible 311 </para> 312 </listitem> 313 314 <listitem> 315 <para> 316 VBoxManage: support for DHCP options 317 </para> 318 </listitem> 319 320 <listitem> 321 <para> 322 Fixed VNC/RDP (bug #18153) 323 </para> 324 </listitem> 325 326 <listitem> 327 <para> 328 Guest Control: various new interfaces and features (see SDK 329 documentation) 330 </para> 331 </listitem> 332 333 <listitem> 334 <para> 335 Linux hosts: support Linux 4.20 (thank you Larry Finger) 336 </para> 337 </listitem> 338 339 <listitem> 340 <para> 341 Solaris: installer fixes 342 </para> 343 </listitem> 344 345 <listitem> 346 <para> 347 Shared folders: performance improvements 348 </para> 349 </listitem> 350 351 <listitem> 352 <para> 353 Guest Additions: improved shared folder auto-mounting 354 </para> 355 </listitem> 356 357 <listitem> 358 <para> 359 Windows Guest Additions: fix incorrect tablet co-ordinate 360 handling with recent Windows 10 builds 361 </para> 362 </listitem> 363 364 <listitem> 365 <para> 366 Linux Additions: fix for building vboxvideo on EL 7.6 standard 367 kernel, contributed by Robert Conde (bug #18093) 368 </para> 369 </listitem> 370 371 <listitem> 372 <para> 373 Linux guests: support Linux 4.20 (thank you Larry Finger) 374 </para> 375 </listitem> 376 377 <listitem> 378 <para> 379 Linux guests: support VMSVGA in the Linux and X11 Additions 380 </para> 381 </listitem> 382 383 <listitem> 384 <para> 385 MacOS Guest Additions: initial support 386 </para> 387 </listitem> 388 389 <listitem> 390 <para> 391 OS/2 Guest Additions: initial shared folder support 392 </para> 393 </listitem> 394 395 <listitem> 396 <para> 397 BIOS fixes 398 </para> 399 </listitem> 400 401 <listitem> 402 <para> 403 ACPI: Up to four custom ACPI tables can now be configured for 404 a VM 405 </para> 61 <para>dummy</para> 406 62 </listitem> 407 63
Note:
See TracChangeset
for help on using the changeset viewer.