From cae4f89ac0a12ddbe0218da235abf78021d622f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20K=C3=B6lbel?= Date: Sun, 26 Nov 2017 09:39:44 +0100 Subject: [PATCH] Update changelog and version --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ba6dd8..1ee08f7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ info: @echo "ppa-dev - upload to ppa launchpad. Development" @echo "ppa - upload to ppa launchpad. Stable" -VERSION=0.4.1 +VERSION=0.5.1 SRC_DIR = yubikey_luks.orig debianize: diff --git a/debian/changelog b/debian/changelog index 4e7cf39..22f7fdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ +yubikey-luks (0.5.1-1) trusty; urgency=low + + * Avoid writing temp password to disk + + -- Cornelius Kölbel Sun, 26 Nov 2017 09:22:00 +0200 + yubikey-luks (0.5-1) trusty; urgency=low * Concatenate challenge + response * Add option for hashing password with sha256 * Make script compatible with non-root encrypted volume + * Avoid writing temp password to disk -- Cornelius Kölbel Mon, 13 Nov 2017 20:22:00 +0200