forked from josch/mmdebstrap
release 1.4.2
This commit is contained in:
parent
ba6e9af9a2
commit
b54564a84d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
1.4.2 (2024-01-29)
|
||||
------------------
|
||||
|
||||
- allow for start-stop-daemon to be in either /sbin or /usr/sbin
|
||||
- mmdebstrap-autopkgtest-build-qemu: fix octal mode computation and hostname
|
||||
|
||||
1.4.1 (2024-01-09)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.4.1';
|
||||
our $VERSION = '1.4.2';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue