Releases: jpz4085/UEFI-fdisk
Releases · jpz4085/UEFI-fdisk
v0.8.2
- Update print statements for use with GNU-EFI 4.0.0 and later.
v0.8.1
- Modify patch script to display error/warning messages under VirtualBox.
- Remove unnecessary virtual machine warning/error patching from Makefile.
v0.8
- Add support for command line arguments from UEFI Shell.
- Add UTF-8/UTF-16 converter from Davipb to format arguments.
- Add getopt_long.c from OpenBSD to parse fdisk arguments.
- Add support for displaying err/errx and warn/warnx messages.
- Add support for positional arguments in printf functions.
- Fix pager error when building the static fdisk program.
- Increment version number ahead of original due to changes.
- Add GPLv2 license file.
v0.6.6
- Compatible with fdisk versions up to 2.40.2.
- Compatible with GCC12 and glibc 2.39.
- Disable executable stack to avoid warnings.
- Add reallocarray and strerror functions.
- Fixed visibility of fdisk errors/warnings.
v0.6.5
- Compatible with util-linux versions from 2.34 to 2.39.
- Added a few changes from version 0.7 on Sourceforge.
v0.6.4
Compatible with fdisk v2.36.1 to v2.37.4.
Updated random byte generator used by DOS disk signature to support util-linux 2.36.1 and above.
Added GCC11 compatibility.
v0.6.3
Compatible with util-linux v2.34 to v2.37.2.