imvirt (0.9.6) unstable; urgency=low

  * Do not die if /proc/cpuinfo is unavailable
    (Debian Bug #693278 by Dmitry Smirnov <onlyjob@member.fsf.org>).
  * 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 <abe@debian.org>).
  * Handle missing procfs entries used for jiffies calculation
    gracefully (OpenVZ).
  * Count CPU flag points only once.
  * Improve OpenVZ detection.

 -- Thomas Liske <liske@ibh.de>  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 <pmatthaei@debian.org>.
  * 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 <t.luettgert@enda.eu>).
  * LXC: Remove inapplicable /proc from procfs_read() parameter
    (reported by Torsten Lüttgert <t.luettgert@enda.eu>).
  * LXC: Use starttime jiffies from /proc/1/stat to detect LXC
    (suggested by Torsten Lüttgert <t.luettgert@enda.eu>).
  * LXC: Fix false positive (regex typo).
  * Provide ImVirt Portable download.
  * Revised Microsoft Virtual PC / Hyper-V detection.

 -- Thomas Liske <liske@ibh.de>  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 <pmatthaei@debian.org>).
  * Fix pod2man error (ImVirt.pm)
    (reported by Patrick Matthäi <pmatthaei@debian.org>).
  * 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
