release 0.8.4

debextract 0.8.4
parent 38a81e75bb
commit 070a9cecb7
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,10 @@
0.8.4 (2022-02-11)
------------------
- tarfilter: add --strip-components option
- don't install essential packages in run_install()
- remove /var/lib/dbus/machine-id
0.8.3 (2022-01-08)
------------------

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

Loading…
Cancel
Save