summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-01-20 17:59:04 +0000
committerDaniil Baturin <daniil@baturin.org>2019-01-20 17:59:04 +0000
commit6d15dff8eb5418a23035d18078f367bc799b702c (patch)
tree3e9037b4377dcf400f9ff577678a683a891796b5
parentb0da0f66d5ab2e6770b0c72fb4c6c2bcc5c85d02 (diff)
downloadhvinfo-6d15dff8eb5418a23035d18078f367bc799b702c.tar.gz
hvinfo-6d15dff8eb5418a23035d18078f367bc799b702c.zip
Update version and Debian package changelog.
-rw-r--r--VERSION2
-rw-r--r--debian/changelog9
2 files changed, 10 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 9459d4b..26aaba0 100644
--- a/VERSION
+++ b/VERSION
@@ -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.