From b454892ddda5e1a62162dd3401f8cbad0732c4e6 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 27 Oct 2022 16:11:30 +0200 Subject: [PATCH] release 1.2.2 --- CHANGELOG.md | 9 +++++++++ mmdebstrap | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7824241..544356b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.2.2 (2022-10-27) +------------------ + + - allow /etc/apt/trusted.gpg.d/ not to exist + - always create /var/lib/dpkg/arch to make foreign architecture chrootless + tarballs bit-by-bit identical + - write an empty /etc/machine-id instead of writing 'uninitialized' + - only print progress bars on interactive terminals that are wide enough + 1.2.1 (2022-09-08) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 70dc7b1..fc22a00 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.2.1'; +our $VERSION = '1.2.2'; use English; use Getopt::Long;