File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Begin3
22Title: Free FDISK
3- Version: 1.3.16
3+ Version: 1.4.0
44Entered-date: 2024-08-04
55Description: Fixed disk partition tool
66Summary: Fixed disk partition tool to create, delete and view hard disk
Original file line number Diff line number Diff line change @@ -8,8 +8,13 @@ Bug classification:
88 - LOW: Cosmetic bugs, like display issues etc.
99
1010
11- Version 1.3.17 (2024-??-?? )
11+ Version 1.4.0 (2025-01-16 )
1212---------------------------
13+ Fixes:
14+ - CRITICAL: FDISK would wipe the disk if a logical other the first is
15+ deleted while there are 23 logical partitions defined for the disk.
16+ - HIGH: If there are multiple gaps between the partitions, FDISK would
17+ not find the largest free space but the first.
1318Changes:
1419 - Import latest SvarLANG and make use of compressed language file to
1520 safe ~ 50K disk space.
Original file line number Diff line number Diff line change 44#define FD_NAME "Free FDISK"
55#endif
66
7- #define VERSION "1.3.16 "
8- #define COPYLEFT "1998 - 2024 "
7+ #define VERSION "1.4.0 "
8+ #define COPYLEFT "1998 - 2025 "
99
1010#define SIZE_OF_IPL ( 512 - 4 * 16 - 2 - 6 )
1111
You can’t perform that action at this time.
0 commit comments