forked from josch/mmdebstrap
release 1.5.1
This commit is contained in:
parent
9f8172bbc0
commit
6818d2ed40
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
1.5.1 (2024-06-03)
|
||||
------------------
|
||||
|
||||
- in root and unshare mode, run 'mount --make-rprivate /' before bind-mounting
|
||||
- switch apt variant from using 'apt-get dist-upgrade' to apt patterns
|
||||
|
||||
1.5.0 (2024-05-14)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.5.0';
|
||||
our $VERSION = '1.5.1';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue