~ubuntu-branches/ubuntu/quantal/virtualbox/quantal

« back to all changes in this revision

Viewing changes to doc/manual/user_ChangeLogImpl.xml

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-04-05 12:41:55 UTC
  • mfrom: (3.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120405124155-i7b39tv5ddwhubbe
Tags: 4.1.12-dfsg-2
* Upstream has replaced the 4.1.12 tarball with a new one that fixes a
  crash when creating host only interfaces. (Closes: #667460)
  - Add 36-tarball-respin.patch which contains the diff between the old
    and the new tarball.

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.1.12 (2012-04-03)</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>VMM: fixed <emphasis>VERR_NOT_SUPPORTED</emphasis> and
 
13
          <emphasis>VERR_RAW_MODE_INVALID_SMP</emphasis> guru meditation
 
14
          due to an invalid reschedule to raw mode (bug #10370)</para>
 
15
      </listitem>
 
16
 
 
17
      <listitem>
 
18
        <para>VMM: fixed <emphasis>PDMCritSectLeave</emphasis> guru meditation
 
19
          under rare circumstances with SMP guests</para>
 
20
      </listitem>
 
21
 
 
22
      <listitem>
 
23
        <para>VMM: proper <emphasis>Math Fault</emphasis> handling with certain
 
24
          legacy guests (bug #9042)</para>
 
25
      </listitem>
 
26
 
 
27
      <listitem>
 
28
        <para>NAT: fixed a socket leak under certain conditions</para>
 
29
      </listitem>
 
30
 
 
31
      <listitem>
 
32
        <para>Storage: better sanity check against reading beyond end-of-file</para>
 
33
      </listitem>
 
34
 
 
35
      <listitem>
 
36
        <para>Audio: fixed a crash in the NUL audio backend (bug #10374;
 
37
          4.1.10 regression)</para>
 
38
      </listitem>
 
39
 
 
40
      <listitem>
 
41
        <para>HGCM: fixed a crash during savestate under rare circumstances</para>
 
42
      </listitem>
 
43
 
 
44
      <listitem>
 
45
        <para>Metrics: fixed an occasional crash during VM shutdown if host
 
46
          RAM/VMM metrics are enabled</para>
 
47
      </listitem>
 
48
 
 
49
      <listitem>
 
50
        <para>VBoxSVC: several locking fixes</para>
 
51
      </listitem>
 
52
 
 
53
      <listitem>
 
54
        <para>VBoxManage: return the correct error code if
 
55
          <emphasis>controlvm savestate</emphasis> failed (bug #10134)</para>
 
56
      </listitem>
 
57
 
 
58
      <listitem>
 
59
        <para>Guest Additions: VBoxService should not crash on exit (bug #10326;
 
60
          4.1.10 regression)</para>
 
61
      </listitem>
 
62
 
 
63
      <listitem>
 
64
        <para>Windows Additions: set the correct time stamp when a file is
 
65
          closed (bug #6473)</para>
 
66
      </listitem>
 
67
 
 
68
      <listitem>
 
69
        <para>Windows Additions: better help if the DirectX backups are not
 
70
          properly installed</para>
 
71
      </listitem>
 
72
 
 
73
      <listitem>
 
74
        <para>Linux Additions: Linux 3.4-rc1 compile fixes</para>
 
75
      </listitem>
 
76
 
 
77
    </itemizedlist>
 
78
  </sect1>
 
79
 
 
80
  <sect1>
4
81
    <title>Version 4.1.10 (2012-03-13)</title>
5
82
 
6
83
    <para>This is a maintenance release. The following items were fixed and/or
110
187
 
111
188
      <listitem>
112
189
        <para>Solaris hosts: fixed debug kernel panics while opening module CTF data
113
 
          (#9591)</para>
 
190
          (bug #9651)</para>
114
191
      </listitem>
115
192
 
116
193
      <listitem>