Skip to content

Commit

Permalink
release: v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed May 30, 2020
1 parent abda462 commit 1d9a407
Show file tree
Hide file tree
Showing 4 changed files with 9 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.1.0
# Version 4.1.1
#
# bootiso - create a bootable USB drive from an image file
# Copyright (C) 2018-2020 jules randolph <jules.sam.randolph@gmail.com>
Expand All @@ -26,7 +26,7 @@
set -o pipefail
set -E

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

Expand Down
7 changes: 5 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Next
# v4.1.1

**Enhancements**

- Mark “tput” corresponding packages to distro-dependent (no auto install)
- Makefile: comply with [GNU Make conventions](https://www.gnu.org/software/make/manual/make.html#Directory-Variables), thanks to Nicolas Boulenguez <nicolas@debian.org>
- Doc: more accurate dependency table

**Bugfixes**

- Mark “tput” corresponding packages to be distro-dependent (no auto install)

# v4.1.0

**Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1
<table class="foot">
<tr>
<td class="foot-date">May 22, 2020</td>
<td class="foot-os">bootiso 4.1.0</td>
<td class="foot-os">bootiso 4.1.1</td>
</tr>
</table>
</body>
2 changes: 1 addition & 1 deletion extra/man/bootiso.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.
.Dd May 22, 2020
.Dt BOOTISO 1
.Os bootiso 4.1.0
.Os bootiso 4.1.1
.Sh NAME
.Nm bootiso
.Nd create a bootable USB drive from an image file
Expand Down

0 comments on commit 1d9a407

Please sign in to comment.