From f76bcb57508674c4ca7fdc17fb737f0b637b0f57 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 28 Nov 2020 14:32:14 +0100 Subject: [PATCH] release 0.7.2 --- CHANGELOG.md | 10 ++++++++++ mmdebstrap | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b76ed7..1024e8f 100644 --- a/CHANGELOG.md +++ b/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) ------------------ diff --git a/mmdebstrap b/mmdebstrap index ccda779..02377f3 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.7.1'; +our $VERSION = '0.7.2'; use English; use Getopt::Long;