release 0.7.2

pull/1/head 0.7.2
parent 732fde54f8
commit f76bcb5750
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,13 @@
0.7.2 (2020-11-28)
- check whether tools like dpkg and apt are installed at startup
- make it possible to seed /var/cache/apt/archives with deb packages
- if a suite name was specified, use the matching apt index to figure out the
package set to install
- use Debian::DistroInfo or /usr/share/distro-info/debian.csv (if available)
to figure out the security mirror for bullseye and beyond
- use argparse in tarfilter and taridshift for proper --help output
0.7.1 (2020-09-18)
------------------

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

Loading…
Cancel
Save