Skip to content

Commit

Permalink
update changes, doc and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Jan 18, 2025
1 parent 412ce76 commit 573256b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ installer.

## Copyright

This program is Copyright 1998 - 2023 by Brian E. Reifsnyder and The FreeDOS
This program is Copyright 1998 - 2025 by Brian E. Reifsnyder and The FreeDOS
Project under the terms of the GNU General Public License, version 2 or later.

This program comes as-is and without warranty of any kind. The author of
Expand Down
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.4.0
Entered-date: 2025-01-16
Version: 1.4.1
Entered-date: 2025-01-18
Description: Fixed disk partition tool
Summary: Fixed disk partition tool to create, delete and view hard disk
partitions.
Expand Down
22 changes: 22 additions & 0 deletions doc/fdisk/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ Bug classification:
- LOW: Cosmetic bugs, like display issues etc.


Version 1.4.1 (2025-01-18)
---------------------------
Fixes:
- MEDIUM: fix bootloader trying to boot from an active partition
not containing a valid volume boot record instead of showing an
error message.

Changes:
- Do not automatically activate a created primary partition when
it is created via command line and no other partition is active, as
this turned out to be a backwards incompatible change to FDISK 1.3.4
shipped with FreeDOS 1.3, breaking the installation process if the
BIOS is configured to boot from hard disk first.
- Change boot code installed via /IPL to issue an INT 18 if there is
no bootable partition, either because none is active, or the active
one does not contain a valid BIOS signature. There is a message and
a three second delay before issueing the INT 18.
- Add undocumented /NOIPL command line argument which prevents FDISK
from writing boot code into an implicitly created MBR. IPL area is
filled with zero instead.


Version 1.4.0 (2025-01-16)
---------------------------
Fixes:
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.4.0"
#define VERSION "1.4.1"
#define COPYLEFT "1998 - 2025"

#define SIZE_OF_IPL ( 512 - 4 * 16 - 2 - 6 )
Expand Down

0 comments on commit 573256b

Please sign in to comment.