File tree Expand file tree Collapse file tree 7 files changed +27
-13
lines changed Expand file tree Collapse file tree 7 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 1
1
Begin3
2
2
Title: Free FDISK
3
- Version: 1.3.11
4
- Entered-date: 2023-11-20
3
+ Version: 1.3.12
4
+ Entered-date: 2024-01-13
5
5
Description: Fixed disk partition tool
6
6
Summary: Fixed disk partition tool to create, delete and view hard disk
7
7
partitions.
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ Bug classification:
8
8
- LOW: Cosmetic bugs, like display issues etc.
9
9
10
10
11
+ Version 1.3.12 (2024-01-13):
12
+ --------------------------
13
+ Fixes:
14
+ - CRITICAL: Fix a drive letter disagree between DOS and FDISK in cases
15
+ involving multiple disks and a mix of active and non-active
16
+ primary partitions.
17
+
18
+
11
19
Version 1.3.11 (2023-11-20):
12
20
--------------------------
13
21
Fixes:
Original file line number Diff line number Diff line change
1
+ FDISK
2
+
3
+ FDISK is een hulpprogramma om partities te verwijderen en te creeren op harde
4
+ schijven
Original file line number Diff line number Diff line change 1
1
FDISK
2
2
3
- FDISK ist ein grundlegendes Tool um auf Festplatten Partitionen zu
3
+ FDISK ist ein grundlegendes Tool um auf Datengrägern Partitionen zu
4
4
erstellen oder zu entfernen.
5
5
Original file line number Diff line number Diff line change 1
1
FDISK
2
2
3
- FDISK, sabit disklerde b�l�m olu�turmak ve kald�rmak i�in kullan�lan bir ara�t�r.
3
+ FDISK, sabit disklerde b�l�m olu�turmak ve kald�rmak i�in kullan�lan bir
4
+ ara�t�r.
Original file line number Diff line number Diff line change 4
4
#define FD_NAME "Free FDISK"
5
5
#endif
6
6
7
- #define VERSION "1.3.11 "
8
- #define COPYLEFT "1998 - 2023 "
7
+ #define VERSION "1.3.12 "
8
+ #define COPYLEFT "1998 - 2024 "
9
9
10
10
#define DEFAULT_VERSION 8
11
11
/* ***** Set the above definition to the */
Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ doc/fdisk/faq.txt
14
14
doc/fdisk/CHANGES.md
15
15
doc/fdisk/contrib.txt
16
16
doc/fdisk/history.txt
17
- help/FDISK.SV
18
- help/FDISK.DE
19
- help/FDISK.ES
20
- help/FDISK.FR
21
- help/FDISK.EN
22
- help/FDISK.PTB
23
- help/FDISK.TR
17
+ help/fdisk.de
18
+ help/fdisk.en
19
+ help/fdisk.es
20
+ help/fdisk.fr
21
+ help/fdisk.nl
22
+ help/fdisk.ptb
23
+ help/fdisk.tr
24
+ help/fdisk.sv
24
25
source/fdisk/ansicon.c
25
26
source/fdisk/bootnorm.c
26
27
source/fdisk/cmd.c
You can’t perform that action at this time.
0 commit comments