Skip to content

Commit

Permalink
release version 1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed May 26, 2024
1 parent 3f0ea72 commit 947b069
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions appinfo/fdisk.lsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Begin3
Title: Free FDISK
Version: 1.3.14
Entered-date: 2024-02-05
Version: 1.3.15
Entered-date: 2024-05-26
Description: Fixed disk partition tool
Summary: Fixed disk partition tool to create, delete and view hard disk
partitions.
Expand Down
2 changes: 1 addition & 1 deletion doc/fdisk/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bug classification:
- LOW: Cosmetic bugs, like display issues etc.


Version 1.3.15 (2024-??-??)
Version 1.3.15 (2024-05-26)
---------------------------
Fixes:
- HIGH: Fix FDISK not modifying partition type via command line /MODIFY
Expand Down
2 changes: 1 addition & 1 deletion source/fdisk/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define FD_NAME "Free FDISK"
#endif

#define VERSION "1.3.14"
#define VERSION "1.3.15"
#define COPYLEFT "1998 - 2024"

#define SIZE_OF_IPL ( 512 - 4 * 16 - 2 - 6 )
Expand Down
4 changes: 0 additions & 4 deletions source/fdisk/pdiskio.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ int IsRecognizedFatPartition( unsigned partitiontype )
}
break;
case 0x0b:
if ( flags.version >= COMP_W95B ) {
return TRUE;
}
break;
case 0x0c:
if ( flags.version >= COMP_W95B ) {
return TRUE;
Expand Down

0 comments on commit 947b069

Please sign in to comment.