Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 121eb41

Browse files
committed
release: v4.0.1
1 parent 3f035f6 commit 121eb41

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

bootiso

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2181
33
# shellcheck disable=SC2236
44
#
5-
# Version 4.0.0
5+
# Version 4.0.1
66
#
77
# bootiso - create a bootable USB drive from an image file
88
# Copyright (C) 2018-2020 jules randolph <[email protected]>
@@ -26,7 +26,7 @@
2626
set -o pipefail
2727
set -E
2828

29-
version="4.0.0"
29+
version="4.0.1"
3030
scriptName=$(basename "$0")
3131
bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1)
3232

changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# v4.0.0
1+
# v4.0.1
2+
3+
**bugfix**
4+
5+
- fix cleanup logic. After successful image installation, a message "user aborted" was displayed. To circumvent the issue, two functions are now registered with trap for cleanup logic. One on EXIT, and an other one on INT or TERM.
6+
7+
# v4.0.1
28

39
In addition to bellow listed changes, please note that project license has migrated from MIT to GPLv3, see [LICENSE](https://github.com/jsamr/bootiso/blob/master/LICENSE).
410

docs/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extra/man/bootiso.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" The following commands are required for all man pages.
22
.Dd April 19, 2020
33
.Dt BOOTISO 1
4-
.Os bootiso 4.0.0
4+
.Os bootiso 4.0.1
55
.Sh NAME
66
.Nm bootiso
77
.Nd create a bootable USB drive from an image file

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License: GPLv3](https://badgen.net/badge/license/GPLv3/blue)](https://www.gnu.org/licenses/gpl-3.0.html)
2-
[![Version](https://badgen.net/github/tag/jsamr/bootiso?label=version)]()
2+
[![Version](https://badgen.net/github/tag/jsamr/bootiso?label=version)](#)
33
[![Codacy grade](https://img.shields.io/codacy/grade/9f441cf6a1d6475484a9bb3ec2ed9713.svg)](https://app.codacy.com/app/jsamr/bootiso?utm_source=github.com&utm_medium=referral&utm_content=jsamr/bootiso&utm_campaign=badger)
44

55
**Create a USB bootable device from an image file easily and securely.**

0 commit comments

Comments
 (0)