Commit Graph

9 Commits

Author SHA1 Message Date
Rafał Harabień
3290f78d73 Version 0.3.6 2023-01-17 01:04:41 +01:00
Rafał Harabień
243ed69e54 Fix format_volume panic in debug build for small FAT12 volumes
Backport of 50b8dec36ab664b02d7532422a164e47144eecac
2023-01-17 00:44:08 +01:00
Rafał Harabień
75bb9d1293 Create volume label dir entry when formatting
Fixes #41
2023-01-17 00:09:19 +01:00
Rafał Harabień
954c68457f Release version 0.3.5 2021-01-23 23:49:42 +01:00
Rafał Harabień
e4b72836f0 Fix file-system corruption when creating directory entries
Corruption happens if:
* files are created in non-root directory
* directory size becomes greater or equal to cluster size
Creating last directory entry in the directory cluster corrupts the
cluster directly preceding the directory cluster.
For 512 bytes long cluster creating 8th directory entry (counted from 1)
will cause first corruption.
Directory entry that causes the corruption will not be updated correctly.

Fixes #42
2021-01-22 00:22:54 +01:00
Rafał Harabień
dffded82e9 Update changelog 2020-07-20 23:59:09 +02:00
Rafał Harabień
75789c6a00 Change version to 0.3.3 and complete the changelog 2019-11-10 23:43:43 +01:00
Rafał Harabień
8178908e06 Add changelog entries for v0.3.2 2018-12-29 20:57:16 +01:00
Rafał Harabień
6271741d24 Add changelog 2018-10-20 13:52:30 +02:00