VirtualBox

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

Last change on this file since 81164 was 81144, checked in by vboxsync, 5 years ago

Changelog.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 5.4 KB
Line 
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
39 <title>Version 6.1.0_BETA1 (2019-09-12)</title>
40
41 <para>
42 This is a major update. The following major new features were
43 added:
44 </para>
45
46 <itemizedlist>
47
48 <listitem>
49 <para>
50 Implemented support for importing a virtual machine from Oracle
51 Cloud Infrastructure
52 </para>
53 </listitem>
54
55 <listitem>
56 <para>
57 Extended support for exporting a virtual machine to Oracle
58 Cloud Infrastructure, allowing the creation of multiple
59 virtual machines without re-uploading. Also added option to
60 export a VM to the cloud using the more efficient variant
61 "paravirtialized"
62 </para>
63 </listitem>
64
65 <listitem>
66 <para>
67 Virtualization core: Support for nested hardware-virtualization
68 on Intel CPUs (starting with 5th generation Core i, codename
69 Broadwell)
70 </para>
71 </listitem>
72
73 <listitem>
74 <para>
75 Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains,
76 old style 3D support (with VBoxVGA) has been completely removed
77 </para>
78 </listitem>
79
80 </itemizedlist>
81
82 <para>
83 In addition, the following items were fixed and/or added:
84 </para>
85
86 <itemizedlist>
87
88 <listitem>
89 <para>
90 GUI: Improved the VISO creation and file manager dialogs
91 </para>
92 </listitem>
93
94 <listitem>
95 <para>
96 GUI: Virtual machine list of VirtualBox Manager was improved. Machine
97 groups are now more obvious visually and VM search functionality
98 has been improved. Global Tools element can now be pinned in place,
99 to avoid scrolling it with rest of machine list
100 </para>
101 </listitem>
102
103 <listitem>
104 <para>
105 GUI: Virtual machine details pane is now extended with embedded editors
106 for certain VM attributes which we decided as the most
107 important, allowing user to edit them on-the-fly by clicking corresponding
108 hyper-links without opening VM settings dialog
109 </para>
110 </listitem>
111
112 <listitem>
113 <para>
114 GUI: Internal medium enumeration routines were optimized to reduce the load
115 and optimize the performance in cases when user have lots
116 of media registered. Also, we again allowed to add existing media (and create new)
117 via Virtual Media Manager
118 </para>
119 </listitem>
120
121 <listitem>
122 <para>
123 GUI: VM storage settings page was adjusted a bit in usability regard. User is now
124 allowed to change controller bus type and can move attachments between the controllers
125 by using drag and drop
126 </para>
127 </listitem>
128
129 <listitem>
130 <para>
131 GUI: Added a new soft (virtual) keyboard enabling keyboard inputs to guests
132 </para>
133 </listitem>
134
135 <listitem>
136 <para>
137 GUI: Improved and extended the Session Information dialog
138 </para>
139 </listitem>
140
141 <listitem>
142 <para>Input: Added support for horizontal scrolling in the PS/2 mouse
143 device using the IntelliMouse Explorer protocol. Note that this support
144 is automatically used by Linux guests but not by Windows guests
145 </para>
146 </listitem>
147
148 <listitem>
149 <para>vboximg-mount: Experimental support for direct read-only access
150 to NTFS, FAT and ext2/3/4 filesystems inside a disk image without
151 the need for support on the host
152 </para>
153 </listitem>
154
155 <listitem>
156 <para>Guest Control/VBoxManage: Added support for specifying multiple sources
157 when renaming guest files
158 </para>
159 </listitem>
160
161 </itemizedlist>
162
163 </sect1>
164
165</chapter>
Note: See TracBrowser for help on using the repository browser.

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