release 1.4.0

main
parent abcfda0442
commit 1ffa88b182
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,15 @@
1.4.0 (2023-10-24)
------------------
- add mmdebstrap-autopkgtest-build-qemu
- export container=mmdebstrap-unshare env variable in unshare-mode hooks
- add new skip options: output/dev, output/mknod, tar-in/mknod,
copy-in/mknod, sync-in/mknod
- stop copying qemu-$arch-static binary into the chroot
- tarfilter: add --type-exclude option
- set MMDEBSTRAP_FORMAT in hooks
- do not install priority:required in buildd variant following debootstrap
1.3.8 (2023-08-20)
------------------

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

Loading…
Cancel
Save