forked from josch/mmdebstrap
release 1.2.2
This commit is contained in:
parent
c2cd4a2a77
commit
b454892ddd
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
1.2.2 (2022-10-27)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- allow /etc/apt/trusted.gpg.d/ not to exist
|
||||||
|
- always create /var/lib/dpkg/arch to make foreign architecture chrootless
|
||||||
|
tarballs bit-by-bit identical
|
||||||
|
- write an empty /etc/machine-id instead of writing 'uninitialized'
|
||||||
|
- only print progress bars on interactive terminals that are wide enough
|
||||||
|
|
||||||
1.2.1 (2022-09-08)
|
1.2.1 (2022-09-08)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '1.2.1';
|
our $VERSION = '1.2.2';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue