Recent user-visible changes to Tkpvm:

----------------- Released version 1.0, 5/13/96 ---------------------

5/20/96  Update to autoconf-2.10

5/20/96  Workaround for UnixWare -o bug.

11/20/96 Finished implementing arrays for the recv command.

11/25/96 Update to autoconf-2.12

11/29/96 Many changes in configure script and makefile to support
	 both Tcl7.5 and Tcl7.6 equally well.

12/3/96  Inclusion of Jeffrey Hobbs' tkcon console (version 0.70)
	 as standard console for pvmsh.

12/4/96  Added the "conf" command.

12/4/96  Added creation of libPvm1.1plug.so, which is loadable
	 in the Tcl/Tk netscape plugin. Also added the possibility
	 to disable selected commands in a safe interpreter.

----------------- Released version 1.1, 12/4/96 --------------------

1/10/97  Replaced TkCon console with version 0.71

1/17/97  Removed dependancies to Tcl 7.x, such that shared library
	 works for both Tcl7.x and Tcl8.x without recompilation.

1/17/97  Resolved bug in init.tcl, which prevented the pvm "bind"
	 command to work together with Tk.

2/4/97   Removed all dependancies for a specific Tcl or Tk version
	 from all scripts. e.g. "package require Tk" in stead of
	 "package require Tk 4.2". This makes the library loadable
	 in any version, no matter which version it is compiled for.
	 "package require Pvm" works equally well in tclsh7.5,
	 tclsh7.6 or tclsh8.0 without the need to recompile Tkpvm.

4/7/97	 Bug fix: "bind <tid> exit" didn't work when the two
	 processes involved where running on different machined.
	 This resulted in an "Unknown package received" error.

4/25/97  Added patches for Tcl.0a2

----------------- Released version 1.2, 4/25/97 ---------------------
