forked from josch/mmdebstrap
release 0.6.1
This commit is contained in:
parent
e1008006fc
commit
5fae5e83f9
2 changed files with 10 additions and 1 deletions
|
@ -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…
Reference in a new issue