Changeset 41129 in vbox
- Timestamp:
- May 3, 2012 10:35:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r41112 r41129 43 43 44 44 <listitem> 45 <para>GUI: allow taking screenshots of the actualVM window content</para>45 <para>GUI: allow taking screenshots of the current VM window content</para> 46 46 </listitem> 47 47 … … 75 75 <para>Solaris additions: added support for X.org Server 1.11 and 1.12</para> 76 76 </listitem> 77 78 </itemizedlist> 79 </sect1> 80 81 <sect1> 82 <title>Version 4.1.14 (2012-04-13)</title> 83 84 <para>This is a maintenance release. The following items were fixed and/or 85 added:</para> 86 87 <itemizedlist> 88 89 <listitem> 90 <para>Network: fixed the problem with packets larger than MTU-4 when 91 PCnet or PRO/1000 was bridged to certain types of adapters on OS X hosts 92 (bug #3783)</para> 93 </listitem> 94 95 <listitem> 96 <para>NAT: fixed a segfault under rare circumstances</para> 97 </listitem> 98 99 <listitem> 100 <para>3D Support: fixed Windows WDDM video driver crash for SMP guests 101 (bugs #10200, #10331)</para> 102 </listitem> 103 104 <listitem> 105 <para>Windows Guest Additions, VRDP: fixed occasional corruption of vertical text</para> 106 </listitem> 107 108 </itemizedlist> 109 110 </sect1> 111 112 <sect1> 113 <title>Version 4.1.12 (2012-04-03)</title> 114 115 <para>This is a maintenance release. The following items were fixed and/or 116 added:</para> 117 118 <itemizedlist> 119 120 <listitem> 121 <para>VMM: fixed <emphasis>VERR_NOT_SUPPORTED</emphasis> and 122 <emphasis>VERR_RAW_MODE_INVALID_SMP</emphasis> guru meditation 123 due to an invalid reschedule to raw mode (bug #10370)</para> 124 </listitem> 125 126 <listitem> 127 <para>VMM: fixed <emphasis>PDMCritSectLeave</emphasis> guru meditation 128 under rare circumstances with SMP guests</para> 129 </listitem> 130 131 <listitem> 132 <para>VMM: proper <emphasis>Math Fault</emphasis> handling with certain 133 legacy guests (bug #9042)</para> 134 </listitem> 135 136 <listitem> 137 <para>NAT: fixed a socket leak under certain conditions</para> 138 </listitem> 139 140 <listitem> 141 <para>Storage: better sanity check against reading beyond end-of-file</para> 142 </listitem> 143 144 <listitem> 145 <para>Audio: fixed a crash in the NUL audio backend (bug #10374; 146 4.1.10 regression)</para> 147 </listitem> 148 149 <listitem> 150 <para>HGCM: fixed a crash during savestate under rare circumstances</para> 151 </listitem> 152 153 <listitem> 154 <para>Metrics: fixed an occasional crash during VM shutdown if host 155 RAM/VMM metrics are enabled</para> 156 </listitem> 157 158 <listitem> 159 <para>VBoxSVC: several locking fixes</para> 160 </listitem> 161 162 <listitem> 163 <para>VBoxManage: return the correct error code if 164 <emphasis>controlvm savestate</emphasis> failed (bug #10134)</para> 165 </listitem> 166 167 <listitem> 168 <para>Guest Additions: VBoxService should not crash on exit (bug #10326; 169 4.1.10 regression)</para> 170 </listitem> 171 172 <listitem> 173 <para>Windows Additions: set the correct time stamp when a file is 174 closed (bug #6473)</para> 175 </listitem> 176 177 <listitem> 178 <para>Windows Additions: better help if the DirectX backups are not 179 properly installed</para> 180 </listitem> 181 182 <listitem> 183 <para>Linux Additions: Linux 3.4-rc1 compile fixes</para> 184 </listitem> 185 186 </itemizedlist> 187 </sect1> 188 189 <sect1> 190 <title>Version 4.1.10 (2012-03-13)</title> 191 192 <para>This is a maintenance release. The following items were fixed and/or 193 added:</para> 194 195 <itemizedlist> 196 197 <listitem> 198 <para>GUI: if 3D support on the host is not available for some reason, 199 do not only disable this VM setting but also uncheck the checkbox</para> 200 </listitem> 201 202 <listitem> 203 <para>VMM: fixed a potential problem causing to schedule interrupts during 204 <emphasis>SYSEXIT</emphasis> right after <emphasis>STI</emphasis></para> 205 </listitem> 206 207 <listitem> 208 <para>VMM: fixed a potential guest memory corruption issue with page 209 fusion</para> 210 </listitem> 211 212 <listitem> 213 <para>VMM: adjusted the module matching algorithm for page fusion a 214 little, generally resulting in slightly more shared pages</para> 215 </listitem> 216 217 <listitem> 218 <para>Main: host interfaces no longer have "defaults" for IP address 219 and network mask attributes</para> 220 </listitem> 221 222 <listitem> 223 <para>Main: don't depend on a password for certain guest control operations 224 (bug #10030)</para> 225 </listitem> 226 227 <listitem> 228 <para>3D Support: fixed Windows XP hosts support (4.1.8 regression; 229 bugs #10071 and #10088</para> 230 </listitem> 231 232 <listitem> 233 <para>3D Support: rendering fixes for Linux hosts with NVIDIA graphics</para> 234 </listitem> 235 236 <listitem> 237 <para>3D Support: fixed saved state issues (4.1.8 regression; bug #10126)</para> 238 </listitem> 239 240 <listitem> 241 <para>3D Support: WDDM driver: fixed powershell_ise crashes (bug #10167), 242 make WPF-based apps work with Aero enabled, fixed additional possible WinSAT crashes</para> 243 </listitem> 244 245 <listitem> 246 <para>VRDP: fixed remote clipboard compatibility issues with some clients</para> 247 </listitem> 248 249 <listitem> 250 <para>Storage: fixed a possible data corruption when compacting VDI or VHD 251 images with snapshots (32-bit hosts only)</para> 252 </listitem> 253 254 <listitem> 255 <para>iSCSI: fixed crash when using incorrect credentials 256 when authenticating with a LIO target (bug #10173)</para> 257 </listitem> 258 259 <listitem> 260 <para>Serial: don't abort in host mode under rare error conditions 261 (non-Windows hosts only)</para> 262 </listitem> 263 264 <listitem> 265 <para>SDK: actually ship current C bindings</para> 266 </listitem> 267 268 <listitem> 269 <para>SDK: fixed the Java glue code for JDK 1.7.0 (bug #9848)</para> 270 </listitem> 271 272 <listitem> 273 <para>SDK: added Python example</para> 274 </listitem> 275 276 <listitem> 277 <para>Metrics: make metrics collection more robust regarding blocked VMs</para> 278 </listitem> 279 280 <listitem> 281 <para>Web service: added SSL/TLS support</para> 282 </listitem> 283 284 <listitem> 285 <para>VBoxShell: fixed Guest Additions information lookup</para> 286 </listitem> 287 288 <listitem> 289 <para>Solaris installer: fixed dependency checking while installing VirtualBox 290 in a zone</para> 291 </listitem> 292 293 <listitem> 294 <para>Linux hosts/guests: Linux 3.3-rc1 compile fixes</para> 295 </listitem> 296 297 <listitem> 298 <para>Solaris hosts: fixed debug kernel panics while opening module CTF data 299 (bug #9651)</para> 300 </listitem> 301 302 <listitem> 303 <para>Mac OS X hosts: fixed Python support on Lion</para> 304 </listitem> 305 306 <listitem> 307 <para>Linux Additions: make 3D passthrough work on OL/RHEL 6.2 (bug 308 #10010)</para> 309 </listitem> 310 311 <listitem> 312 <para>Linux Additions: fixed missing implementation when copying shared 313 folder data through kernel high memory (bug #9878)</para> 314 </listitem> 315 316 <listitem> 317 <para>Linux Additions: make sure all data is written when closing a 318 memory mapped file on a shared folder</para> 319 </listitem> 320 321 <listitem> 322 <para>Linux Additions: added support for X.Org Server 1.12</para> 323 </listitem> 324 325 <listitem> 326 <para>Solaris Additions: fixed guest kernel driver to load properly 327 on guest reboot (4.1.8 regression; bug #10113)</para> 328 </listitem> 329 330 <listitem> 331 <para>Solaris Additions: fixed missing 64-bit OpenGL library VBoxOGL.so 332 (bug #10151)</para> 333 </listitem> 334 335 <listitem> 336 <para>Solaris Additions: fixed VBoxService import and start for Solaris 11 337 guests.</para> 338 </listitem> 339 340 <listitem> 341 <para>Windows Additions: some Windows 8 adaptions</para> 342 </listitem> 343 344 <listitem> 345 <para>Windows Additions: several fixes for shared folders (bug #9753)</para> 346 </listitem> 347 348 <listitem> 349 <para>Guest control: miscellaneous bugfixes</para> 350 </listitem> 77 351 78 352 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.