exfatprogs: update to version 1.2.8
authorDaniel Golle <redacted>
Sat, 26 Apr 2025 03:58:42 +0000 (04:58 +0100)
committerDaniel Golle <redacted>
Sat, 26 Apr 2025 14:27:50 +0000 (15:27 +0100)
commit5e89a9536e1e491d03ae1a2c2a3724af6f339118
tree8b407cde4c82462071745451ad66ede105286da6
parentb49f4cc0a3bcc9afe04d91abe80fa25ca48037a7
exfatprogs: update to version 1.2.8

exfatprogs 1.2.8 - released 2025-03-04
======================================

BUG FIXES :
 * dump.exfat: fix an incorrect output of an entry
   position in 32-bit system.
 * mkfs.exfat: fill an oem sector with zero instead
   of one.
 * exfatprogs: fix compilation on musl based systems
   due to loff_t type. And update the Github action
   to validate builds on the system.

exfatprogs 1.2.7 - released 2025-02-03
======================================

NEW FEATURES :
 * fsck.exfat: support repairing the upcase table.

CHANGES :
 * exfatprogs: make sure to load the tbl preprocessor
   for man pages.

BUG FIXES :
 * exfatprogs: fix a double free memory error.
 * dump.exfat: fix a constraint that volume label, bitmap,
   upcase table must be located at the beginning of a root
   directory.

exfatprogs 1.2.6 - released 2024-11-20
======================================

CHANGES :
 * exfatprogs: replace obsolete autoconf and libtool
   macros.
 * mkfs.exfat: prefer the physical block size over
   the logical block size for the exFAT sector size.
 * mkfs.exfat: add notes about the format of the volume
   GUID to the man page.
 * mkfs.exfat: fix an incorrect calculation of the number
   of used clusters.

BUG FIXES :
 * exfatlabel: fix an user input error when setting
   a volume serial or label.

Signed-off-by: Daniel Golle <redacted>
utils/exfatprogs/Makefile
git clone https://git.99rst.org/PROJECT