Skip to content

Commit

Permalink
release: v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed May 17, 2020
1 parent 3f035f6 commit 121eb41
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bootiso
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2181
# shellcheck disable=SC2236
#
# Version 4.0.0
# Version 4.0.1
#
# bootiso - create a bootable USB drive from an image file
# Copyright (C) 2018-2020 jules randolph <[email protected]>
Expand All @@ -26,7 +26,7 @@
set -o pipefail
set -E

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

Expand Down
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# v4.0.0
# v4.0.1

**bugfix**

- 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.

# v4.0.1

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).

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extra/man/bootiso.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" The following commands are required for all man pages.
.Dd April 19, 2020
.Dt BOOTISO 1
.Os bootiso 4.0.0
.Os bootiso 4.0.1
.Sh NAME
.Nm bootiso
.Nd create a bootable USB drive from an image file
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![License: GPLv3](https://badgen.net/badge/license/GPLv3/blue)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Version](https://badgen.net/github/tag/jsamr/bootiso?label=version)]()
[![Version](https://badgen.net/github/tag/jsamr/bootiso?label=version)](#)
[![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)

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

0 comments on commit 121eb41

Please sign in to comment.