diff --git a/CHANGELOG.md b/CHANGELOG.md index 396b834..16bb7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +0.7.4 (2021-01-16) +------------------ + + - Optimize mmtarfilter to handle many path exclusions + - Set MMDEBSTRAP_APT_CONFIG, MMDEBSTRAP_MODE and MMDEBSTRAP_HOOKSOCK for hook + scripts + - Do not run an additional env command inside the chroot + - Allow unshare mode as root user + - Additional checks whether root has the necessary privileges to mount + - Make most features work on Debian 10 Buster + 0.7.3 (2020-12-02) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 33c4211..20e3424 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.7.3'; +our $VERSION = '0.7.4'; use English; use Getopt::Long;