New in version 1.3.1: (Modifications to v1.3 by Saul Lubkin):
	Added "bootactv.bin" boot program, a modification to "bootauto.bin"
	that works much the same way, but does additional fiddling with the
	in-core copy of the fdisk table.  It is now possible to have
	more than one fdisk partition marked "active" on disk, when using
	"bootactv.bin" as the boot program.  This is necessary, e.g., if you
	have two different versions of Unix Sys V in different fdisk
	partitions.  (see the README and pfdisk.2 and bootmenu.2 for
	more details.)

	The greater size of "bootactv.bin" made it necessary to shrink the
	maximum size of labels for fdisk partitions from the previous
	eight characters to five.  Changed pfdisk accordingly.  Now,
	specifying labels greater than five charaters are truncated to 5.

	Added the ability to pfdisk to make multiple partitions active, by
	enhancing the "A" command.  E.g., "A 2 3" will render partitoions 
	2 and 3 active, and 1 and 4 inactive.  Corresponding change to the
	"L" command.  Also added some error checking, for invalid entries
	in the "active" byte field.  A warning is displayed, with the illegal
	value being shown, and the user is prompted to use the "A" command
	to fix  (but he's not forcrd to make the fix.)

	Added support for Unix System V, release 4.  This is similar to
	the "esix" support -- but one has to allow disk types other
	than just DPT_WINI, as SCSI drives, and some ESDI drives, return
	disk types other than DPT_WINI, under SVR4.

	Also added support for the Manx Aztec C compiler, a DOS C
	compiler with a Unix-like syntax, and fixed the support for
	DOS Microsoft C, which hadn't been working.

New in version 1.3:
Oct 90
	Updated documentation for comp.sources.misc posting.
	Cleaned up slightly, using unsigned where appropriate.
	Forced "small" model for MicroSoft C compiler. (DOS...)
	pfdisk command letters can be upper or lower case
	Added partition ID codes as (generously) reported by
		leendert@cs.vu.nl (Leendert van Doorn)

New in version 1.2:
Sept '90
	Added new, smaller version of boot program (BOOTMENU).
	Renamed boot-hdp to BOOTAUTO (more descriptive of its function?)
	Added prompt (people were confused wihout it)
	Made pfdisk show real name field with sysid==0.
	Made pfdisk set the signature whenever a (1,2,3,4) command
		specifies the optional name argument.
	Made pfdisk complain about invalid boot sector and mark it valid.

New in version 1.1:
Feb '90
	Added MSDOS compatibility to hex2bin.c
	Moved ESIX patches into a separate package.

	Renamed s_minix.c to s_unix.c (it's generic)
	Created an s_isc.c for Interactive Systems UNIX

	Fixed inconsistencies in esix-fix.sh and
	Removed byte-order dependencies from pfdisk.c

	Revised instructions in boot-hdp.doc

Version 1.0 released (initial beta)
