- Timestamp:
- Jan 4, 2023 3:34:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r97854 r97981 58 58 2. Use the past form of something, e.g. "Fixed ..." vs. "Fix ..." 59 59 3. No dot (.) after the entry, e.g. "<para>Foo: Bar</para>" vs. "<para>Foo: Bar.</para>" 60 4. Use TWO (2) spaces for indentation 61 5. Use line breaks when hitting column 80 60 62 61 63 Full example: 62 64 63 65 <listitem> 64 <para>Foo: Fixed something really important</para> 66 <para>Foo: Fixed something really important, really really long line 67 with lots more text not fitting into 80 columns</para> 65 68 </listitem> 66 69 --> … … 80 83 <listitem> 81 84 <para>VMM: Fixed guru running the FreeBSD loader on older Intel CPUs 82 without unrestricted guest support (bug #21332)</para> 83 </listitem> 84 85 <listitem> 86 <para>VirtioNet: Fixed broken network after loading saved state (bug #21172)</para> 87 </listitem> 88 89 <listitem> 90 <para>Storage: Added support for increasing the size of the following VMDK disks: monolithicFlat, 91 monolithicSparse, twoGbMaxExtentSparse, twoGbMaxExtentFlat</para> 92 </listitem> 93 94 <listitem> 95 <para>Mouse Integration: Provided guest with extended host mouse state</para> 96 </listitem> 97 98 <listitem> 99 <para>Linux Host and Guest: Added initial support for building 100 UEK7 kernel on Oracle Linux 8</para> 101 </listitem> 102 103 <listitem> 104 <para>Linux Host and Guest: Added initial support for RHEL 9.1 kernel</para> 105 </listitem> 106 107 <listitem> 108 <para>Windows Host: Fixed support for VM autostart (bug#21349)</para> 85 without unrestricted guest support (bug #21332)</para> 86 </listitem> 87 88 <listitem> 89 <para>VirtioNet: Fixed broken network after loading saved state 90 (bug #21172)</para> 91 </listitem> 92 93 <listitem> 94 <para>Storage: Added support for increasing the size of the following 95 VMDK disks: monolithicFlat, monolithicSparse, twoGbMaxExtentSparse, 96 twoGbMaxExtentFlat</para> 97 </listitem> 98 99 <listitem> 100 <para>Mouse Integration: Provided guest with extended host mouse state</para> 101 </listitem> 102 103 <listitem> 104 <para>Guest Control: Fixed handling creation mode for temporary directories 105 (bug #21394)</para> 106 </listitem> 107 108 <listitem> 109 <para>Linux Host and Guest: Added initial support for building UEK7 kernel on 110 Oracle Linux 8</para> 111 </listitem> 112 113 <listitem> 114 <para>Linux Host and Guest: Added initial support for RHEL 9.1 kernel</para> 115 </listitem> 116 117 <listitem> 118 <para>Windows Host: Fixed support for VM autostart (bug#21349)</para> 109 119 </listitem> 110 120 … … 122 132 123 133 <listitem> 124 <para>VMM: Added nested paging support for nested virtualization (Intel hosts only)</para>125 </listitem> 126 127 <listitem> 128 <para>VMM: Fixed rare guru meditations with certain guests on macOS 10.15 (Catalina) (bug #21237)</para>129 </listitem> 130 131 <listitem> 132 <para>VMM: Fixed possible VM process crash on Windows hosts when Hyper-V is used with certain guests (bug #21174)</para>133 </listitem> 134 135 <listitem> 136 <para>VMM: Fixed Windows XP guest hang or BSOD on AMD CPUs under certain circumstances (bug #21256)</para>134 <para>VMM: Added nested paging support for nested virtualization (Intel hosts only)</para> 135 </listitem> 136 137 <listitem> 138 <para>VMM: Fixed rare guru meditations with certain guests on macOS 10.15 (Catalina) (bug #21237)</para> 139 </listitem> 140 141 <listitem> 142 <para>VMM: Fixed possible VM process crash on Windows hosts when Hyper-V is used with certain guests (bug #21174)</para> 143 </listitem> 144 145 <listitem> 146 <para>VMM: Fixed Windows XP guest hang or BSOD on AMD CPUs under certain circumstances (bug #21256)</para> 137 147 </listitem> 138 148
Note:
See TracChangeset
for help on using the changeset viewer.