diff --git a/appinfo/fdisk.lsm b/appinfo/fdisk.lsm index 37a74bf..568cd87 100644 --- a/appinfo/fdisk.lsm +++ b/appinfo/fdisk.lsm @@ -1,7 +1,7 @@ Begin3 Title: Free FDISK -Version: 1.3.11 -Entered-date: 2023-11-20 +Version: 1.3.12 +Entered-date: 2024-01-13 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 e7f512f..ae3bb72 100644 --- a/doc/fdisk/CHANGES.md +++ b/doc/fdisk/CHANGES.md @@ -8,6 +8,14 @@ Bug classification: - LOW: Cosmetic bugs, like display issues etc. +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): -------------------------- Fixes: diff --git a/help/FDISK.NL b/help/FDISK.NL new file mode 100644 index 0000000..8ed3935 --- /dev/null +++ b/help/FDISK.NL @@ -0,0 +1,4 @@ +FDISK + +FDISK is een hulpprogramma om partities te verwijderen en te creeren op harde +schijven diff --git a/help/fdisk.de b/help/fdisk.de index 467c5cb..d69aeb1 100644 --- a/help/fdisk.de +++ b/help/fdisk.de @@ -1,5 +1,5 @@ FDISK -FDISK ist ein grundlegendes Tool um auf Festplatten Partitionen zu +FDISK ist ein grundlegendes Tool um auf Datengrägern Partitionen zu erstellen oder zu entfernen. diff --git a/help/fdisk.tr b/help/fdisk.tr index ca8f020..b36789b 100644 --- a/help/fdisk.tr +++ b/help/fdisk.tr @@ -1,3 +1,4 @@ FDISK -FDISK, sabit disklerde b”lm oluŸturmak ve kaldrmak i‡in kullanlan bir ara‡tr. +FDISK, sabit disklerde b”lm oluŸturmak ve kaldrmak i‡in kullanlan bir +ara‡tr. diff --git a/source/fdisk/main.h b/source/fdisk/main.h index 8cf4ead..8563220 100644 --- a/source/fdisk/main.h +++ b/source/fdisk/main.h @@ -4,8 +4,8 @@ #define FD_NAME "Free FDISK" #endif -#define VERSION "1.3.11" -#define COPYLEFT "1998 - 2023" +#define VERSION "1.3.12" +#define COPYLEFT "1998 - 2024" #define DEFAULT_VERSION 8 /* ***** Set the above definition to the */ diff --git a/source/fdisk/zipfiles.txt b/source/fdisk/zipfiles.txt index cadc381..f27e2f9 100644 --- a/source/fdisk/zipfiles.txt +++ b/source/fdisk/zipfiles.txt @@ -14,13 +14,14 @@ doc/fdisk/faq.txt doc/fdisk/CHANGES.md doc/fdisk/contrib.txt doc/fdisk/history.txt -help/FDISK.SV -help/FDISK.DE -help/FDISK.ES -help/FDISK.FR -help/FDISK.EN -help/FDISK.PTB -help/FDISK.TR +help/fdisk.de +help/fdisk.en +help/fdisk.es +help/fdisk.fr +help/fdisk.nl +help/fdisk.ptb +help/fdisk.tr +help/fdisk.sv source/fdisk/ansicon.c source/fdisk/bootnorm.c source/fdisk/cmd.c