From 7a062661e526a9d822626e5d5993479f61afe45d Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 7 Oct 2021 13:35:39 +0200 Subject: [PATCH] release 0.8.1 --- CHANGELOG.md | 9 +++++++++ mmdebstrap | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbffa50..3182c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.8.1 (2021-10-07) +------------------ + + - enforce dpkg >= 1.20.0 and apt >= 2.3.7 + - allow working directory be not world readable + - do not run xz and zstd with --threads=0 since this is a bad default for + machines with more than 100 cores + - bit-by-bit identical chrootless mode + 0.8.0 (2021-09-21) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 507b6e3..ac95bd3 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.8.0'; +our $VERSION = '0.8.1'; use English; use Getopt::Long;