Skip to content

Commit

Permalink
exfatprogs: release 1.2.2 version
Browse files Browse the repository at this point in the history
exfatprogs 1.2.2 - released 2023-10-26
======================================

CHANGES :
 * exfat2img: Allow dumps for read-only devices.
 * fsck.exfat: Revert Repairing zero size directory.

NEW FEATURES :
 * fsck.exfat: Repair duplicated filename.
 * mkfs.exfat: Add the option "q" to print only error messages.
 * mkfs.exfat: Add the option "U" to set volume GUID.
 * tune.exfat: Add the option "U" / "-u" to set or print volume GUID.

BUG FIXES:
 * fsck.exfat: Fix some out-of-bounds memory accesses.
 * fsck.exfat: Change not to delete volume GUID directory entry.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
  • Loading branch information
hclee authored and namjaejeon committed Oct 26, 2023
1 parent 4abc55e commit 8fe26c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS
@@ -1,3 +1,20 @@
exfatprogs 1.2.2 - released 2023-10-26
======================================

CHANGES :
* exfat2img: Allow dumps for read-only devices.
* fsck.exfat: Revert Repairing zero size directory.

NEW FEATURES :
* fsck.exfat: Repair duplicated filename.
* mkfs.exfat: Add the option "q" to print only error messages.
* mkfs.exfat: Add the option "U" to set volume GUID.
* tune.exfat: Add the option "U" / "-u" to set or print volume GUID.

BUG FIXES:
* fsck.exfat: Fix some out-of-bounds memory accesses.
* fsck.exfat: Change not to delete volume GUID directory entry.

exfatprogs 1.2.1 - released 2023-05-17
======================================

Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -5,6 +5,6 @@

#ifndef _VERSION_H

#define EXFAT_PROGS_VERSION "1.2.1"
#define EXFAT_PROGS_VERSION "1.2.2"

#endif /* !_VERSION_H */

0 comments on commit 8fe26c5

Please sign in to comment.