release 0.7.2

This commit is contained in:
Johannes 'josch' Schauer 2020-11-28 14:32:14 +01:00
parent 732fde54f8
commit f76bcb5750
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 11 additions and 1 deletions

View file

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

View file

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