~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to doc/manual/user_ChangeLogImpl.xml

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-03-31 23:25:01 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130331232501-l72jhvixkeyyz6xc
Tags: 4.2.10-dfsg-0ubuntu1
* Start the virtualbox-guest-x11 init script earlier.
  The vboxvideo module needs to be loaded before X starts.
* Change runlevels of virtualbox-guest-x11 init script on upgrade.
* Fix build failure with the Debian wheezy kernel which backports the drm
  subsystem from Linux 3.4. (Closes: #703358)
* Drop build-dependency on bcc as it's not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
 
3
3
  <sect1>
 
4
    <title>Version 4.2.10 (2013-03-05)</title>
 
5
 
 
6
    <para>This is a maintenance release. The following items were fixed and/or
 
7
      added:</para>
 
8
 
 
9
    <itemizedlist>
 
10
 
 
11
      <listitem>
 
12
        <para>GUI: fixed keyboard with XQuartz X server (bug #10664)</para> 
 
13
      </listitem>
 
14
 
 
15
      <listitem>
 
16
        <para>Main/Display: fixed a crash with multi-monitors under certain
 
17
          conditions (Mac OS X hosts only)</para>
 
18
      </listitem>
 
19
 
 
20
      <listitem>
 
21
        <para>Main/Properties: fixed a crash under certain conditions, for
 
22
          example after wakeup from host hibernate (bug #11444)</para>
 
23
      </listitem>
 
24
 
 
25
      <listitem>
 
26
        <para>Settings: don't lose the internal network settings if they are not
 
27
          currently active</para>
 
28
      </listitem>
 
29
 
 
30
      <listitem>
 
31
        <para>Storage: another incompatibility fix for VHD differencing images with
 
32
          Hyper-V (bug #5990)</para>
 
33
      </listitem>
 
34
 
 
35
      <listitem>
 
36
        <para>VBoxManage: don't read beyond the end of the file specified
 
37
          with <emphasis>export --eulafile (bug #11528)</emphasis></para>
 
38
      </listitem>
 
39
 
 
40
      <listitem>
 
41
        <para>Linux hosts / guests: Linux 3.9-rc0 compile fixes</para>
 
42
      </listitem>
 
43
 
 
44
      <listitem>
 
45
        <para>Linux Additions: fixed two warnings in the shared folders
 
46
          guest kernel module (bug #11390)</para>
 
47
      </listitem>
 
48
 
 
49
      <listitem>
 
50
        <para>Linux Additions: don't crash VBoxService if libdbus is
 
51
          not available (bug #8638)</para>
 
52
      </listitem>
 
53
 
 
54
      <listitem>
 
55
        <para>Windows Additions: fixed upgrading MultiMedia Redirection (MMR) support</para>
 
56
      </listitem>
 
57
 
 
58
    </itemizedlist>
 
59
  </sect1>
 
60
 
 
61
  <sect1>
4
62
    <title>Version 4.2.8 (2013-02-20)</title>
5
63
 
6
64
    <para>This is a maintenance release. The following items were fixed and/or
9
67
    <itemizedlist>
10
68
 
11
69
      <listitem>
12
 
        <para>VMM: fixed guest crash with huge amount of guest RAM on
 
70
        <para>VMM: fixed a guest crash with a huge amount of guest RAM on
13
71
          VT-x hosts (bug #11306)</para>
14
72
      </listitem>
15
73
 
24
82
      </listitem>
25
83
 
26
84
      <listitem>
27
 
        <para>GUI: take-guest-screenshot dialog sometimes had no keyboard
28
 
          input available on Windows host</para>
 
85
        <para>GUI: the <emphasis>take guest screenshot</emphasis> dialog sometimes
 
86
          had no keyboard input available on Windows host</para>
29
87
      </listitem>
30
88
 
31
89
      <listitem>
32
 
        <para>Main/Machine: fix generation of spurious event for inaccessible
 
90
        <para>Main/Machine: fix the generation of a spurious event for inaccessible
33
91
          VMs which triggered an endless event generation loop in cooperation
34
 
          with the GUI which became unresponsive (4.2.6 regression, bug
 
92
          with the GUI which became unresponsive (4.2.6 regression; bug
35
93
          #11323)</para>
36
94
      </listitem>
37
95
 
43
101
      <listitem>
44
102
        <para>Main/Metrics: network metrics are now collected for
45
103
          active (up) interfaces only, the state of an interface being evaluated
46
 
          when the associated metric is enabled via setupMetrics</para>
 
104
          when the associated metric is enabled via <emphasis>setupMetrics</emphasis></para>
47
105
      </listitem>
48
106
 
49
107
      <listitem>
141
199
      </listitem>
142
200
 
143
201
      <listitem>
144
 
        <para>Linux Additions: added auto-logon support for Linux guests using
145
 
          LightDM as the display manager</para>
146
 
      </listitem>
147
 
 
148
 
      <listitem>
149
202
        <para>Linux Additions: Linux 3.8 compile fixes (bug #11036)</para>
150
203
      </listitem>
151
204