File: ChangeLog

package info (click to toggle)
imvirt 0.9.4-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 728 kB
  • sloc: perl: 1,321; sh: 802; ansic: 316; makefile: 100
file content (156 lines) | stat: -rw-r--r-- 4,738 bytes parent folder | download
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
imvirt (0.9.4) unstable; urgency=low

  * Fix some FTBFS due gcc 4.7
    (reported by Patrick Matthäi <patrick.matthaei@web.de>).
  * Fix pod2man error (ImVirt.pm)
    (reported by Patrick Matthäi <patrick.matthaei@web.de>).
  * Fix wrong use statement in LXC.pm
    (reported by Miroslav Suchý <msuchy@redhat.com>).
  * Fix /proc/modules interpretation
    (reported by Miroslav Suchý <msuchy@redhat.com>).
  * Use mktemp instead of tempfile (debianutils) in imvirt-report
    (reported by Miroslav Suchý <msuchy@redhat.com>).

 -- Thomas Liske <liske@ibh.de>  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ý <msuchy@redhat.com>).
  * Don't call lspci unless /proc/bus/pci is available.
  * Add imvirt-report binary.

 -- Thomas Liske <liske@ibh.de>  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 <ntyni@debian.org>)
  * Update to automake 1.11.1.

 -- Thomas Liske <liske@ibh.de>  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 <mike@sprachgewalt.de>)
  * Add basic lguest detection support.
  * Improve debugging of legacy imvirt script.

 -- Thomas Liske <liske@ibh.de>  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 <liske@ibh.de>  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 <liske@ibh.de>  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 <patrick.matthaei@web.de>
  * 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 <liske@ibh.de>  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 <liske@ibh.de>  Sat, 12 Sep 2009 21:09:22 +0200

imvirt (0.3) unstable; urgency=low

  * Add manpage from Debian,
     thanks to Patrick Matthäi <patrick.matthaei@web.de>

  * 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 <liske@ibh.de>  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 <liske@ibh.de>  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 <liske@ibh.de>  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 <liske@ibh.de>  Tue, 25 Nov 2008 13:10:50 +0100

imvirt (0.1-r9) unstable; urgency=low

  * Minor bugfix release.

 -- Thomas Liske <liske@ibh.de>  Thu, 20 Nov 2008 07:52:53 +0100

imvirt (0.1-r5) unstable; urgency=low

  * Fixed regex syntax error.

 -- Thomas Liske <liske@ibh.de>  Tue, 18 Nov 2008 08:04:50 +0100

imvirt (0.1-r3) unstable; urgency=low

  * Improve QEMU detection.
  * Add VirtualBox detection.

 -- Thomas Liske <liske@ibh.de>  Mon, 17 Nov 2008 16:55:40 +0100

imvirt (0.1-r2) unstable; urgency=low

  * Initial Release.

 -- Thomas Liske <liske@ibh.de>  Mon, 17 Nov 2008 13:43:06 +0100