From d9633d05fefb1f2f5d0fb8914a4602518b80f952 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 16 Jan 2021 00:33:33 +0100 Subject: [PATCH] release 0.7.4 --- CHANGELOG.md | 11 +++++++++++ mmdebstrap | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 396b834..16bb7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +0.7.4 (2021-01-16) +------------------ + + - Optimize mmtarfilter to handle many path exclusions + - Set MMDEBSTRAP_APT_CONFIG, MMDEBSTRAP_MODE and MMDEBSTRAP_HOOKSOCK for hook + scripts + - Do not run an additional env command inside the chroot + - Allow unshare mode as root user + - Additional checks whether root has the necessary privileges to mount + - Make most features work on Debian 10 Buster + 0.7.3 (2020-12-02) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 33c4211..20e3424 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.7.3'; +our $VERSION = '0.7.4'; use English; use Getopt::Long;