release 0.6.1

pull/1/head 0.6.1
parent e1008006fc
commit 5fae5e83f9
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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)
------------------

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '0.6.0';
our $VERSION = '0.6.1';
use English;
use Getopt::Long;

Loading…
Cancel
Save