- Timestamp:
- Nov 16, 2011 9:04:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r39317 r39343 30 30 31 31 <listitem> 32 <para>E1000: 802.1q VLAN support</para> 33 </listitem> 34 35 </itemizedlist> 36 </sect1> 37 38 <sect1> 39 <title>Version 4.1.6 (2011-11-04)</title> 40 41 <para>This is a maintenance release. The following items were fixed and/or 42 added:</para> 43 44 <itemizedlist> 45 46 <listitem> 47 <para>VRDP: fixed screen corruption</para> 48 </listitem> 49 50 <listitem> 51 <para>NAT: the interface stopped working after a lot of failed 52 ICMP requests (bug #9371)</para> 53 </listitem> 54 55 <listitem> 32 56 <para>E1000: fixed rare Windows 7 guest hangs, either at boot time 33 57 or when reconfiguring the network card in unusual setups (bug #6223)</para> … … 35 59 36 60 <listitem> 37 <para>E1000: 802.1q VLAN support</para> 38 </listitem> 39 40 <listitem> 41 <para>Windows Additions: fixed guest hangs when switching back from fullscreen text mode apps (bug #9636)</para> 61 <para>ATA: fixed a possible crash during ATAPI passthrough with 62 certain guests</para> 63 </listitem> 64 65 <listitem> 66 <para>ATA: improved compatibility with ancient Linux kernels</para> 67 </listitem> 68 69 <listitem> 70 <para>Main: fixed incorrect framebuffer information after leaving 71 the fullscreen mode with X11 guests, this lead to a scrambled 72 preview window in the GUI for example</para> 73 </listitem> 74 75 <listitem> 76 <para>Mac OS X hosts: fixed the problem with duplicate packets when 77 bridged to a wireless interface (bug #9648)</para> 78 </listitem> 79 80 <listitem> 81 <para>Linux hosts: fix for 3D support on Fedora 15 (bug #9799)</para> 82 </listitem> 83 84 <listitem> 85 <para>Linux hosts: don't call <emphasis>del_timer_sync</emphasis> 86 from an interrupt context (Fedora bug report 746331)</para> 87 </listitem> 88 89 <listitem> 90 <para>Windows Vista and 7 guests: more WDDM fixes</para> 91 </listitem> 92 93 <listitem> 94 <para>Linux Additions: fixed kernel module compilation failure on Redhat 95 Enterprise Linux 4 (bug #9709)</para> 96 </listitem> 97 98 <listitem> 99 <para>Linux Additions: install the DRI driver correctly on Ubuntu 11.10 100 guests</para> 101 </listitem> 102 103 <listitem> 104 <para>Solaris Additions: added read-only mmap support for shared 105 folders</para> 106 </listitem> 107 108 <listitem> 109 <para>Solaris Additions: added directory, file mode and mask options for 110 shared folders</para> 111 </listitem> 112 113 <listitem> 114 <para>Windows Additions: implemented faster detection of logged-in guest 115 users and stale sessions</para> 116 </listitem> 117 118 <listitem> 119 <para>X.Org Additions: fixed graphical corruption when switching to a 120 virtual terminal (bug #9490)</para> 121 </listitem> 122 123 </itemizedlist> 124 </sect1> 125 126 <sect1> 127 <title>Version 4.1.4 (2011-10-03)</title> 128 129 <para>This is a maintenance release. The following items were fixed and/or 130 added:</para> 131 132 <itemizedlist> 133 134 <listitem> 135 <para>VMM: fixed PAE guests running on 32-bit hosts (4.0 regression; 136 bug #9458)</para> 137 </listitem> 138 139 <listitem> 140 <para>VMM: fixed <emphasis>INVALID_PARAMETER</emphasis> guru meditation 141 caused by insufficient memory conditions (4.1.0 regression; bug #9240)</para> 142 </listitem> 143 144 <listitem> 145 <para>VMM: fixed clobbered CPU registers during <emphasis>stos/lods/ins/outs</emphasis> 146 emulation under rare circumstances</para> 147 </listitem> 148 149 <listitem> 150 <para>VMM: another fix for 64-bit guests on recent AMD CPUs</para> 151 </listitem> 152 153 <listitem> 154 <para>GUI: warn the user if he uses an outdated extension pack and allow 155 to download and upgrade in that case (bug #8025)</para> 156 </listitem> 157 158 <listitem> 159 <para>GUI: fixed spurious LCtrl key events on some Windows hosts 160 (4.0.6 regression; bug #373)</para> 161 </listitem> 162 163 <listitem> 164 <para>VBoxManage: another fix for <emphasis>extpack install --replace</emphasis> 165 (bug #9308)</para> 166 </listitem> 167 168 <listitem> 169 <para>VBoxManage: allow to specify the UUID of the target image in 170 <emphasis>convertfromraw</emphasis></para> 171 </listitem> 172 173 <listitem> 174 <para>VRDP: fixed a rare crash when two or more clients connect to the server 175 (bug #9503)</para> 176 </listitem> 177 178 <listitem> 179 <para>VRDP: fixed a case when a client was not resized correctly 180 (bug #9242)</para> 181 </listitem> 182 183 <listitem> 184 <para>USB: make device capturing work on Windows hosts with 185 usbhub class filter drivers installed (bug #9298); 186 bugfixes for Windows host USB support</para> 187 </listitem> 188 189 <listitem> 190 <para>VHD: fixed reads crossing block boundaries (bug #8532)</para> 191 </listitem> 192 193 <listitem> 194 <para>VMDK: fixed progress indicator when creating split VMDK 195 images</para> 196 </listitem> 197 198 <listitem> 199 <para>Floppy: fixed medium size detection for physical mediums 200 (Windows hosts only)</para> 201 </listitem> 202 203 <listitem> 204 <para>Main: fixed VM initialization if a shared folder does 205 not exist (bug #7941)</para> 206 </listitem> 207 208 <listitem> 209 <para>Main: fixed possible deadlock between hard disk enumeration and 210 resetting of immutable disks (bug #9549)</para> 211 </listitem> 212 213 <listitem> 214 <para>Main: fixed not detaching of virtual storage after a snapshot 215 restore operation (bug #8296)</para> 216 </listitem> 217 218 <listitem> 219 <para>Main: always reset modified state after restoring a snapshot (bug 220 #9387)</para> 221 </listitem> 222 223 <listitem> 224 <para>Main: fixed writing of changed VM settings to disk when using 225 snapshots (bug #8932)</para> 226 </listitem> 227 228 <listitem> 229 <para>Main: fixed taking screen shots (e.g. the preview window) for 230 headless VMs if the Guest Additions are active</para> 231 </listitem> 232 233 <listitem> 234 <para>Virtio-net: fixed the problem with UDP packets exceeding 235 MTU (bug #9370)</para> 236 </listitem> 237 238 <listitem> 239 <para>3D Support: fixed incorrect rendering and possible crashes when switching 240 to/from fullscreen with enabled 2D acceleration</para> 42 241 </listitem> 43 242 44 243 <listitem> 45 244 <para>3D Support: fixed compiz under ubuntu 9.10</para> 245 </listitem> 246 247 <listitem> 248 <para>Guest control: Miscellaneous small bugfixes</para> 249 </listitem> 250 251 <listitem> 252 <para>Linux / Solaris hosts: don't use hard links in packages 253 (4.1.2 regression; bug #9441)</para> 254 </listitem> 255 256 <listitem> 257 <para>Mac OS X hosts: fix installation issues when installed as root 258 (bug #1578)</para> 259 </listitem> 260 261 <listitem> 262 <para>Mac OS X hosts: fixed packet capture issues with vboxnetX host-only 263 interfaces (bug #8076)</para> 264 </listitem> 265 266 <listitem> 267 <para>Solaris hosts: fixed incoming multicast packets for Crossbow based 268 bridged networking (bug #9532)</para> 269 </listitem> 270 271 <listitem> 272 <para>Solaris hosts: fixed starting EFI guests due to missing EFI ROM files 273 (bug #9535)</para> 274 </listitem> 275 276 <listitem> 277 <para>Windows hosts installer: fixed <emphasis>ADDLOCAL</emphasis> usage 278 on command line (4.1.0 regression; bug #9488)</para> 279 </listitem> 280 281 <listitem> 282 <para>Windows hosts installer: fixed dangling shortcut to the .chm 283 help file (bug #9646)</para> 284 </listitem> 285 286 <listitem> 287 <para>Windows hosts installer: try to fix installation error 2869 which 288 appeared under certain circumstances (bug #9664)</para> 289 </listitem> 290 291 <listitem> 292 <para>Windows hosts: VBoxHeadless should never open a separate 293 console window (bug #3549)</para> 294 </listitem> 295 296 <listitem> 297 <para>Guest Additions: fixed hang while waiting for guest execution 298 output (4.1.2 regression; bug #9446)</para> 299 </listitem> 300 301 <listitem> 302 <para>Linux Additions: add support for X.Org Server 1.11 (bug #9519) 303 </para> 304 </listitem> 305 306 <listitem> 307 <para>Linux Additions: suppress an incorrect error message and allow 308 a shared folder to be mounted in multiple places (bug #9627) 309 </para> 310 </listitem> 311 312 <listitem> 313 <para>Linux Additions: start VBoxService correctly on openSUSE 12.1 314 (bug #6229) 315 </para> 316 </listitem> 317 318 <listitem> 319 <para>Linux Additions: properly finish the installation even if the 320 compilation of the DRM module fails (which is not fatal)</para> 321 </listitem> 322 323 <listitem> 324 <para>Solaris Additions: fixed memory leaks and panics while mounting 325 (from console) and unmounting shared folders</para> 326 </listitem> 327 328 <listitem> 329 <para>Windows Additions: fixed swapped mouse cursor hotspot coordinates 330 (4.1.0 regression; bug #9447)</para> 331 </listitem> 332 333 <listitem> 334 <para>Windows Additions: fixed <emphasis>PAGE_FAULT_IN_NONPAGED_AREA</emphasis> 335 BSOD in VBoxDisp.dll when running SnippingTool (bug #9508)</para> 336 </listitem> 337 338 <listitem> 339 <para>Windows Additions: make image viewer work correctly 340 with Aero enabled (Vista and Windows 7)</para> 341 </listitem> 342 343 <listitem> 344 <para>Windows Additions: fixed incorrect window border blurs under Aero 345 with ATI cards (Vista and Windows 7)</para> 346 </listitem> 347 348 <listitem> 349 <para>Windows Additions: fixed incorrect rendering when moving 3D applications 350 outside guest desktop and back under Aero (Vista and Windows 7)</para> 351 </listitem> 352 353 <listitem> 354 <para>Windows Additions: fixed guest hangs when switching back from fullscreen 355 text mode applications (bug #9636)</para> 46 356 </listitem> 47 357 … … 545 855 </itemizedlist> 546 856 857 </sect1> 858 859 <sect1> 860 <title>Version 4.0.14 (2011-10-13)</title> 861 862 <para>This is a maintenance release. The following items were fixed and/or 863 added:</para> 864 865 <itemizedlist> 866 867 <listitem> 868 <para>VMM: fixed 64bit guests on AMD Fusion CPUs (bug #8824)</para> 869 </listitem> 870 871 <listitem> 872 <para>VMM: fixed handling of the <emphasis>sysenter/sysexit</emphasis> 873 machine instructions in 64-bit guests on Intel hosts</para> 874 </listitem> 875 876 <listitem> 877 <para>GUI: fixed the inclusion of additional information (license, 878 vendor, ...) on OVF export</para> 879 </listitem> 880 881 <listitem> 882 <para>GUI: when taking a snapshot from the VM selector, don't do 883 a live snapshot</para> 884 </listitem> 885 886 <listitem> 887 <para>GUI: fixed spurious LCtrl key events on some Windows hosts 888 (4.0.6 regression; bug #5908)</para> 889 </listitem> 890 891 <listitem> 892 <para>VBoxManage: fixed <emphasis>extpack install --replace</emphasis></para> 893 </listitem> 894 895 <listitem> 896 <para>VRDP: fixed a rare screen corruption</para> 897 </listitem> 898 899 <listitem> 900 <para>E1000: fixed rare Windows 7 guest hangs, either at boot time 901 or when reconfiguring the network card in unusual setups (bug #6223)</para> 902 </listitem> 903 904 <listitem> 905 <para>Mouse support: fixed an off-by-one pointer position error 906 affecting Windows guests (bugs #7566, #9321)</para> 907 </listitem> 908 909 <listitem> 910 <para>NAT: changed TCP connection establishment according to Winsock API 911 requirements (Windows hosts only; bug #8919)</para> 912 </listitem> 913 914 <listitem> 915 <para>VHD: fixed reads crossing block boundaries (bug #8532)</para> 916 </listitem> 917 918 <listitem> 919 <para>VMDK: fixed progress indicator when creating split VMDK 920 images</para> 921 </listitem> 922 923 <listitem> 924 <para>Floppy: fixed medium size detection for physical mediums 925 (Windows hosts only)</para> 926 </listitem> 927 <listitem> 928 <para>VBoxSVC: made the path comparison OS independent when images are 929 registered (bug #9303)</para> 930 </listitem> 931 932 <listitem> 933 <para>Main: return the correct RDP default port fixing settings 934 warnings in the GUI if the remote display was enabled at runtime (bug #9368)</para> 935 </listitem> 936 937 <listitem> 938 <para>Main: fix VM initialization if a shared folder does not exist (bug #7941)</para> 939 </listitem> 940 941 <listitem> 942 <para>Main: fixed taking screen shots (e.g. the preview window) for 943 headless VMs if the Guest Additions are active</para> 944 </listitem> 945 946 <listitem> 947 <para>Main: fixed possible deadlock between hard disk enumeration and 948 the resetting of immutable disks (bug #9549)</para> 949 </listitem> 950 951 <listitem> 952 <para>OVA: fixed import of renamed OVA files (bug #9033)</para> 953 </listitem> 954 955 <listitem> 956 <para>Virtio-net: fixed the problem with UDP packets exceeding MTU 957 (bug #9370)</para> 958 </listitem> 959 960 <listitem> 961 <para>Solaris hosts: fixed starting EFI guests due to missing EFI ROM files 962 (bug #9535)</para> 963 </listitem> 964 965 <listitem> 966 <para>Mac OS X hosts: fix installation issues when installed as root 967 (bug #1578)</para> 968 </listitem> 969 970 <listitem> 971 <para>Windows Additions: fixed file truncation on a shared folder with 972 some applications (bugs #9276, #9315)</para> 973 </listitem> 974 975 <listitem> 976 <para>Linux Additions: suppress an incorrect error message and allow 977 a shared folder to be mounted in multiple places (bug #9627) 978 </para> 979 </listitem> 980 981 <listitem> 982 <para>Linux Additions: add support for X.Org Server 1.11 (bug #9519) 983 </para> 984 </listitem> 985 986 <listitem> 987 <para>Linux Additions: fixed <emphasis>llseek</emphasis> for Linux kernels 988 2.6.37 and above</para> 989 </listitem> 990 991 <listitem> 992 <para>Linux Additions: start VBoxService correctly on openSUSE 12.1 993 (bug #6229)</para> 994 </listitem> 995 996 <listitem> 997 <para>Linux Additions: properly finish the installation even if the 998 compilation of the DRM module fails (which is not fatal)</para> 999 </listitem> 1000 1001 </itemizedlist> 547 1002 </sect1> 548 1003
Note:
See TracChangeset
for help on using the changeset viewer.