diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/en_US/user_BasicConcepts.xml | 7 | ||||
-rw-r--r-- | doc/manual/en_US/user_Introduction.xml | 2 | ||||
-rw-r--r-- | doc/manual/user_ChangeLogImpl.xml | 49 |
3 files changed, 54 insertions, 4 deletions
diff --git a/doc/manual/en_US/user_BasicConcepts.xml b/doc/manual/en_US/user_BasicConcepts.xml index 285072e2..4466efe8 100644 --- a/doc/manual/en_US/user_BasicConcepts.xml +++ b/doc/manual/en_US/user_BasicConcepts.xml @@ -96,9 +96,10 @@ <para> <emphasis role="bold">Platforms With Limited Support.</emphasis> These legacy guest OS platforms can be - used with &product-name;, but only qualify for <emphasis>best - effort</emphasis> support. Therefore, resolution of customer - issues is not guaranteed. See + used with &product-name;, but only qualify for limited + support because of the vintage of the technology involved. + Therefore, resolution of customer issues for such legacy + guest OS platforms cannot be assured. See <xref linkend="table-limited-support"/>. </para> </listitem> diff --git a/doc/manual/en_US/user_Introduction.xml b/doc/manual/en_US/user_Introduction.xml index 3da5ac9e..e97ed805 100644 --- a/doc/manual/en_US/user_Introduction.xml +++ b/doc/manual/en_US/user_Introduction.xml @@ -802,7 +802,7 @@ <para> <emphasis role="bold">Base package.</emphasis> The base package consists of all open source components and is licensed - under the GNU General Public License V2. + under the GNU General Public License V3. </para> </listitem> diff --git a/doc/manual/user_ChangeLogImpl.xml b/doc/manual/user_ChangeLogImpl.xml index bceaf745..cf8ebf49 100644 --- a/doc/manual/user_ChangeLogImpl.xml +++ b/doc/manual/user_ChangeLogImpl.xml @@ -73,6 +73,55 @@ Rules for adding a changelog entry to make them look more uniform: So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. --> <sect1> + <title>Version 7.0.20 (2024-07-16)</title> + + <para>This is a maintenance release. The following items were fixed and/or + added:</para> + + <itemizedlist> + + <listitem> + <para>TPM: Fixed errors appearing the event viewer with Windows guests</para> + </listitem> + + <listitem> + <para>macOS Hosts: Fixed passing USB devices to the VM (bug #21218)</para> + </listitem> + + <listitem> + <para>Audio: Fixed recording with HDA emulation after newer Windows 10 / 11 + guests got rebooted</para> + </listitem> + + <listitem> + <para>USB: Fixed a deadlock in OHCI triggered when saving the current state of a VM + or taking a snapshot (bug #22059)</para> + </listitem> + + <listitem> + <para>Linux Guest and Host: Introduced initial support for + OpenSuse 15.6 kernel</para> + </listitem> + + <listitem> + <para>Linux Guest and Host: Introduced initial support for + RHEL 9.5 kernel (bug #22099)</para> + </listitem> + + <listitem> + <para>Guest Additions: Shared Clipboard: Fixed issue when extra new lines were + pasted when copying text between Win and X11 (bug #21716)</para> + </listitem> + + <listitem> + <para>UEFI Secure Boot: Add new Microsoft certificates to list for new VMs</para> + </listitem> + + </itemizedlist> + </sect1> + + <sect1> + <title>Version 7.0.18 (2024-05-07)</title> <para>This is a maintenance release. The following items were fixed and/or |