- Timestamp:
- Nov 27, 2013 2:21:33 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90946
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r49107 r49681 2 2 3 3 <sect1> 4 <title>Version 4.3.0 Release Candidate 1 (2013-10-08)</title> 4 <title>Version 4.4.0 (yyyy-mm-dd)</title> 5 6 <para>This is a major update. The following major new features 7 were added:</para> 8 9 <itemizedlist> 10 11 <listitem> 12 <para>placeholder 13 </listitem> 14 15 </itemizedlist> 16 17 <para>In addition, the following items were fixed and/or added:</para> 18 19 <itemizedlist> 20 21 <listitem> 22 <para>API: fix information for some automatically generated events 23 (only with XPCOM, Windows host was not affected), which caused 24 errors when getting some of the attributes over the webservice 25 (bug #12379)</para> 26 </listitem> 27 28 </itemizedlist> 29 30 </sect1> 31 32 <sect1> 33 <title>Version 4.3.0 (2013-10-15)</title> 5 34 6 35 <para>This is a major update. The following major new features … … 39 68 40 69 <listitem> 41 <para>Added host webcam passthrough</para> 70 <para>Added experimental support for webcam passthrough 71 complementing USB passthrough (see <xref linkend="webcam-passthrough" />)</para> 42 72 </listitem> 43 73 … … 56 86 57 87 <listitem> 58 <para>Guest Control: implemented IGuestFile support</para> 88 <para>Guest Control: implemented <computeroutput>IGuestFile</computeroutput> 89 support</para> 59 90 </listitem> 60 91 … … 87 118 88 119 <listitem> 120 <para>VMM: allow to activate VT-x while in SMX mode and provide more 121 information if that is not possible</para> 122 </listitem> 123 124 <listitem> 89 125 <para>GUI: update check uses https</para> 90 126 </listitem> … … 92 128 <listitem> 93 129 <para>GUI: numerous minor internal cleanups and bug fixes</para> 130 </listitem> 131 132 <listitem> 133 <para>GUI: HID LEDs synchronization when switching between guest window(s) 134 and host (Mac OS X hosts only)</para> 94 135 </listitem> 95 136 … … 208 249 209 250 <listitem> 251 <para>VBoxManage: added <computeroutput>modifyvm --triplefaultreset</computeroutput> 252 to make the VM reset on triple fault instead of triggering a Guru Meditation 253 (see <xref linkend="vboxmanage-modifyvm"/>)</para> 254 </listitem> 255 256 <listitem> 210 257 <para>3D support: several fixes</para> 211 258 </listitem> … … 231 278 <listitem> 232 279 <para>Shared Clipboard/X11: support for BMP-format images, contributed 233 by François Revol</para> 280 by François Revol</para> 281 </listitem> 282 283 <listitem> 284 <para>Mac OS X hosts: limited support for Mac OS X 10.9 (Mavericks)</para> 285 </listitem> 286 287 <listitem> 288 <para>Mac OS X hosts: use a launchd script instead of the deprecated 289 StartupItem mechanism (bug #8940)</para> 234 290 </listitem> 235 291 … … 260 316 261 317 <listitem> 318 <para>Windows Additions: ability to track guest user idle times through 319 the newly introduced event <emphasis>IGuestUserStateChangedEvent</emphasis></para> 320 </listitem> 321 322 <listitem> 262 323 <para>Linux Additions: fixed udev detection in the init script 263 324 with Linux 3.x kernels</para> 264 325 </listitem> 265 326 266 <listitem>267 <para>Windows guests: ability to track guest user idle times through268 the newly introduced event <emphasis>IGuestUserStateChangedEvent</emphasis></para>269 </listitem>270 271 327 </itemizedlist> 272 328 … … 305 361 306 362 <listitem> 307 <para>3D : multiscreen fixes (incorrect mouse position, flickets)</para>308 </listitem> 309 310 <listitem> 311 <para>3D Support: several fixes for the Windows WDDM video driver363 <para>3D support: multiscreen fixes (incorrect mouse position, flickets)</para> 364 </listitem> 365 366 <listitem> 367 <para>3D support: several fixes for the Windows WDDM video driver 312 368 (multiscreen, seamless)</para> 313 369 </listitem> … … 336 392 reconnect the virtual network cables to force renewing the DHCP 337 393 leases for the guests. So far only Mac OS X hosts and Windows hosts 338 (bug #10063) .</para>394 (bug #10063)</para> 339 395 </listitem> 340 396 … … 355 411 <listitem> 356 412 <para>Solaris hosts: fixed a potential kernel panic caused due to 357 unexpected preemption due to logging .</para>413 unexpected preemption due to logging</para> 358 414 </listitem> 359 415 360 416 <listitem> 361 417 <para>Windows hosts: fixed an issue with USB2 devices being inaccessible 362 when plugged into USB3 ports .</para>418 when plugged into USB3 ports</para> 363 419 </listitem> 364 420 … … 514 570 515 571 <listitem> 516 <para>3D : seamless + 3D fixes (bug #11723)</para>517 </listitem> 518 519 <listitem> 520 <para>3D : version 4.2.12 was not able to read saved states of older572 <para>3D support: seamless + 3D fixes (bug #11723)</para> 573 </listitem> 574 575 <listitem> 576 <para>3D support: version 4.2.12 was not able to read saved states of older 521 577 versions under certain conditions (bug #11718)</para> 522 578 </listitem> … … 1070 1126 1071 1127 <listitem> 1072 <para>3D Support: several fixes</para>1128 <para>3D support: several fixes</para> 1073 1129 </listitem> 1074 1130 … … 1328 1384 1329 1385 <listitem> 1330 <para>3D Support: <emphasis>DrawIndexedPrimitiveUP</emphasis> implementation1386 <para>3D support: <emphasis>DrawIndexedPrimitiveUP</emphasis> implementation 1331 1387 fixes for the Windows WDDM video driver (bug #10929) </para> 1332 1388 </listitem> … … 1791 1847 1792 1848 <listitem> 1793 <para>3D Support: several fixes for the Windows WDDM video driver crash</para>1849 <para>3D support: several fixes for the Windows WDDM video driver crash</para> 1794 1850 </listitem> 1795 1851 … … 1885 1941 1886 1942 <listitem> 1887 <para>3D Support: fixed Windows WDDM video driver crash for SMP guests1943 <para>3D support: fixed Windows WDDM video driver crash for SMP guests 1888 1944 (bugs #10200, #10331)</para> 1889 1945 </listitem> … … 2013 2069 2014 2070 <listitem> 2015 <para>3D Support: fixed Windows XP hosts support (4.1.8 regression;2071 <para>3D support: fixed Windows XP hosts support (4.1.8 regression; 2016 2072 bugs #10071 and #10088</para> 2017 2073 </listitem> 2018 2074 2019 2075 <listitem> 2020 <para>3D Support: rendering fixes for Linux hosts with NVIDIA graphics</para>2021 </listitem> 2022 2023 <listitem> 2024 <para>3D Support: fixed saved state issues (4.1.8 regression; bug #10126)</para>2025 </listitem> 2026 2027 <listitem> 2028 <para>3D Support: WDDM driver: fixed powershell_ise crashes (bug #10167),2076 <para>3D support: rendering fixes for Linux hosts with NVIDIA graphics</para> 2077 </listitem> 2078 2079 <listitem> 2080 <para>3D support: fixed saved state issues (4.1.8 regression; bug #10126)</para> 2081 </listitem> 2082 2083 <listitem> 2084 <para>3D support: WDDM driver: fixed powershell_ise crashes (bug #10167), 2029 2085 make WPF-based apps work with Aero enabled, fixed additional possible WinSAT crashes</para> 2030 2086 </listitem> … … 2209 2265 2210 2266 <listitem> 2211 <para>3D Support: fixed full screen mode issues for ATI graphics (bug #9775),2212 Windows Media Player rendering for XPDM-based Direct3D support (bug #8341).2267 <para>3D support: fixed full screen mode issues for ATI graphics (bug #9775), 2268 Windows Media Player rendering for XPDM-based Direct3D support (bug #8341). 2213 2269 Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests 2214 2270 and for 3D support in general</para> … … 2436 2492 2437 2493 <listitem> 2438 <para>3D Support: fixed incorrect rendering and possible crashes when switching2494 <para>3D support: fixed incorrect rendering and possible crashes when switching 2439 2495 to/from full screen with enabled 2D acceleration</para> 2440 2496 </listitem> 2441 2497 2442 2498 <listitem> 2443 <para>3D Support: fixed compiz under ubuntu 9.10</para>2499 <para>3D support: fixed compiz under ubuntu 9.10</para> 2444 2500 </listitem> 2445 2501
Note:
See TracChangeset
for help on using the changeset viewer.