Changeset 43198 in vbox
- Timestamp:
- Sep 5, 2012 11:52:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r43164 r43198 32 32 <listitem> 33 33 <para>Resource control: added support for limiting network IO 34 bandwidth; see <xref linkend="network_bandwidth_limit" /> </para>35 </listitem> 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 34 bandwidth; see <xref linkend="network_bandwidth_limit" /> (bug #3653)</para> 35 </listitem> 36 37 <listitem> 38 <para>Added possibility to start VMs during system boot on Linux, 39 OS X and Solaris; see <xref linkend="autostart" /> (bug #950)</para> 40 </listitem> 41 42 <listitem> 43 <para>Added experimental support for Drag'n'drop from the host to 44 Linux guests. Support for more guests and for guest-to-host is 45 planned. (bug #81)</para> 46 </listitem> 47 48 <listitem> 49 <para>Added support for parallel port passthrough on Windows hosts</para> 50 </listitem> 51 52 <listitem> 53 <para>Enhanced API for controlling the guest; please see the SDK reference and API 54 documentation for more information</para> 55 </listitem> 56 56 57 57 </itemizedlist> … … 137 137 <para>GUI: consider scaled DPI values when display fonts on Windows hosts 138 138 (bug #9864)</para> 139 </listitem> 140 141 <listitem> 142 <para>GUI: if a bridged network interface cannot be found, don't 143 refuse to start the VM but allow the user to change the setting 144 immediately (bug )</para> 139 145 </listitem> 140 146 … … 158 164 </listitem> 159 165 160 161 162 166 <listitem> 167 <para>NAT: improvements for the built-in TFTP server (bugs #7385, #10286)</para> 168 </listitem> 163 169 164 170 <listitem> … … 166 172 </listitem> 167 173 168 169 170 174 <listitem> 175 <para>Storage: implemented burning of audio CDs in passthrough mode</para> 176 </listitem> 171 177 172 178 <listitem> … … 174 180 </listitem> 175 181 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 182 <listitem> 183 <para>Storage: implemented support for discarding unused image blocks 184 through TRIM for SATA and IDE and UNMAP for SCSI when using VDI images</para> 185 </listitem> 186 187 <listitem> 188 <para>Storage: added support for QED images</para> 189 </listitem> 190 191 <listitem> 192 <para>Storage: added support for QCOW (full support for v1 and readonly 193 support for v2 images)</para> 194 </listitem> 195 196 <listitem> 197 <para>Storage: added readonly support for VHDX images</para> 198 </listitem> 193 199 194 200 <listitem> … … 197 203 </listitem> 198 204 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 205 <listitem> 206 <para>Solaris additions: added support for X.org Server 1.11 and 1.12</para> 207 </listitem> 208 209 <listitem> 210 <para>Solaris additions: switched to using an in-kernel mouse driver</para> 211 </listitem> 212 213 <listitem> 214 <para>Windows hosts: no need to recreate host-only adapters after a 215 VirtualBox update</para> 216 </listitem> 217 218 <listitem> 219 <para>Windows hosts: updated toolchain; make the source code compatible 220 to VC 2010 and enable some security-related compiler options</para> 221 </listitem> 216 222 217 223 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.