Changeset 106289 in vbox
- Timestamp:
- Oct 10, 2024 12:33:23 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r106288 r106289 63 63 Full example: 64 64 65 66 67 68 65 <listitem> 66 <para>Foo: Fixed something really important, really really long line 67 with lots more text not fitting into 80 columns</para> 68 </listitem> 69 69 --> 70 70 <chapter> … … 74 74 <sect1> 75 75 76 <title>Version X.Y.Z (date tbd)</title>76 <title>Version 7.1.4 (2024-10-15)</title> 77 77 78 78 <para>This is a maintenance release. The following items were fixed and/or … … 82 82 83 83 <listitem> 84 <para>FE/Qt: Added latest NLS update for Turkish, Indonesian and 85 Italian languages</para> 86 </listitem> 87 88 <listitem> 89 <para>VMSVGA: Improved flickering, black screen and other screen 90 update issues with recent Linux kernels</para> 91 </listitem> 92 93 <listitem> 94 <para>NAT: Fixed issue with restoring 7.0.X saved state</para> 95 </listitem> 96 97 <listitem> 98 <para>VBoxManage: Fixed breakage of "list vms" and "showvminfo" 99 for inaccessible VMs</para> 100 </listitem> 101 102 <listitem> 103 <para>Linux Guest Additions: Introduce initial support for kernel 6.12 104 (NOTE: In kernel 6.12, KVM initializes virtualization on module loading 105 by default. This prevents VirtualBox VMs from starting. In order to 106 avoid this, either add "kvm.enable_virt_at_load=0" parameter into kernel 107 command line or unload corresponding kvm_XXX module)</para> 108 </listitem> 109 110 <listitem> 111 <para>Windows Guest Additions: Fixed issue when Shared Folders driver 112 was not loaded on the first reboot after upgrading Guest Additions (bug #22168)</para> 113 </listitem> 114 115 <listitem> 116 <para>Linux/Arm Guest Additions: Added possibility to automatically upgrade 117 Guest Additions via Devices menu</para> 118 </listitem> 119 120 <listitem> 121 <para>Windows Guest Additions: Added general improvements to the installer</para> 122 </listitem> 123 124 <listitem> 125 <para>EFI: Added missing LsiLogic MPT SCSI driver again to fix booting 126 from devices attached to this device if the EFI firmware is used (7.1.0 regression)</para> 127 </listitem> 128 129 <listitem> 130 <para>EFI: Restored broken network boot support (7.1.0 regression)</para> 84 <para>GUI: Added latest NLS update for Turkish, Indonesian and 85 Italian languages</para> 86 </listitem> 87 88 <listitem> 89 <para>VMSVGA: Improved flickering, black screen and other screen 90 update issues with recent Linux kernels (bug #21955)</para> 91 </listitem> 92 93 <listitem> 94 <para>NAT: Fixed issue with restoring 7.0.X saved state</para> 95 </listitem> 96 97 <listitem> 98 <para>VBoxManage: Fixed breakage of "list vms" and "showvminfo" 99 for inaccessible VMs</para> 100 </listitem> 101 102 <listitem> 103 <para>Windows host: Fixed system DLL size checking which failed 104 with Windows 11 24H2 and recent Insider Preview builds 105 (bug #22162)</para> 106 </listitem> 107 108 <listitem> 109 <para>Linux Guest Additions: Introduce initial support for kernel 6.12 110 (NOTE: In kernel 6.12, KVM initializes virtualization on module loading 111 by default. This prevents VirtualBox VMs from starting. In order to 112 avoid this, either add "kvm.enable_virt_at_load=0" parameter into kernel 113 command line or unload corresponding kvm_XXX module)</para> 114 </listitem> 115 116 <listitem> 117 <para>Windows Guest Additions: Fixed issue when Shared Folders driver 118 was not loaded on the first reboot after upgrading Guest Additions (bug #22168)</para> 119 </listitem> 120 121 <listitem> 122 <para>Linux/Arm Guest Additions: Added possibility to automatically upgrade 123 Guest Additions via Devices menu</para> 124 </listitem> 125 126 <listitem> 127 <para>EFI: Added missing LsiLogic MPT SCSI driver again to fix booting 128 from devices attached to this device if the EFI firmware is used (7.1.0 regression)</para> 129 </listitem> 130 131 <listitem> 132 <para>EFI: Restored broken network boot support (7.1.0 regression)</para> 131 133 </listitem> 132 134 … … 148 150 149 151 <listitem> 150 <para>GUI: Fixed an issue that meant VMs created using Unattended Install151 were not removed cleanly</para>152 <para>GUI: Fixed an issue that meant VMs created using Unattended Install 153 were not removed cleanly</para> 152 154 </listitem> 153 155
Note:
See TracChangeset
for help on using the changeset viewer.