From 736cb493eabbbcb1710993460c506a6183e1aad5 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 16 Jan 2023 19:30:13 +0100 Subject: [PATCH] release 1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ mmdebstrap | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea5097..e6d003c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +1.3.0 (2023-01-16) +------------------ + + - add hooks/maybe-jessie-or-older and hooks/maybe-merged-usr + - add --skip=check/signed-by + - hooks/jessie-or-older: split into two individual hook files + - skip running apt-get update if we are very sure that it was already run + - be more verbose when 'apt-get update' failed + - warn if a hook is named like one but not executable and if a hook is + executable but not named like one + - to find signed-by value, run gpg on the individual keys to print better + error messages in case it fails (gpg doesn't give an indication which file + it was unable to read) and print progress bar + - allow empty sources.list entries + 1.2.5 (2023-01-04) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 6e38393..1d1786e 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.2.5'; +our $VERSION = '1.3.0'; use English; use Getopt::Long;