From 4c87024356d608e21e0776d73a3bf330d1aceb5e Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 23 Jan 2024 17:38:55 +0100 Subject: [PATCH] release 1.4.1 --- CHANGELOG.md | 9 +++++++++ mmdebstrap | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c98fe..4221e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.4.1 (2024-01-09) +------------------ + + - set DPkg::Chroot-Directory in APT_CONFIG to simplify calling apt in hooks + - disallow running chrootless as root without fakeroot unless + --skip=check/chrootless is used + - only print short --help output if wrong args are passed + - read files passed as --aptopt and --dpkgopt outside the unshared namespace + 1.4.0 (2023-10-24) ------------------ diff --git a/mmdebstrap b/mmdebstrap index b315b76..fc74da8 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.4.0'; +our $VERSION = '1.4.1'; use English; use Getopt::Long;