forked from josch/mmdebstrap
release 0.7.2
This commit is contained in:
parent
732fde54f8
commit
f76bcb5750
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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)
|
0.7.1 (2020-09-18)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.7.1';
|
our $VERSION = '0.7.2';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue