From 1ffa88b18204f9046475297b2d03c5fbb4eeb878 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 24 Oct 2023 00:05:23 +0200 Subject: [PATCH] release 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ mmdebstrap | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fde20f..f8c98fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 8df8143..0abdfc3 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.3.8'; +our $VERSION = '1.4.0'; use English; use Getopt::Long;