VirtualBox

source: vbox/trunk/doc/manual/user_ChangeLogImpl.xml@ 76585

最後變更 在這個檔案從76585是 76291,由 vboxsync 提交於 6 年 前

Change log: fix trailing spaces.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id Revision
檔案大小: 6.8 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Release change log structure
3
4Each release has a matching log of changes which were made for that and
5earlier releases. Earlier releases means anything with a lower number (e.g.
65.0.18 is lower than 5.1.2) which was released before this one. The log is
7kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
8particularly new features and fixed bugs, with a trac bug number if possible,
9should be added to the top of the change log (that is, the section for the
10upcoming release) for the branch in which it first appears - stable or
11development - before the next release. If you back-port it to older branches
12please add an entry there too. When a new major release is made, change log
13sections for earlier releases are merged in.
14
15Change log sections are split into two groups: major new features (normally
16only for dot zero releases) and fixes. In addition, the entries in each group
17are ordered as follows:
18
19 VMM-related entries (most important)
20 GUI-related entries (most visible for users)
21 Device-related entries
22 VBoxManage/API/Main-related entries
23 Host-related entries
24 Guest-related entries
25 BIOS/EFI/ACPI-related entries
26
27Please do further ordering as seems appropriate by importance and visibility for
28users, e.g. audio before serial ports and generally Windows before Linux. Please
29also try to describe the user impact, not the technical details, and only use
30technical terms if no non-technical ones are clear enough.
31-->
32<chapter>
33
34<!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
35 So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
36
37 <sect1>
38 <title>Version 6.0.2 (2019-xx-xx)</title>
39
40 <para>This is a maintenance release. The following items were fixed and/or
41 added:</para>
42
43 <itemizedlist>
44
45 <listitem>
46 <para>dummy</para>
47 </listitem>
48
49 </itemizedlist>
50 </sect1>
51
52 <sect1>
53 <title>Version 6.0.0 (2018-12-18)</title>
54
55 <para>This is a major update. The following major new features
56 were added:</para>
57
58 <itemizedlist>
59
60 <listitem>
61 <para>Implemented support for exporting a virtual machine to Oracle
62 Cloud Infrastructure</para>
63 </listitem>
64
65 <listitem>
66 <para>User interface: greatly improved HiDPI and scaling support,
67 including better detection and per-machine configuration</para>
68 </listitem>
69
70 <listitem>
71 <para>Major rework of user interface with simpler and more powerful
72 application and virtual machine set-up</para>
73 </listitem>
74
75 <listitem>
76 <para>User interface: a new file manager enabling user to control
77 the guest file system and copy files between host and guest.</para>
78 </listitem>
79
80 <listitem>
81 <para>Graphics: major update of 3D graphics support for Windows guests,
82 and VMSVGA 3D graphics device emulation on Linux and Solaris guests
83 </para>
84 </listitem>
85
86 <listitem>
87 <para>Added support for surround speaker setups (as used by
88 Windows 10 Build 1809)</para>
89 </listitem>
90
91 <listitem>
92 <para>Added utility <computeroutput>vboximg-mount</computeroutput>
93 on Apple hosts to access the content of guest disks on the host
94 </para>
95 </listitem>
96
97 <listitem>
98 <para>Added support for using Hyper-V as the fallback execution core on
99 Windows host, to avoid inability to run VMs at the price of reduced
100 performance</para>
101 </listitem>
102
103 </itemizedlist>
104
105 <para>In addition, the following items were fixed and/or added:</para>
106
107 <itemizedlist>
108
109 <listitem>
110 <para>Execution core: fixed single-stepping in certain circumstances
111 (bug #17316)</para>
112 </listitem>
113
114 <listitem>
115 <para>User interface: video and audio recording can now be separately
116 enabled</para>
117 </listitem>
118
119 <listitem>
120 <para>Audio/Video recording fixes and improvements</para>
121 </listitem>
122
123 <listitem>
124 <para>Audio: better support for attaching and detaching remote desktop
125 connections</para>
126 </listitem>
127
128 <listitem>
129 <para>Serial port emulation fixes</para>
130 </listitem>
131
132 <listitem>
133 <para>Serial ports: allow changing the serial port attachment while a
134 machine is running (bug #6115)</para>
135 </listitem>
136
137 <listitem>
138 <para>Networking: Added a workaround for older guests which do not enable
139 bus mastering for the virtio PCI device</para>
140 </listitem>
141
142 <listitem>
143 <para>Networking: fixed wrong RCODE from DNS AAAA query with
144 --natdnshostresolver1 (bug #18171)</para>
145 </listitem>
146
147 <listitem>
148 <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
149 target is automatically determined, for targets with non-zero LUNs
150 </para>
151 </listitem>
152
153 <listitem>
154 <para>Transparently resize disk images when merging if possible</para>
155 </listitem>
156
157 <listitem>
158 <para>VBoxManage: support for DHCP options</para>
159 </listitem>
160
161 <listitem>
162 <para>Fixed VNC/RDP (bug 18153)</para>
163 </listitem>
164
165 <listitem>
166 <para>Guest Control: various new interfaces and features
167 (see SDK documentation)</para>
168 </listitem>
169
170 <listitem>
171 <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
172 </listitem>
173
174 <listitem>
175 <para>Solaris: installer fixes</para>
176 </listitem>
177
178 <listitem>
179 <para>Shared folders: performance improvements</para>
180 </listitem>
181
182 <listitem>
183 <para>Guest Additions: improved shared folder auto-mounting</para>
184 </listitem>
185
186 <listitem>
187 <para>Windows Guest Additions: fix incorrect tablet co-ordinate
188 handling with recent Windows 10 builds</para>
189 </listitem>
190
191 <listitem>
192 <para>Linux Additions: fix for building vboxvideo on EL 7.6 standard
193 kernel, contributed by Robert Conde (bug #18093)</para>
194 </listitem>
195
196 <listitem>
197 <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
198 </listitem>
199
200 <listitem>
201 <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
202 </listitem>
203
204 <listitem>
205 <para>MacOS Guest Additions: initial support</para>
206 </listitem>
207
208 <listitem>
209 <para>OS/2 Guest Additions: initial shared folder support</para>
210 </listitem>
211
212 <listitem>
213 <para>BIOS fixes</para>
214 </listitem>
215
216 <listitem>
217 <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
218 </para>
219 </listitem>
220 </itemizedlist>
221 </sect1>
222
223</chapter>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette