forked from josch/mmdebstrap
release 0.4.0
This commit is contained in:
parent
48e34852a2
commit
e3219a5c8f
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
0.4.0 (2019-02-23)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- disable merged-usr
|
||||||
|
- add --verbose option that prints apt and dpkg output instead of progress
|
||||||
|
bars
|
||||||
|
- add --quiet/--silent options which print nothing on stderr
|
||||||
|
- add --debug option for even more output than with --verbose
|
||||||
|
- add some no-op options to make mmdebstrap a drop-in replacement for certain
|
||||||
|
debootstrap wrappers like sbuild-createchroot
|
||||||
|
- add --logfile option which outputs to a file what would otherwise be written
|
||||||
|
to stderr
|
||||||
|
- add --version option
|
||||||
|
|
||||||
0.3.0 (2018-11-21)
|
0.3.0 (2018-11-21)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.3.0';
|
our $VERSION = '0.4.0';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue