diff --git a/appinfo/fdisk.lsm b/appinfo/fdisk.lsm index 568cd87..613a23f 100644 --- a/appinfo/fdisk.lsm +++ b/appinfo/fdisk.lsm @@ -1,7 +1,7 @@ Begin3 Title: Free FDISK -Version: 1.3.12 -Entered-date: 2024-01-13 +Version: 1.3.13 +Entered-date: 2024-01-16 Description: Fixed disk partition tool Summary: Fixed disk partition tool to create, delete and view hard disk partitions. diff --git a/doc/fdisk/CHANGES.md b/doc/fdisk/CHANGES.md index ae3bb72..76adcaf 100644 --- a/doc/fdisk/CHANGES.md +++ b/doc/fdisk/CHANGES.md @@ -8,22 +8,30 @@ Bug classification: - LOW: Cosmetic bugs, like display issues etc. -Version 1.3.12 (2024-01-13): --------------------------- +Version 1.3.13 (2024-01-16) +--------------------------- +Changes: + - Do not check for extra cylinders by default. DR-DOS refuses to use + partitions exceeding the BIOS reported disk size, despite being valid. + - Update German translation. + + +Version 1.3.12 (2024-01-13) +--------------------------- Fixes: - CRITICAL: Fix a drive letter disagree between DOS and FDISK in cases involving multiple disks and a mix of active and non-active primary partitions. -Version 1.3.11 (2023-11-20): --------------------------- +Version 1.3.11 (2023-11-20) +--------------------------- Fixes: - HIGH: Fix FDISK not writing the partition table of the 8th disk. -Version 1.3.10 (2023-11-11): --------------------------- +Version 1.3.10 (2023-11-11) +--------------------------- Changes: - Increase compatibility with some older quirky IDE controllers by resetting the disk system via INT13,0 after failed IO operations. @@ -31,7 +39,7 @@ Changes: - Provide SvarDOS packages as part of new releases. -Version 1.3.9 (2023-08-27): +Version 1.3.9 (2023-08-27) -------------------------- Changes: - Reintroduce /SMBR command line argument as alias for /SAVEMBR. diff --git a/source/fdisk/main.h b/source/fdisk/main.h index 7e7d8b7..c30aefa 100644 --- a/source/fdisk/main.h +++ b/source/fdisk/main.h @@ -4,7 +4,7 @@ #define FD_NAME "Free FDISK" #endif -#define VERSION "1.3.12" +#define VERSION "1.3.13" #define COPYLEFT "1998 - 2024" #define SIZE_OF_IPL ( 512 - 4 * 16 - 2 - 6 )