diff --git a/CHANGELOG.md b/CHANGELOG.md index b52c630..feb0e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +1.2.0 (2022-09-05) +------------------ + + - remove proot mode + - error out if stdout is an interactive terminal + - replace taridshift by tarfilter --idshift + - tarfilter: add --transform option + - multiple --skip options can be separated by comma or whitespace + - also cleanup the contents of /run + - support apt patterns and paths with commas and whitespace in --include + - hooks: store the values of the --include option in MMDEBSTRAP_INCLUDE + - add new --skip options: chroot/start-stop-daemon, chroot/policy-rc.d + chroot/mount, chroot/mount/dev, chroot/mount/proc, chroot/mount/sys, + cleanup/run + 1.1.0 (2022-07-26) ---------------- diff --git a/mmdebstrap b/mmdebstrap index b407f2b..ecc352a 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.1.0'; +our $VERSION = '1.2.0'; use English; use Getopt::Long;