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