Changeset 42577 in vbox
- Timestamp:
- Aug 3, 2012 11:29:21 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/user_ChangeLogImpl.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r42576 r42577 2 2 3 3 <sect1> 4 <title>Version 4.2.0 (201 1-xx-xx)</title>4 <title>Version 4.2.0 (2012-xx-xx)</title> 5 5 6 6 <para>This is a major update. The following major new features … … 173 173 174 174 <sect1> 175 <title>Version 4.1.18 (2012-06-06)</title> 176 177 <para>This is a maintenance release. The following items were fixed and/or 178 added:</para> 179 180 <itemizedlist> 181 182 <listitem> 183 <para>VMM: fixed <emphasis>VERR_REM_VIRTUAL_CPU_ERROR</emphasis> 184 under rare conditions after the guest has been reset (bug #5164 185 and others)</para> 186 </listitem> 187 188 <listitem> 189 <para>VMM: fixed host freezes with 64-bit guests on 32-bit Linux 190 hosts (bug #10528)</para> 191 </listitem> 192 193 <listitem> 194 <para>VRDP: added a workaround for rdesktop clients not properly 195 updating the screen size when minimized</para> 196 </listitem> 197 198 <listitem> 199 <para>AHCI: fixed a rare bug which can cause a guest memory corruption 200 after the guest storage controler has been reset</para> 201 </listitem> 202 203 <listitem> 204 <para>NAT: another attempt to fix crashes under rare conditions 205 (Windows hosts only; bug #10513)</para> 206 </listitem> 207 208 <listitem> 209 <para>Mac OS X hosts: addressed issues running Leopard / Snow Leopard 210 (bug #10631)</para> 211 </listitem> 212 213 <listitem> 214 <para>Linux hosts / Bridged Networking: fixed the problem with device driver 215 unloading on kernels 3.2.18 and newer due to an invalid reference counter 216 (bug #10624)</para> 217 </listitem> 218 219 <listitem> 220 <para>Linux hosts / guests: Linux 3.5-rc1 fixes</para> 221 </listitem> 222 223 <listitem> 224 <para>Linux Additions: the guest content was sometimes not properly 225 updated (bug #9887)</para> 226 </listitem> 227 228 <listitem> 229 <para>Solaris Additions: installer fix for X.org Server 1.11 and 1.12</para> 230 </listitem> 231 232 </itemizedlist> 233 </sect1> 234 235 <sect1> 236 <title>Version 4.1.16 (2012-05-22)</title> 237 238 <para>This is a maintenance release. The following items were fixed and/or 239 added:</para> 240 241 <itemizedlist> 242 243 <listitem> 244 <para>VMM: fixed a Guru Meditation <emphasis>VERR_ACCESS_DENIED</emphasis> 245 with certain guests (bugs #7589, #8247)</para> 246 </listitem> 247 248 <listitem> 249 <para>VMM: fixed a Guru Meditation <emphasis>VERR_PAGE_TABLE_NOT_PRESENT</emphasis> 250 with Ubuntu 32-bit guests with nested paging enabled on AMD CPUs (bug #10183)</para> 251 </listitem> 252 253 <listitem> 254 <para>VMM: preserve segment limits and attributes when switching to unreal mode 255 required for some legacy guests to work properly (VT-x without unrestricted guest 256 execution only; bug #9941)</para> 257 </listitem> 258 259 <listitem> 260 <para>VMM: fixed a VM hang after a resume from pause / savestate with SMP 261 guests in rare cases</para> 262 </listitem> 263 264 <listitem> 265 <para>3D Support: several fixes for the Windows WDDM video driver crash</para> 266 </listitem> 267 268 <listitem> 269 <para>NAT: fixed a crash on attempt to process ICMP datagram under some 270 circumstances (bug #10527)</para> 271 </listitem> 272 273 <listitem> 274 <para>Host-only Networking: lifted the maximal number of interfaces to 275 128 on Linux and Mac OS X hosts (there is no such limitation for 276 Solaris and Windows hosts)</para> 277 </listitem> 278 279 <listitem> 280 <para>EFI: fixed wrong SEC/PEI Core entry point calculation (bug #10531)</para> 281 </listitem> 282 283 <listitem> 284 <para>VRDP: fixed a display update problem (bug #10503)</para> 285 </listitem> 286 287 <listitem> 288 <para>Main: set the proper VM state if savestate failed for some 289 reason (bug #6189)</para> 290 </listitem> 291 292 <listitem> 293 <para>Main: more useful error message if a medium is inaccessible</para> 294 </listitem> 295 296 <listitem> 297 <para>VBoxManage: fixed <emphasis>controlvm savestate</emphasis> if the VM is already 298 paused</para> 299 </listitem> 300 301 <listitem> 302 <para>Mac OS X hosts: addressed issues running on Mountain Lion Preview 3 303 (bug #10267)</para> 304 </listitem> 305 306 <listitem> 307 <para>Linux hosts: Linux 3.4 compile fixes</para> 308 </listitem> 309 310 <listitem> 311 <para>Linux hosts: fixed wrong help path in some rpm-based packages 312 (bug #10418)</para> 313 </listitem> 314 315 <listitem> 316 <para>Guest Additions: fixed handling of custom environment variables 317 during <computeroutput>VBoxManage guestcontrol execute</computeroutput> 318 (bug #10581)</para> 319 </listitem> 320 321 <listitem> 322 <para>Windows Additions: fixed guest driver crash of VBoxSF in certain 323 cases (4.1.10 regression, bug #10408)</para> 324 </listitem> 325 326 <listitem> 327 <para>Windows Additions: don't load the WDDM driver if 3D support is not available 328 for Windows 8 guests to keep the guest maintainable in that case (still better 329 to miss some features than providing a blank screen)</para> 330 </listitem> 331 332 <listitem> 333 <para>Solaris Additions: added support for X.org Server 1.11 and 1.12</para> 334 </listitem> 335 336 </itemizedlist> 337 338 </sect1> 339 340 <sect1> 175 341 <title>Version 4.1.14 (2012-04-13)</title> 176 342 … … 515 681 516 682 <listitem> 517 <para>3D Support: Fixed full screen mode issues for ATI graphics (bug #9775),683 <para>3D Support: fixed full screen mode issues for ATI graphics (bug #9775), 518 684 Windows Media Player rendering for XPDM-based Direct3D support (bug# 8341). 519 685 Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests … … 751 917 752 918 <listitem> 753 <para>Guest control: Miscellaneous small bugfixes</para>919 <para>Guest control: miscellaneous small bugfixes</para> 754 920 </listitem> 755 921
Note:
See TracChangeset
for help on using the changeset viewer.

