VirtualBox

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

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

Changelog.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id Revision
檔案大小: 7.1 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>Linux installer: fixed symbolic links to VirtualBoxVM frontend</para>
47 </listitem>
48
49 <listitem>
50 <para>MacOS installer: added CLI wrapper for VirtualBoxVM frontend</para>
51 </listitem>
52
53 <listitem>
54 <para>User interface: fixed creation of desktop shortcuts for starting
55 virtual machines</para>
56 </listitem>
57
58 </itemizedlist>
59 </sect1>
60
61 <sect1>
62 <title>Version 6.0.0 (2018-12-18)</title>
63
64 <para>This is a major update. The following major new features
65 were added:</para>
66
67 <itemizedlist>
68
69 <listitem>
70 <para>Implemented support for exporting a virtual machine to Oracle
71 Cloud Infrastructure</para>
72 </listitem>
73
74 <listitem>
75 <para>User interface: greatly improved HiDPI and scaling support,
76 including better detection and per-machine configuration</para>
77 </listitem>
78
79 <listitem>
80 <para>Major rework of user interface with simpler and more powerful
81 application and virtual machine set-up</para>
82 </listitem>
83
84 <listitem>
85 <para>User interface: a new file manager enabling user to control
86 the guest file system and copy files between host and guest.</para>
87 </listitem>
88
89 <listitem>
90 <para>Graphics: major update of 3D graphics support for Windows guests,
91 and VMSVGA 3D graphics device emulation on Linux and Solaris guests
92 </para>
93 </listitem>
94
95 <listitem>
96 <para>Added support for surround speaker setups (as used by
97 Windows 10 Build 1809)</para>
98 </listitem>
99
100 <listitem>
101 <para>Added utility <computeroutput>vboximg-mount</computeroutput>
102 on Apple hosts to access the content of guest disks on the host
103 </para>
104 </listitem>
105
106 <listitem>
107 <para>Added support for using Hyper-V as the fallback execution core on
108 Windows host, to avoid inability to run VMs at the price of reduced
109 performance</para>
110 </listitem>
111
112 </itemizedlist>
113
114 <para>In addition, the following items were fixed and/or added:</para>
115
116 <itemizedlist>
117
118 <listitem>
119 <para>Execution core: fixed single-stepping in certain circumstances
120 (bug #17316)</para>
121 </listitem>
122
123 <listitem>
124 <para>User interface: video and audio recording can now be separately
125 enabled</para>
126 </listitem>
127
128 <listitem>
129 <para>Audio/Video recording fixes and improvements</para>
130 </listitem>
131
132 <listitem>
133 <para>Audio: better support for attaching and detaching remote desktop
134 connections</para>
135 </listitem>
136
137 <listitem>
138 <para>Serial port emulation fixes</para>
139 </listitem>
140
141 <listitem>
142 <para>Serial ports: allow changing the serial port attachment while a
143 machine is running (bug #6115)</para>
144 </listitem>
145
146 <listitem>
147 <para>Networking: Added a workaround for older guests which do not enable
148 bus mastering for the virtio PCI device</para>
149 </listitem>
150
151 <listitem>
152 <para>Networking: fixed wrong RCODE from DNS AAAA query with
153 --natdnshostresolver1 (bug #18171)</para>
154 </listitem>
155
156 <listitem>
157 <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
158 target is automatically determined, for targets with non-zero LUNs
159 </para>
160 </listitem>
161
162 <listitem>
163 <para>Transparently resize disk images when merging if possible</para>
164 </listitem>
165
166 <listitem>
167 <para>VBoxManage: support for DHCP options</para>
168 </listitem>
169
170 <listitem>
171 <para>Fixed VNC/RDP (bug 18153)</para>
172 </listitem>
173
174 <listitem>
175 <para>Guest Control: various new interfaces and features
176 (see SDK documentation)</para>
177 </listitem>
178
179 <listitem>
180 <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
181 </listitem>
182
183 <listitem>
184 <para>Solaris: installer fixes</para>
185 </listitem>
186
187 <listitem>
188 <para>Shared folders: performance improvements</para>
189 </listitem>
190
191 <listitem>
192 <para>Guest Additions: improved shared folder auto-mounting</para>
193 </listitem>
194
195 <listitem>
196 <para>Windows Guest Additions: fix incorrect tablet co-ordinate
197 handling with recent Windows 10 builds</para>
198 </listitem>
199
200 <listitem>
201 <para>Linux Additions: fix for building vboxvideo on EL 7.6 standard
202 kernel, contributed by Robert Conde (bug #18093)</para>
203 </listitem>
204
205 <listitem>
206 <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
207 </listitem>
208
209 <listitem>
210 <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
211 </listitem>
212
213 <listitem>
214 <para>MacOS Guest Additions: initial support</para>
215 </listitem>
216
217 <listitem>
218 <para>OS/2 Guest Additions: initial shared folder support</para>
219 </listitem>
220
221 <listitem>
222 <para>BIOS fixes</para>
223 </listitem>
224
225 <listitem>
226 <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
227 </para>
228 </listitem>
229 </itemizedlist>
230 </sect1>
231
232</chapter>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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