From 5fae5e83f991ccb975ddcfdcf9dcfd6f88ac7acb Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 8 Mar 2020 23:21:16 +0100 Subject: [PATCH] release 0.6.1 --- CHANGELOG.md | 9 +++++++++ mmdebstrap | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8bd58..68f1246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.6.1 (2020-03-08) +------------------ + + - replace /etc/machine-id with an empty file + - fix deterministic tar with pax and xattr support + - support deb822-style format apt sources + - mount /sys and /proc as read-only in root mode + - unset TMPDIR environment variable for everything running inside the chroot + 0.6.0 (2020-01-16) ------------------ diff --git a/mmdebstrap b/mmdebstrap index d2ae64a..9200153 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.6.0'; +our $VERSION = '0.6.1'; use English; use Getopt::Long;