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

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Oct 4, 2020
1 parent ee15854 commit ca68a3a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

**Enhancements**

- new `--assume-image-is` flag to override **bootiso** assessment of image file hybridness. Possible values are "hybrid" and "non-hybrid".

**Bugfixes**

- **CRITICAL** New check implementation for assessing image file "hybridness" based on `sfdisk` which should fix false non-hybrid positives caused by new `file` utility behavior. Kudos to [anoop142](https://github.com/anoop142) for pointing that out.

**Dependencies**

*for package maintainers, please rely on [install.md#Dependencies](https://github.com/jsamr/bootiso/blob/master/install.md#deps)*

- requires util-linux ≥ 2.27

# v4.1.1

**Enhancements**

- Makefile: comply with [GNU Make conventions](https://www.gnu.org/software/make/manual/make.html#Directory-Variables), thanks to Nicolas Boulenguez <[email protected]>
- Doc: more accurate dependency table

Expand Down

0 comments on commit ca68a3a

Please sign in to comment.