diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1 +1 @@ -1.1 +1.2.0 diff --git a/debian/changelog b/debian/changelog index c35c688..23d60fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +hvinfo (1.2.0) unstable; urgency=medium + + * Add support for detecting non-accelerated QEMU > 2.10 on all platforms + * Add support for detecting KVM on Linux on non-x86 platforms (DMI-based check) + * Detect VirtualBox using KVM backend correctly + * Enable Debian builds on ARM64 + + -- Daniil Baturin <daniil@baturin.org> Sun, 20 Jan 2019 17:56:06 +0000 + hvinfo (1.1.0) unstable; urgency=medium * Add a debug option. |