release 0.8.3

debextract 0.8.3
parent 6ba6d10c4f
commit 632a918780
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,10 @@
0.8.3 (2022-01-08)
------------------
- allow codenames with apt patterns (requires apt >= 2.3.14)
- don't overwrite existing files in setup code
- don't copy in qemu-user-static binary if it's not needed
0.8.2 (2021-12-14) 0.8.2 (2021-12-14)
------------------ ------------------

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

Loading…
Cancel
Save