]> git.ipfire.org Git - ipfire-2.x.git/commit
exfatprogs: Update to version 1.2.9
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 17 May 2025 11:41:19 +0000 (13:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 May 2025 15:02:19 +0000 (15:02 +0000)
commit3e0847ca5e4e8209f589b8eb709e0cebb0dd64ab
tree5f8eb9f300924b4ba09c0a2e2d3ea08793867982
parentf560fe5aa2be436686b97e179b8cd4b905b9bc51
exfatprogs: Update to version 1.2.9

- Update from version 1.2.5 to 1.2.9
- Update of rootfile not required
- Changelog
    1.2.9
NEW FEATURES :
 * dump.exfat: support dumping directory entry sets,
   which prints all fields of directory entries and
   cluster chains. See a man page.
CHANGES :
 * exfatprogs: update the Github action for build test
   with Debain + clang + lld.
    1.2.8
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.
    1.2.7
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.
    1.2.6
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: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/exfatprogs