release 1.2.2

debextract 1.2.2
parent c2cd4a2a77
commit b454892ddd
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,12 @@
1.2.2 (2022-10-27)
------------------
- allow /etc/apt/trusted.gpg.d/ not to exist
- always create /var/lib/dpkg/arch to make foreign architecture chrootless
tarballs bit-by-bit identical
- write an empty /etc/machine-id instead of writing 'uninitialized'
- only print progress bars on interactive terminals that are wide enough
1.2.1 (2022-09-08)
------------------

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

Loading…
Cancel
Save