Skip to content

Commit

Permalink
Release version 6.1 - Kiwi
Browse files Browse the repository at this point in the history
Updated COM API to make it work with VirtualBox 6.1.
  • Loading branch information
onlyfang committed Dec 14, 2019
1 parent 01c1a6c commit 81abd92
Show file tree
Hide file tree
Showing 5 changed files with 39,777 additions and 31,442 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change log

### 2019-12-14 Release 6.1 "Kiwi"
* Updated COM API to make it work with VirtualBox 6.1. Note this is not compatible with old versions of VirtualBox. If you need to use VirtualBox 6.0.X, please stay with 6.0 "Pumpkin".

### 2018-12-21 Release 6.0 "Pumpkin"
* Updated COM API to make it work with VirtualBox 6.0. Note this is not compatible with old versions of VirtualBox. If you need to use VirtualBox 5.2.X, please stay with 5.2 "Jujube".

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ No. VBoxVmService is specially designed to suit the Windows operating system. An

### 7. Credits

The VBoxVmService was based on sourcecode originally written by Xiangyang Liu and published on codeproject.com ( http://www.codeproject.com/KB/system/xyntservice.aspx ).

The puzzlework on "how the %$&!? this thing works", patching together the C++ code of VBoxVmService and the helper tool "sleep.exe", messing with some c# for "bcompile.exe" plus all the batch-scripting was done by Mathias Herrmann .

Only Fang (aka FB2000) joined the project in August 2010, and had become main contributor since then. He re-designed the service, added VmServiceControl.exe to do all the controlling job and changed VBoxVmService.exe to become a pure service program.
Expand Down
4 changes: 2 additions & 2 deletions setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "VBoxVmService"
#define MyAppVersion "6.0-Pumpkin"
#define MyAppVersion "6.1-Kiwi"
#define MyAppPublisher "VBoxVmService Developmenet Team"
#define MyAppURL "https://github.com/onlyfang/VBoxVmService"

Expand All @@ -25,7 +25,7 @@ OutputBaseFilename={#MyAppName}-{#MyAppVersion}
Compression=lzma
SolidCompression=yes
PrivilegesRequired=admin
MinVersion=5.1
MinVersion=6.0
CloseApplications=no

[Languages]
Expand Down
Loading

0 comments on commit 81abd92

Please sign in to comment.