Changeset 57473 in vbox
- Timestamp:
- Aug 20, 2015 10:11:08 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102242
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r57466 r57473 209 209 # new build. The define is available in every source file. Only even build numbers 210 210 # will be published, odd numbers are set during development. 211 VBOX_VERSION_BUILD = 3211 VBOX_VERSION_BUILD = 51 212 212 # The raw version string. This *must not* contain any other information/fields than 213 213 # major, minor and build revision (as it is now) -- also will be used for host/guest version -
trunk/doc/manual/user_ChangeLogImpl.xml
r57459 r57473 4 4 So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. --> 5 5 <sect1> 6 <title>Version 5.0.4(2015-xx-xx)</title>7 8 <para>This is a ma intenance release. The following items were fixed and/or9 added:</para>6 <title>Version x.x.x (2015-xx-xx)</title> 7 8 <para>This is a major update. The following major new features 9 were added:</para> 10 10 11 11 <itemizedlist> 12 12 13 13 <listitem> 14 <para>GUI: changed default OS type for Windows from Windows XP to Windows 7</para> 15 </listitem> 16 17 <listitem> 18 <para>GUI: added another pre-defined guest screen resolution (bug #14384)</para> 19 </listitem> 20 21 <listitem> 22 <para>GUI: fixed update check which was broken due to changing the 23 location of the root certificates (bug #13096)</para> 24 </listitem> 25 26 <listitem> 27 <para>Audio: fixed playing leftover/deprecated audio samples</para> 28 </listitem> 29 30 <listitem> 31 <para>Audio: fixed playing audio after suspending the host (5.0 regression; 32 Linux hosts using the ALSA backend)</para> 33 </listitem> 34 35 <listitem> 36 <para>Storage: fixed raw disk access and flat VMDK image access which would 37 be always opened readonly (5.0.2 regression, bugs #14425, #14461)</para> 38 </listitem> 39 40 <listitem> 41 <para>OVF: fixed duplicate USB controller entries in exported OVA/OVF 42 (bug #14462)</para> 43 </listitem> 44 45 <listitem> 46 <para>Shared Folders: fixed a path separator issue (bug #14434)</para> 47 </listitem> 48 49 <listitem> 50 <para>VBoxManage: another attempt to not deny changing the network adapter 51 type at VM runtime (5.0 regression; bug #14308)</para> 52 </listitem> 53 54 <listitem> 55 <para>Mac OS X hosts: fixed remaining problems with activated SMAP (Broadwell 56 and later; bug #14412)</para> 57 </listitem> 58 59 <listitem> 60 <para>Mac OS X hosts: fixed broken 3D support (5.0.2 regression; 61 bug #14476)</para> 62 </listitem> 63 64 <listitem> 65 <para>Windows hosts: fixed the <emphasis>VERR_LDR_MISMATCH_NATIVE</emphasis> 66 error message (bug #14420)</para> 67 </listitem> 68 69 <listitem> 70 <para>Additions/Windows: fixed the call to the memory allocation function 71 (bug #14415)</para> 14 <para>dummy</para> 72 15 </listitem> 73 16
Note:
See TracChangeset
for help on using the changeset viewer.