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

Commit 1d9a407

Browse files
committed
release: v4.1.1
1 parent abda462 commit 1d9a407

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

bootiso

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2181
33
# shellcheck disable=SC2236
44
#
5-
# Version 4.1.0
5+
# Version 4.1.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.1.0"
29+
version="4.1.1"
3030
scriptName=$(basename "$0")
3131
bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1)
3232

changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# Next
1+
# v4.1.1
22

33
**Enhancements**
44

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

8+
**Bugfixes**
9+
10+
- Mark “tput” corresponding packages to be distro-dependent (no auto install)
11+
912
# v4.1.0
1013

1114
**Enhancements**

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ <h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1
673673
<table class="foot">
674674
<tr>
675675
<td class="foot-date">May 22, 2020</td>
676-
<td class="foot-os">bootiso 4.1.0</td>
676+
<td class="foot-os">bootiso 4.1.1</td>
677677
</tr>
678678
</table>
679679
</body>

extra/man/bootiso.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.
1515
.Dd May 22, 2020
1616
.Dt BOOTISO 1
17-
.Os bootiso 4.1.0
17+
.Os bootiso 4.1.1
1818
.Sh NAME
1919
.Nm bootiso
2020
.Nd create a bootable USB drive from an image file

0 commit comments

Comments
 (0)