File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,19 @@ Bug classification:
1111Version 1.4.0 (2025-01-16)
1212---------------------------
1313Fixes:
14- - CRITICAL: FDISK would wipe the disk if a logical other the first is
14+ - CRITICAL: FDISK would wipe the disk if a logical other than the first is
1515 deleted while there are 23 logical partitions defined for the disk.
16- - CRITICAL: The number n for the command line operations
16+ - CRITICAL: The number n for command line operations
1717 /del /log: n and /del /num: n did not always reflect the n-th
18- logical partition shown to the user via /info. This could lead the
19- user to delete wrong partitions.
18+ logical partition shown to the user via /info. This could foul the
19+ user into deleting wrong partitions.
20+ - CRITICAL: Avoid data loss on logical partition creation if there are
21+ already 22 partitions on a single disk and the 23th to be inserted
22+ is not going into the last partition slot.
2023 - HIGH: If there are multiple gaps between the partitions, FDISK would
2124 not find the largest free space but the first.
25+ - HIGH: Prevent the user from creating more drives than drive letters
26+ available.
2227Changes:
2328 - Import latest SvarLANG and make use of compressed language file to
2429 safe ~ 50K disk space.
You can’t perform that action at this time.
0 commit comments