-
Notifications
You must be signed in to change notification settings - Fork 10
/
ChangeLog
202 lines (141 loc) · 6.45 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
imvirt (1.0.0) unstable; urgency=low
* Handle non-existing /proc/scsi/scsi gracefully.
* Fix: Allow escaped quotes in lspci output.
(Debian Bug #732460 by Martin von Wittich <[email protected]>)
* Distinguish between virtual machine and virtualization container
detection.
* Fix broken sort function resulting in alternating results of imvirt.
(Github Issue #14 by @pencil; Github Issue #15 by @alexbarton)
-- Thomas Liske <[email protected]>
imvirt (0.9.6) unstable; urgency=low
* Do not die if /proc/cpuinfo is unavailable
(Debian Bug #693278 by Dmitry Smirnov <[email protected]>).
* Split ImVirt Portable into core and bundle (w/ PAR stuff) build.
* Add Parallels detection support.
* Handle undefined %cpuinfo entries gracefully.
(Debian Bug #69791 by Axel Beckert <[email protected]>).
* Handle missing procfs entries used for jiffies calculation
gracefully (OpenVZ).
* Count CPU flag points only once.
* Improve OpenVZ detection.
-- Thomas Liske <[email protected]> Fri, 23 Aug 2013 21:34:15 +0200
imvirt (0.9.5) unstable; urgency=low
* Add imvirt-report manpage from Debian,
thanks to Patrick Matthäi <[email protected]>.
* Move source from SourceForge SVN to github,
cleanup svn:keywords usage.
* Update perl/Makefile.PL (require File::Which).
* KVM: Don't count dmesg line twice
(reported by Torsten Lüttgert <[email protected]>).
* LXC: Remove inapplicable /proc from procfs_read() parameter
(reported by Torsten Lüttgert <[email protected]>).
* LXC: Use starttime jiffies from /proc/1/stat to detect LXC
(suggested by Torsten Lüttgert <[email protected]>).
* LXC: Fix false positive (regex typo).
* Provide ImVirt Portable download.
* Revised Microsoft Virtual PC / Hyper-V detection.
-- Thomas Liske <[email protected]> Fri, 14 Sep 2012 23:30:36 +0200
imvirt (0.9.4) unstable; urgency=low
* Fix some FTBFS due gcc 4.7
(reported by Patrick Matthäi <[email protected]>).
* Fix pod2man error (ImVirt.pm)
(reported by Patrick Matthäi <[email protected]>).
* Fix wrong use statement in LXC.pm
(reported by Miroslav Suchý <[email protected]>).
* Fix /proc/modules interpretation
(reported by Miroslav Suchý <[email protected]>).
* Use mktemp instead of tempfile (debianutils) in imvirt-report
(reported by Miroslav Suchý <[email protected]>).
-- Thomas Liske <[email protected]> Thu, 17 May 2012 20:32:04 +0200
imvirt (0.9.3) unstable; urgency=low
* Add ARAnyM detection support.
* Add LXC detection support.
* Reduce perl warnings.
* Use File::Which if available (no shell used to execute binaries).
* Take only used virtio kernel modules into account.
* Improve imvirt.spec.in (thanks to Miroslav Suchý <[email protected]>).
* Don't call lspci unless /proc/bus/pci is available.
* Add imvirt-report binary.
-- Thomas Liske <[email protected]> Mon, 14 May 2012 19:16:57 +0200
imvirt (0.9.2) unstable; urgency=low
* Improve overall detection.
* Improve debug output.
* Add INSTALLDIRS=vendor to be conform to the Debian perl policy.
(Debian Bug #578798 by Niko Tyni <[email protected]>)
* Update to automake 1.11.1.
-- Thomas Liske <[email protected]> Sat, 04 Feb 2012 17:52:45 +0100
imvirt (0.9.1) unstable; urgency=low
* Output possible result lines on help output.
* Don't die in Utils/pcidevs.pm if lspci is not available.
(Closes Debian Bug#612735 by Stefan Bühler)
* Parse new kernel paravirtualization lines (KVM, VMware).
* Improve KVM w/ virtio detection.
* Improve KVM/QUEMU detection.
(Contributed by Mike Gerber <[email protected]>)
* Add basic lguest detection support.
* Improve debugging of legacy imvirt script.
-- Thomas Liske <[email protected]> Thu, 02 Jun 2011 21:50:55 +0200
imvirt (0.9.0) unstable; urgency=low
* Rewrite imvirt as a perl module framework.
* Detection changed from "first best match" to a weighted
characteristics aproach.
* Add legacy replacement script 'imvirt' as a replacement
for the old monolitic script.
-- Thomas Liske <[email protected]> Mon, 29 Mar 2010 19:55:14 +0200
imvirt (0.3.3) unstable; urgency=low
* Make modern GCC versions stop warning about breaking
strict-aliasing checking.
* Add imvirt.spec.in.
-- Thomas Liske <[email protected]> Sat, 13 Feb 2010 00:26:54 +0100
imvirt (0.3.2) unstable; urgency=low
* Handle SIGILL on amd64 for Xen PV detection gracefully.
reported by Patrick Matthäi <[email protected]>
* Fix false positive CPUID results interpreted as HVM
virtualization on P4.
(Closes Debian Bug#566656 by Stephan Sürken)
* Add CPUID debug code (-c).
* Add missing stdlib.h to detect.c (compile warning).
-- Thomas Liske <[email protected]> Mon, 01 Feb 2010 14:56:15 +0100
imvirt (0.3.1) unstable; urgency=low
* Add missing manpage (svn was somewhat confused).
* Fix build system.
-- Thomas Liske <[email protected]> Sat, 12 Sep 2009 21:09:22 +0200
imvirt (0.3) unstable; urgency=low
* Add manpage from Debian,
thanks to Patrick Matthäi <[email protected]>
* Add OpenVZ/Virtuozzo detection
taken from virt-what 1.1 (Evgeniy Sokolov)
* Add UML detection
* Add binary helper to detect
- Virtual PC/Server
- VMware
- Xen
HVM using cpuid calls.
* Improvements/fixes:
- fix dmesg call
- scan /proc/ide/hd*/model for well known signatures
-- Thomas Liske <[email protected]> Sat Sep 5 12:36:18 CEST 2009
imvirt (0.2.1) unstable; urgency=low
* Fix Xen detection on new kernels (i.e. Debian Lenny).
-- Thomas Liske <[email protected]> Thu, 12 Mar 2009 10:19:00 +0100
imvirt (0.2) unstable; urgency=low
* Move to SF project apt-dater.
* Add copyright stuff and ChangeLog.
-- Thomas Liske <[email protected]> Wed, 26 Nov 2008 13:19:24 +0100
imvirt (0.1-r10) unstable; urgency=low
* Use /bin/dmesg (/var/log/dmesg not always accessible).
* Improve rules to detect VMware server 2.0.
-- Thomas Liske <[email protected]> Tue, 25 Nov 2008 13:10:50 +0100
imvirt (0.1-r9) unstable; urgency=low
* Minor bugfix release.
-- Thomas Liske <[email protected]> Thu, 20 Nov 2008 07:52:53 +0100
imvirt (0.1-r5) unstable; urgency=low
* Fixed regex syntax error.
-- Thomas Liske <[email protected]> Tue, 18 Nov 2008 08:04:50 +0100
imvirt (0.1-r3) unstable; urgency=low
* Improve QEMU detection.
* Add VirtualBox detection.
-- Thomas Liske <[email protected]> Mon, 17 Nov 2008 16:55:40 +0100
imvirt (0.1-r2) unstable; urgency=low
* Initial Release.
-- Thomas Liske <[email protected]> Mon, 17 Nov 2008 13:43:06 +0100