Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
-------------------------------------
6.0-0
6.0-1 2019-04-28
-------------------------------------
Upgrade to Virtualbox 6.0

Add discard (TRIM) support for VDI ($enableAdvancedConfig required)
Upgrade to Virtualbox 6.0:
Add NVMe storage controllers support
Add Nested VT-x/AMD-V control (System-Processor tab)
Add Graphics controller select (Display-Screen tab)
Add Discard (TRIM) option for VDI disk images

Known issues: no translation for new options
-------------------------------------
5.2-1 2018-11-09
-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion endpoints/lib/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/*
* This version of phpVirtualBox
*/
define('PHPVBOX_VER', '6.0-0');
define('PHPVBOX_VER', '6.0-1');

class phpVBoxConfigClass {

Expand Down
Loading