aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2022-10-27 22:47:37 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2022-10-28 10:02:34 +0900
commit13f0e262f074b14145e204c6bcb9fcc1a3eaeb59 (patch)
treefb5df8395430168c1cd2581ff16d8a231c0f6519
parentecd3924f75b058ff640b4179b70abbd8063e87a7 (diff)
downloadexfatprogs-13f0e262f074b14145e204c6bcb9fcc1a3eaeb59.tar.gz
exfatprogs: release 1.2.0 version
exfatprogs 1.2.0 - released 2022-10-28 ====================================== CHANGES : * fsck.exfat: Keep traveling files even if there is a corrupted directory entry set. * fsck.exfat: Introduce the option "b" to recover a boot sector even if an exFAT filesystem is not found. * fsck.exfat: Introduce the option "s" to create files in "/LOST+FOUND", which have clusters allocated but was not belonged to any files. * fsck.exfat: Rename '.' and '..' entry name to the one user want. NEW FEATURES : * fsck.exfat: Repair corruptions of an exFAT filesystem. Please refer to fsck.exfat manpage to see what kind of corruptions can be repaired. * exfat2img: Dump metadata of an exFAT filesystem. Please refer to exfat2img manpage to see how to use it. BUG FIXES: * fsck.exfat: Fix an infinite loop while traveling files. * tune.exfat: Fix bitmap entry corruption when adding new volume lablel. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
-rw-r--r--NEWS23
-rw-r--r--include/version.h2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f5ad6c..f845397 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+exfatprogs 1.2.0 - released 2022-10-28
+======================================
+
+CHANGES :
+ * fsck.exfat: Keep traveling files even if there is a corrupted
+directory entry set.
+ * fsck.exfat: Introduce the option "b" to recover a boot sector even
+if an exFAT filesystem is not found.
+ * fsck.exfat: Introduce the option "s" to create files in
+"/LOST+FOUND", which have clusters allocated but was not belonged to
+any files.
+ * fsck.exfat: Rename '.' and '..' entry name to the one user want.
+
+NEW FEATURES :
+ * fsck.exfat: Repair corruptions of an exFAT filesystem. Please refer
+to fsck.exfat manpage to see what kind of corruptions can be repaired.
+ * exfat2img: Dump metadata of an exFAT filesystem. Please refer to
+exfat2img manpage to see how to use it.
+
+BUG FIXES:
+ * fsck.exfat: Fix an infinite loop while traveling files.
+ * tune.exfat: Fix bitmap entry corruption when adding new volume lablel.
+
exfatprogs 1.1.3 - released 2021-11-11
======================================
diff --git a/include/version.h b/include/version.h
index da9be8d..b0348d6 100644
--- a/include/version.h
+++ b/include/version.h
@@ -5,6 +5,6 @@
#ifndef _VERSION_H
-#define EXFAT_PROGS_VERSION "1.1.3"
+#define EXFAT_PROGS_VERSION "1.2.0"
#endif /* !_VERSION_H */