Changeset 37694 in vbox
- Timestamp:
- Jun 29, 2011 4:51:06 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72554
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r37614 r37694 112 112 113 113 <sect1> 114 <title>Version 4.0. 2 (2011-01-18)</title>114 <title>Version 4.0.10 (2011-06-22)</title> 115 115 116 116 <para>This is a maintenance release. The following items were fixed and/or … … 120 120 121 121 <listitem> 122 <para>GUI: fixed disappearing settings widgets on KDE hosts (bug #6809)</para> 123 </listitem> 124 125 <listitem> 126 <para>Storage: fixed hang under rare circumstances with flat VMDK images</para> 127 </listitem> 128 129 <listitem> 130 <para>Storage: a saved VM could not be restored under certain circumstances 131 after the host kernel was updated (bug #8983)</para> 132 </listitem> 133 134 <listitem> 135 <para>Storage: refuse to create a medium with an invalid variant 136 (for example Split2G with VDI; bug #7227)</para> 137 </listitem> 138 139 <listitem> 140 <para>iSCSI: pause the VM if a request times out</para> 141 </listitem> 142 143 <listitem> 144 <para>Snapshots: none of the hard disk attachments must be attached to 145 another VM in normal mode when creating a snapshot</para> 146 </listitem> 147 148 <listitem> 149 <para>USB: fixed occasional VM hangs with SMP guests (bug #4580)</para> 150 </listitem> 151 152 <listitem> 153 <para>USB: proper device detection on RHEL/OEL/CentOS 5 guests 154 (partial fix for bug #8978)</para> 155 </listitem> 156 157 <listitem> 158 <para>ACPI: force the ACPI timer to return monotonic values for improve behavior 159 with SMP Linux guests (bug #8511 and others)</para> 160 </listitem> 161 162 <listitem> 163 <para>RDP: fixed screen corruption under rare circumstances (bug #8977)</para> 164 </listitem> 165 166 <listitem> 167 <para>rdesktop-vrdp: updated to version 1.7.0</para> 168 </listitem> 169 170 <listitem> 171 <para>OVF: under rare circumstances some data at the end of a VMDK 172 file was not written during export</para> 173 </listitem> 174 175 <listitem> 176 <para>Mac OS X hosts: Lion fixes</para> 177 </listitem> 178 179 <listitem> 180 <para>Mac OS X hosts: GNOME 3 fix</para> 181 </listitem> 182 183 <listitem> 184 <para>Linux hosts: fixed VT-x detection on Linux 3.0 hosts (bug #9071)</para> 185 </listitem> 186 187 <listitem> 188 <para>Linux hosts: fixed Python 2.7 bindings in the universal Linux 189 binaries</para> 190 </listitem> 191 192 <listitem> 193 <para>Windows hosts: fixed leak of thread and process handles</para> 194 </listitem> 195 196 <listitem> 197 <para>Windows Additions: fixed bug when determining the extended version 198 of the Guest Additions (4.0.8 regression; bug #8948)</para> 199 </listitem> 200 201 <listitem> 202 <para>Solaris Additions: fixed installation to 64-bit Solaris 10u9 guests 203 (4.0.8 regression)</para> 204 </listitem> 205 206 <listitem> 207 <para>Linux Additions: RHEL6.1/OL6.1 compile fix</para> 208 </listitem> 209 210 <listitem> 211 <para>Linux Additions: fixed a memory leak during <computeroutput>VBoxManage 212 guestcontrol execute</computeroutput> (bug #9068)</para> 213 </listitem> 214 215 </itemizedlist> 216 </sect1> 217 218 <sect1> 219 <title>Version 4.0.8 (2011-05-16)</title> 220 221 <para>This is a maintenance release. The following items were fixed and/or 222 added:</para> 223 224 <itemizedlist> 225 226 <listitem> 227 <para>Mac OS X hosts: fixed incompatibility with recent Mac OS X 228 versions in 64-bit mode (bug #8474)</para> 229 </listitem> 230 231 <listitem> 232 <para>Mac OS X hosts: fixed incompatibility with hosts with more 233 than 16 cores (bug #8389)</para> 234 </listitem> 235 236 <listitem> 237 <para>Mac OS X hosts: fixed painting corruptions on a second monitor in 238 64-bit mode (bug #7606)</para> 239 </listitem> 240 241 <listitem> 242 <para>GUI: restored functionality to set an empty host key to disallow any 243 host key combination (4.0.6 regression; bug #8793)</para> 244 </listitem> 245 246 <listitem> 247 <para>GUI: more expressive error messages for USB proxy permission 248 problems (mainly Linux hosts; bug #8823)</para> 249 </listitem> 250 251 <listitem> 252 <para>VBoxManage: added <computeroutput>controlvm screenshotpng</computeroutput> 253 subcommand for saving the screenshot of a running VM in PNG format</para> 254 </listitem> 255 256 <listitem> 257 <para>VBoxHeadless: fixed potential crash during shutdown 258 (Windows hosts only)</para> 259 </listitem> 260 261 <listitem> 262 <para>NAT: built-in services use the correct Ethernet addresses in 263 Ethernet header and in ARP requests</para> 264 </listitem> 265 266 <listitem> 267 <para>Host-only networking: fixed adapter reference counting</para> 268 </listitem> 269 270 <listitem> 271 <para>E1000: fixed rare guest crashes with Linux SMP guests (bug #8755)</para> 272 </listitem> 273 274 <listitem> 275 <para>SATA: fixed guest disk corruption under rare circumstances 276 (only relevant for guests with more than 2GB RAM; bug #8826)</para> 277 </listitem> 278 279 <listitem> 280 <para>Storage: fixed data corruption after a snapshot was taken with 281 asynchronous I/O enabled (bug #8498)</para> 282 </listitem> 283 284 <listitem> 285 <para>Floppy: several improvement</para> 286 </listitem> 287 288 <listitem> 289 <para>HPET: another fix for time jumps (bug #8707)</para> 290 </listitem> 291 292 <listitem> 293 <para>USB: use correct permissions when creating /dev/vboxusb 294 (Linux hosts only)</para> 295 </listitem> 296 297 <listitem> 298 <para>USB: removed assumption that string descriptors are null-terminated 299 (Windows hosts only)</para> 300 </listitem> 301 302 <listitem> 303 <para>3D support: fixed a potential crash when resizing the guest 304 window</para> 305 </listitem> 306 307 <listitem> 308 <para>3D support: fixed GNOME 3 rendering under Ubuntu 11.04 and 309 Fedora 15</para> 310 </listitem> 311 312 <listitem> 313 <para>Snapshots: fixed another bug which could lose entries in the media 314 registry when restoring a snapshot (bug #8363)</para> 315 </listitem> 316 317 <listitem> 318 <para>Shared Folders: don't stop mounting the other valid folders if one 319 host folder is inaccessible (4.0.6 regression)</para> 320 </listitem> 321 322 <listitem> 323 <para>Linux Additions: check whether gcc and make are installed before 324 building kernel modules (bug #8795)</para> 325 </listitem> 326 327 <listitem> 328 <para>Solaris Additions: added support for X.Org Server 1.10</para> 329 </listitem> 330 331 <listitem> 332 <para>Guest Additions: fixed inappropriate Guest Additions update 333 notification when using vendor-specific version suffixes (bug #8844)</para> 334 </listitem> 335 336 </itemizedlist> 337 </sect1> 338 339 <sect1> 340 <title>Version 4.0.6 (2011-04-21)</title> 341 342 <para>This is a maintenance release. The following items were fixed and/or 343 added:</para> 344 345 <itemizedlist> 346 347 <listitem> 348 <para>VMM: fixed incorrect handling of ballooned pages when restoring 349 a VMM from a saved state</para> 350 </listitem> 351 352 <listitem> 353 <para>VMM: don't crash on hosts with more than 64 cores / hyperthreads; 354 implemented support for up to 256 host cores (except Windows hosts; bug #8489)</para> 355 </listitem> 356 357 <listitem> 358 <para>VMM: fixed guru meditation for PAE guests running on hosts without PAE 359 (bug #8006)</para> 360 </listitem> 361 362 <listitem> 363 <para>VMM: fixed slow Linux guests with raw mode and recent guest kernels 364 (bug #8726)</para> 365 </listitem> 366 367 <listitem> 368 <para>GUI: support host key combinations (bug #979)</para> 369 </listitem> 370 371 <listitem> 372 <para>GUI: fixed progress indicator (bug #7814)</para> 373 </listitem> 374 375 <listitem> 376 <para>GUI: show the mouse pointer while the VM is paused if the USB 377 tablet mouse emulation is used (bug #6799)</para> 378 </listitem> 379 380 <listitem> 381 <para>GUI: adapt the snapshot folder as well when renaming a VM 382 (bug #8469)</para> 383 </listitem> 384 385 <listitem> 386 <para>GUI: persistently remember the last folders of the disk/DVD/floppy 387 selectors</para> 388 </listitem> 389 390 <listitem> 391 <para>GUI: never allow to start a VM with USB-2.0 activated if the 392 proper extension pack is missing (bug #8182)</para> 393 </listitem> 394 395 <listitem> 396 <para>GUI: fixed hang/crash when opening a file dialog in an non-existing 397 folder (bug #8673)</para> 398 </listitem> 399 400 <listitem> 401 <para>Snapshots: fixed a bug which could lose entries in the media 402 registry when restoring a snapshot (bug #8363)</para> 403 </listitem> 404 405 <listitem> 406 <para>Snapshots: allow snapshots to be stored in the VM directory</para> 407 </listitem> 408 409 <listitem> 410 <para>3D support: fixed a crash if a VM was forced to terminate 411 (Windows hosts only; bug #7133)</para> 412 </listitem> 413 414 <listitem> 415 <para>Storage: fixed memory leak (4.0 regression; bug #7966)</para> 416 </listitem> 417 418 <listitem> 419 <para>Storage: fixed access to iSCSI targets over internal network</para> 420 </listitem> 421 422 <listitem> 423 <para>Storage: fixed reading from disks with more than one snapshot for 424 VHD and VMDK images with disabled host cache (bug #8408)</para> 425 </listitem> 426 427 <listitem> 428 <para>Storage: fixed a possible hang during VM suspend after an 429 I/O error occurred</para> 430 </listitem> 431 432 <listitem> 433 <para>Storage: fixed a possible hang during VM suspend / reset 434 (bug #8276, #8294)</para> 435 </listitem> 436 437 <listitem> 438 <para>Storage: automatically create a diff image when attaching a 439 streamOptimized VMDK image to a VM</para> 440 </listitem> 441 442 <listitem> 443 <para>ATA/SATA: fixed automounting of virtual CD/DVD mediums with recent 444 Linux distributions by correctly reporting the current profile as 'none' 445 if no medium is present</para> 446 </listitem> 447 448 <listitem> 449 <para>Buslogic: fixed emulation for certain guests (e.g. jRockit VE)</para> 450 </listitem> 451 452 <listitem> 453 <para>Host-Only Networking: fixed interface creation failure on Windows 454 hosts (4.0.4 regression; bug #8362)</para> 455 </listitem> 456 457 <listitem> 458 <para>Host-Only & Bridged & Internal Networking: fix for processing 459 promiscuous mode requests by VMs, defaulting to switch behaviour</para> 460 </listitem> 461 462 <listitem> 463 <para>Host-Only Networking: fixed connectivity issue after resuming the 464 host from sleep (bug #3625)</para> 465 </listitem> 466 467 <listitem> 468 <para>Bridged Networking: support for interface bonding on Mac OS X hosts (bug #8731)</para> 469 </listitem> 470 471 <listitem> 472 <para>NAT: fixed processing of ARP announcements for guests with static 473 assigned IPs (bug #8609)</para> 474 </listitem> 475 476 <listitem> 477 <para>VRDP: backward compatibility with VRDPAuth external authentication 478 library (bug #8063)</para> 479 </listitem> 480 481 <listitem> 482 <para>Shared Folders: don't fail to start a VM if a path is not absolute, 483 for example when importing an OVF from a different host (bug #7941)</para> 484 </listitem> 485 486 <listitem> 487 <para>Audio: fixed crash under certain conditions (bug #8527)</para> 488 </listitem> 489 490 <listitem> 491 <para>USB: fixed a crash when plugging certain USB devices (bug #8699)</para> 492 </listitem> 493 494 <listitem> 495 <para>HPET: fixed time jumps when reading the counter (bug #8707)</para> 496 </listitem> 497 498 <listitem> 499 <para>OVF/OVA: automatically adjust disk paths if the VM name is 500 changed on import</para> 501 </listitem> 502 503 <listitem> 504 <para>OVF/OVA: fix export to slow medias</para> 505 </listitem> 506 507 <listitem> 508 <para>OVF/OVA: automatically repair inconsistent appliances with 509 multiple disks (bug #8253)</para> 510 </listitem> 511 512 <listitem> 513 <para>rdesktop-vrdp: fixed an assertion triggered under certain conditions 514 (bug #8593)</para> 515 </listitem> 516 517 <listitem> 518 <para>Windows hosts: fixed occasional hangs during VM shutdown because 519 sometimes COM was not properly uninitialized</para> 520 </listitem> 521 522 <listitem> 523 <para>Mac OS X hosts: prevent the mouse from leaving the VM window while 524 captured</para> 525 </listitem> 526 527 <listitem> 528 <para>Mac OS X hosts: keep aspect ratio while resizing in scale mode 529 (shift for old behaviour) (part of bug #7822)</para> 530 </listitem> 531 532 <listitem> 533 <para>X11 hosts: fixed Yen key support (bug #8438) 534 </para> 535 </listitem> 536 537 <listitem> 538 <para>X11 hosts: fixed a regression which caused Host+F1 to pop up 539 help instead of sending Ctrl+Alt+F1</para> 540 </listitem> 541 542 <listitem> 543 <para>Linux hosts / Linux Additions: mangle IPRT symbols to allow installing 544 VirtualBox inside a VM while the Guest Additions are active (bug #5686)</para> 545 </listitem> 546 547 <listitem> 548 <para>Linux hosts / Linux guests: workaround for a bug in GLIBC older than 549 version 1.11 leading to crashes under certain conditions (signed/unsigned 550 problem with memchr on 64-bit machines)</para> 551 </listitem> 552 553 <listitem> 554 <para>Solaris hosts: fixed a deadlock in event semaphores that could lead 555 to unkillable VM processes</para> 556 </listitem> 557 558 <listitem> 559 <para>Windows Additions: fixed Sysprep parameter handling</para> 560 </listitem> 561 562 <listitem> 563 <para>Windows Additions: fixed spontaneous guest reboots under certain 564 circumstances (4.0.2 regression; bugs #8406, #8429)</para> 565 </listitem> 566 567 <listitem> 568 <para>Windows Additions: added auto logon support for locked workstations 569 on legacy Windows versions</para> 570 </listitem> 571 572 <listitem> 573 <para>Windows Additions: fixed driver bugcheck error when handling PnP 574 messages (4.0 regression; bug #8367)</para> 575 </listitem> 576 577 <listitem> 578 <para>Windows Additions: fixed memory leak in VBoxVideo</para> 579 </listitem> 580 581 <listitem> 582 <para>X11 Additions: added support for X.Org Server 1.10 final</para> 583 </listitem> 584 585 <listitem> 586 <para>Linux Additions: Linux kernel 2.6.39-rc1 fixes</para> 587 </listitem> 588 589 <listitem> 590 <para>Linux Additions: improved auto-run support (bug #5509)</para> 591 </listitem> 592 593 <listitem> 594 <para>Linux Additions: fix mouse support on SUSE 11 SP 1 guests 595 (bug #7946)</para> 596 </listitem> 597 598 <listitem> 599 <para>Solaris Additions: added support for X.Org Server 1.9</para> 600 </listitem> 601 602 <listitem> 603 <para>Guest Additions: various bugfixes for guest control execution</para> 604 </listitem> 605 606 <listitem> 607 <para>Webservice: use own log file, with log rotation to limit size</para> 608 </listitem> 609 610 </itemizedlist> 611 612 </sect1> 613 614 <sect1> 615 <title>Version 4.0.4 (2011-02-17)</title> 616 617 <para>This is a maintenance release. The following items were fixed and/or 618 added:</para> 619 620 <itemizedlist> 621 622 <listitem> 623 <para>VMM: fixed recompiler crashes under certain conditions 624 (bugs #8255, #8319 and further)</para> 625 </listitem> 626 627 <listitem> 628 <para>VMM: fixed running 64-bit guests on 32-bit host with nested paging 629 enabled on AMD CPUs (4.0 regression; bug #7938)</para> 630 </listitem> 631 632 <listitem> 633 <para>VMM: fixed timing issues / hangs for certain guests using the 634 programmable interval timer (bugs #8033 and #8062)</para> 635 </listitem> 636 637 <listitem> 638 <para>VMM: large page and monitoring fixes for live snapshots 639 (bugs #7910, #8059, #8125)</para> 640 </listitem> 641 642 <listitem> 643 <para>GUI: fixed error message when trying to exceed the maximum 644 number of host network interfaces</para> 645 </listitem> 646 647 <listitem> 648 <para>GUI: fixed saving of changes to the metadata of an existing 649 snapshot (bug #8145)</para> 650 </listitem> 651 652 <listitem> 653 <para>GUI: fixed rare crash on X11 hosts (bug #8131)</para> 654 </listitem> 655 656 <listitem> 657 <para>GUI: when selecting a shared folder, start the file dialog in 658 the users home directory (bug #8017)</para> 659 </listitem> 660 661 <listitem> 662 <para>ExtPack: enforce the correct permissions which might be restricted 663 by umask when creating directories (non-Windows hosts only; bug #7878)</para> 664 </listitem> 665 666 <listitem> 667 <para>VBoxSDL: fixed crash when starting by specifying the VM UUID 668 (4.0 regression; bug #8342)</para> 669 </listitem> 670 671 <listitem> 672 <para>VBoxManage: allow savestate even if the VM is already paused</para> 673 </listitem> 674 675 <listitem> 676 <para>VBoxManage: fixed <emphasis>modifyvm --synthcpu</emphasis> 677 (bug #6577)</para> 678 </listitem> 679 680 <listitem> 681 <para>VBoxManage: fixed hang when doing <emphasis>guestcontrol execute 682 --wait-for exit</emphasis> and displaying process status on exit 683 (bug #8235)</para> 684 </listitem> 685 686 <listitem> 687 <para>VBoxManage: decreased CPU load during <emphasis>guestcontrol execute 688 --wait-for exit/stdout</emphasis> while waiting for the guest process 689 to terminate (bug #7872)</para> 690 </listitem> 691 692 <listitem> 693 <para>VBoxManage: fixed <emphasis>list hostdvds/hostfloppies</emphasis></para> 694 </listitem> 695 696 <listitem> 697 <para>VBoxManage: fixed <emphasis>storageattach</emphasis> for host 698 DVD drives and host floppy drives</para> 699 </listitem> 700 701 <listitem> 702 <para>Metrics: introduced <emphasis>RAM/VMM</emphasis> base metric.</para> 703 </listitem> 704 705 <listitem> 706 <para>Main: improved sanity check when taking a VM screen shot 707 (bug #7966)</para> 708 </listitem> 709 710 <listitem> 711 <para>Main: fixed a crash under rare circumstances if a VM failed to start</para> 712 </listitem> 713 714 <listitem> 715 <para>Main: fixed attaching of immutable disk images (bug #8105)</para> 716 </listitem> 717 718 <listitem> 719 <para>Main: fixed a crash at VM shutdown (bug #6443)</para> 720 </listitem> 721 722 <listitem> 723 <para>Main: fixed incorrect handling of cross-referenced medium 724 attachments (bug #8129)</para> 725 </listitem> 726 727 <listitem> 728 <para>Settings: fixed truncating of big integer values (4.0 regression)</para> 729 </listitem> 730 731 <listitem> 732 <para>Settings: properly store the ICH9 chipset type (bug #8123)</para> 733 </listitem> 734 735 <listitem> 736 <para>Host-Only & Bridged Networking: fixed VBox DHCP server startup issue 737 for Windows hosts (4.0 regression; bug #7905)</para> 738 </listitem> 739 740 <listitem> 741 <para>Host-Only Networking: re-create vboxnetX interfaces after 742 vboxnetadp.ko module reload on Linux and Darwin (bugs #5934, #6341)</para> 743 </listitem> 744 745 <listitem> 746 <para>NAT: fixed an mbuf leak under rare circumstances (bug #7459)</para> 747 </listitem> 748 749 <listitem> 750 <para>ACPI: don't allow the guest to enter S4 by default and don't 751 announce S1 and S4 in the ACPI tables if disabled (bug #8008)</para> 752 </listitem> 753 754 <listitem> 755 <para>Graphics card: made re-enabling disabled screens work correctly 756 to prevent problems when X11 guests enter screen saving mode 757 (bug #8122)</para> 758 </listitem> 759 760 <listitem> 761 <para>Storage: fixed write errors with snapshots if the host cache is 762 disabled (4.0 regression; bug #8221)</para> 763 </listitem> 764 765 <listitem> 766 <para>ATA/SATA: fixed reset handling after ACPI suspend/resume</para> 767 </listitem> 768 769 <listitem> 770 <para>BusLogic: fixed hang with SMP VMs</para> 771 </listitem> 772 773 <listitem> 774 <para>Serial: another attempt to prevent lost characters during transmission 775 (bug #1548)</para> 776 </listitem> 777 778 <listitem> 779 <para>Linux hosts/guests: Linux 2.6.38-rc1 compile fixes</para> 780 </listitem> 781 782 <listitem> 783 <para>Mac OS X hosts: fixed VBoxSVC crash when listing host interfaces 784 without default gateway (64-bit hosts only; bug #7955)</para> 785 </listitem> 786 787 <listitem> 788 <para>Solaris/Darwin hosts: fixed VM CPU execution cap</para> 789 </listitem> 790 791 <listitem> 792 <para>X.Org guests: fixed a crash on X server restart 793 (bug #8231)</para> 794 </listitem> 795 796 <listitem> 797 <para>X.Org guests: support X.Org Server 1.10 pre-release and Ubuntu 798 11.04 Alpha.</para> 799 </listitem> 800 801 <listitem> 802 <para>X.Org guests: Add EDID emulation in the graphics driver to 803 prevent GNOME settings daemon changing the mode on login.</para> 804 </listitem> 805 806 <listitem> 807 <para>X.Org guests: never send graphics modes to the host that older 808 VirtualBox versions can't handle.</para> 809 </listitem> 810 811 <listitem> 812 <para>Linux Additions: fixed a memory leak in the shared folders code if 813 a host link is not readable (bug #8185)</para> 814 </listitem> 815 816 <listitem> 817 <para>Windows Additions: fixed handling of Security Attention Sequence (SAS) 818 with VBoxGINA</para> 819 </listitem> 820 821 </itemizedlist> 822 823 </sect1> 824 825 <sect1> 826 <title>Version 4.0.2 (2011-01-18)</title> 827 828 <para>This is a maintenance release. The following items were fixed and/or 829 added:</para> 830 831 <itemizedlist> 832 833 <listitem> 122 834 <para>GUI: don't crash if a removable host drive referenced from the VM 123 835 settings vanished</para> … … 169 881 <listitem> 170 882 <para>Storage: fixed possible crashes with VMDK/VHD images with snapshots 171 and async I/O (4.0 regression)</para>883 and asynchronous I/O (4.0 regression)</para> 172 884 </listitem> 173 885 … … 1043 1755 1044 1756 <listitem> 1045 <para>GUI: switch to native file dialogs (Windows hosts only; bug 5459)</para>1757 <para>GUI: switch to native file dialogs (Windows hosts only; bug #5459)</para> 1046 1758 </listitem> 1047 1759 … … 1275 1987 <listitem> 1276 1988 <para>Storage: fixed hang with images located on filesystems which 1277 don't support async I/O (bug #6905)</para>1989 don't support asynchronous I/O (bug #6905)</para> 1278 1990 </listitem> 1279 1991 … … 3542 4254 3543 4255 <listitem> 3544 <para>NAT: fixed ethernet address corruptions (bug #4839)</para>4256 <para>NAT: fixed Ethernet address corruptions (bug #4839)</para> 3545 4257 </listitem> 3546 4258 … … 3876 4588 3877 4589 <listitem> 3878 <para>Solaris host : fixed a preemption issue causing VMs to never start on Solaris 10 (bug #4328)</para>3879 </listitem> 3880 3881 <listitem> 3882 <para>Solaris guest : fixed mouse integration for OpenSolaris 2009.06 (bug #4365) </para>4590 <para>Solaris hosts: fixed a preemption issue causing VMs to never start on Solaris 10 (bug #4328)</para> 4591 </listitem> 4592 4593 <listitem> 4594 <para>Solaris guests: fixed mouse integration for OpenSolaris 2009.06 (bug #4365) </para> 3883 4595 </listitem> 3884 4596
Note:
See TracChangeset
for help on using the changeset viewer.