forked from josch/mmdebstrap
release 1.2.0
This commit is contained in:
parent
b0caeeef54
commit
9682e74385
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
||||||
|
1.2.0 (2022-09-05)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- remove proot mode
|
||||||
|
- error out if stdout is an interactive terminal
|
||||||
|
- replace taridshift by tarfilter --idshift
|
||||||
|
- tarfilter: add --transform option
|
||||||
|
- multiple --skip options can be separated by comma or whitespace
|
||||||
|
- also cleanup the contents of /run
|
||||||
|
- support apt patterns and paths with commas and whitespace in --include
|
||||||
|
- hooks: store the values of the --include option in MMDEBSTRAP_INCLUDE
|
||||||
|
- add new --skip options: chroot/start-stop-daemon, chroot/policy-rc.d
|
||||||
|
chroot/mount, chroot/mount/dev, chroot/mount/proc, chroot/mount/sys,
|
||||||
|
cleanup/run
|
||||||
|
|
||||||
1.1.0 (2022-07-26)
|
1.1.0 (2022-07-26)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '1.1.0';
|
our $VERSION = '1.2.0';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue