release 0.7.4

debextract 0.7.4
parent 7bd733fb8b
commit d9633d05fe
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

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

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

Loading…
Cancel
Save