aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHyunchul Lee <hyc.lee@gmail.com>2021-11-11 15:17:50 +0900
committerHyunchul Lee <hyc.lee@gmail.com>2021-11-11 15:21:39 +0900
commit9c164ba60ebc49381016fc4c73862e602aa0643f (patch)
tree754943e4efe0267920ae1c625cb7cbcec8ae5d9a /NEWS
parent0db6698b53e578de3d0dc0920bb1d61f38b2cecd (diff)
downloadexfatprogs-9c164ba60ebc49381016fc4c73862e602aa0643f.tar.gz
exfatprogs: release 1.1.3 version
exfatprogs 1.1.3 - released 2021-11-11 ====================================== CHANGES : * mkfs.exfat: ensure that the cluster size is greater than or equal than the sector size. * mkfs.exfat: replace lseek() + write() with pwrite(). BUG FIXES : * mkfs.exfat: prevent an integer overflow when computing the FAT length. * fsck.exfat: fix a double free memory error. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e2d53dc..4f5ad6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+exfatprogs 1.1.3 - released 2021-11-11
+======================================
+
+CHANGES :
+ * mkfs.exfat: ensure that the cluster size is greater than or
+ equal than the sector size.
+ * mkfs.exfat: replace lseek() + write() with pwrite().
+
+BUG FIXES :
+ * mkfs.exfat: prevent an integer overflow when computing the FAT
+ length.
+ * fsck.exfat: fix a double free memory error.
+
exfatprogs 1.1.2 - released 2021-05-20
======================================