From ba270b6f7c379824de75b514ef21fd1e31af635e Mon Sep 17 00:00:00 2001 From: Andres Calderon Date: Mon, 9 Dec 2019 14:30:32 +0000 Subject: [PATCH] changelog for v0.2.2 --- debian/changelog | 5 +++++ debian/postinst | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cd245f4..e5f0093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +matrixio-kernel-modules (0.2.2) unstable; urgency=low + * hardcoding rates for stretch compatibility + + -- Andres Calderon Mon, 9 Dec 2019 14:30:00 -0800 + matrixio-kernel-modules (0.2.1) unstable; urgency=low * Rewrite of microphone array driver. Does not crash the kernel anymore. diff --git a/debian/postinst b/debian/postinst index ac86939..2988b79 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e DKMS_NAME=matrixio-kernel-modules DKMS_PACKAGE_NAME=$DKMS_NAME-dkms -DKMS_VERSION=0.2.1 +DKMS_VERSION=0.2.2 postinst_found=0