release 1.5.3

This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-09-13 07:35:10 +02:00
parent 1a8f2537ac
commit 395ee60a7f
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
1.5.3 (2024-09-13)
------------------
- tidy up any zombie processes
- chrootless hurd-i386
- add --skip=cleanup/reproducible/machine-id
- m-a-b-q: replace test_installed by dpkg-checkbuilddeps
1.5.2 (2024-06-26) 1.5.2 (2024-06-26)
------------------ ------------------

View file

@ -23,7 +23,7 @@
use strict; use strict;
use warnings; use warnings;
our $VERSION = '1.5.2'; our $VERSION = '1.5.3';
use English; use English;
use Getopt::Long; use Getopt::Long;