release 1.4.1

main 1.4.1
parent 2f768b07dc
commit 4c87024356
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

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

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

Loading…
Cancel
Save