Skip to content

Commit 01d96cb

Browse files
committed
update changes.md
1 parent e7706af commit 01d96cb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/fdisk/CHANGES.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ Bug classification:
1111
Version 1.4.0 (2025-01-16)
1212
---------------------------
1313
Fixes:
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.
2227
Changes:
2328
- Import latest SvarLANG and make use of compressed language file to
2429
safe ~50K disk space.

0 commit comments

Comments
 (0)