forked from garrett/vmx-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
80 lines (51 loc) · 2.37 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
2008-05-02 James Willcox <[email protected]>
* configure.ac: bump to 0.2.9
* src/Utility.cs: Be more careful getting default network type
* Removed bundled dbus-sharp, rely on external one
2007-05-23 James Willcox <[email protected]>
* configure.ac: bump to 0.2.8
* src/VirtualMachine.cs: VMware Player 2.0 uses different lock
files, so monitor those as well.
2007-03-15 James Willcox <[email protected]>
* configure.ac: bump to 0.2.7
* src/CdDriveCombo.cs: avoid a null ref exception when no drives
are found. Seriously fixes 247589.
2007-03-01 James Willcox <[email protected]>
* configure.ac: bump to 0.2.6
* src/Utility.cs (FindCdDrives): avoid a null ref exception when
there no drives found. Fixes 247589
2007-01-30 James Willcox <[email protected]>
* configure.ac: bump to 0.2.5
* src/ConfigDialog.cs: when the operating system is changed, also
change the type of network card in the machine to the suggested one.
* src/Utility.cs: add GetDefaultNetworkType, which picks NAT if the
host machine is a laptop, bridged otherwise. This way if the user
switches between wired and wireless connections, the VMs will maintain
their connections.
* TODO: added
2007-01-30 James Willcox <[email protected]>
* configure.ac: bump to 0.2.4
* src/ConfigDialog.cs (Load): set the os combo first to avoid nuking
the memory spin button value.
2007-01-18 James Willcox <[email protected]>
* configure.ac: bump to 0.2.3
2007-01-18 James Willcox <[email protected]>
* src/ConfigDialog.cs: don't crash when selecting the top of the
operating system submenu, fixes #236385
* src/VirtualMachine.cs: add sanity check when loading vmx files, fixes
bug #236417
2007-01-12 James Willcox <[email protected]>
* configure.ac: bump to 0.2.2
2007-01-04 James Willcox <[email protected]>
* src/VirtualMachine.cs: ignore an empty checkpoint.vmState value
2007-01-04 James Willcox <[email protected]>
* src/Utility.cs (WritePadding): no need to let the main loop run
if there is no progress handler.
2007-01-03 James Willcox <[email protected]>
* src/ConfigDialog.cs: set the memory spin button value to the
OS's suggested size when the OS selection is changed.
2007-01-03 James Willcox <[email protected]>
* src/VirtualMachine.cs: make the default state 'off'.
2006-12-20 James Willcox <[email protected]>
* configure.ac: bump version to 0.2.1
Start maintaining this file