Skip to content

Commit

Permalink
exfatprogs: release 1.2.5 version
Browse files Browse the repository at this point in the history
CHANGES :
 * exfatprogs: remove the limitation that the device
   path length cannot exceed 254 bytes.
 * exfatprogs: include the test images in the release
   package.

NEW FEATURES :
 * fsck.exfat: check and repair the filename which has
   invalid characters.

BUG FIXES :
 * tune.exfat: check whether the volume has invalid
   characters correctly.
 * fsck.exfat: check whether the filename and volume
   has invalid characters correctly.
 * fsck.exfat: fix endianess issues which happen
   in the big-endian system.

Signed-off-by: Hyunchul Lee <[email protected]>
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
hclee authored and namjaejeon committed Aug 6, 2024
1 parent d5ace3a commit 7262607
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
exfatprogs 1.2.5 - released 2024-08-06
======================================

CHANGES :
* exfatprogs: remove the limitation that the device
path length cannot exceed 254 bytes.
* exfatprogs: include the test images in the release
package.

NEW FEATURES :
* fsck.exfat: check and repair the filename which has
invalid characters.

BUG FIXES :
* tune.exfat: check whether the volume has invalid
characters correctly.
* fsck.exfat: check whether the filename and volume
has invalid characters correctly.
* fsck.exfat: fix endianess issues which happen
in the big-endian system.

exfatprogs 1.2.4 - released 2024-06-17
======================================

Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

#ifndef _VERSION_H

#define EXFAT_PROGS_VERSION "1.2.4"
#define EXFAT_PROGS_VERSION "1.2.5"

#endif /* !_VERSION_H */

0 comments on commit 7262607

Please sign in to comment.