forked from josch/mmdebstrap
release 0.6.0
This commit is contained in:
parent
c33ded3539
commit
6455cda34b
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
0.6.0 (2020-01-16)
|
||||
------------------
|
||||
|
||||
- allow multiple --architecture options
|
||||
- allow multiple --include options
|
||||
- enable parallel compression with xz by default
|
||||
- add --man option
|
||||
- add --keyring option overwriting apt's default keyring
|
||||
- preserve extended attributes in tarball
|
||||
- allow running tests on non-amd64 systems
|
||||
- generate squashfs images if output file ends in .sqfs or .squashfs
|
||||
- add --dry-run/--simulate options
|
||||
- add taridshift tool
|
||||
|
||||
0.5.1 (2019-10-19)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '0.5.1';
|
||||
our $VERSION = '0.6.0';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue