File: NEWS

package info (click to toggle)
imvirt 0.9.6-8
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,352 kB
  • sloc: perl: 2,778; sh: 802; ansic: 316; makefile: 61
file content (23 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Changes in 0.9.5
================

The detection of Microsoft Windows OS based hypervisors has been revised.
Please be aware of the changed output format.


Changes in 0.9.0
================

The previous imvirt script has been ported into a perl package framework.

package tree:

ImVirt.pm		- generic interface to use the imvirt framework
ImVirt::Utils::...	- common helper modules used by ImVirt::VMD::* packages
ImVirt::VMD::...	- Virtual Machine Detection packages

New VMD packages can ne added by putting them into perl's search path.
ImVirt.pm uses Module::Find to load any ImVirt::VMD::* package.

The new imvirt script can be used as a dropin replacement for the old 
legacy imvirt script.