0.90    First release

0.91	Rearranged code in cmd.c, only one switch on command type now.
	Error in smblen for queue display when busy.
	Use udp_Socket for log file.
	Syslog entry always indicated 0 printers.
	Updated doc in lptcom.zip.
	Updated Makefile dependencies.
	Use far heap for buffers, as a result, compile in compact
	model now.

0.92	Got transactions working so that PrintQGetInfo works from
	WfWg 3.11.

	Lots of fixes for existing code.

0.93	Fix prototype for ptime().

	Change authorisation scheme to same as pprd1.99 wrt -s flag.

	PrintQGetInfo now responds with 1 job in queue when printing.

	Name query now works, no need to put printer IP entry in
	lmhosts file.

0.94	Implement NetServerGetInfo, NetWkstaGetInfo and PrintJobGetInfo
	so that browsing of host resources works. In the Print Manager
	type \\machine then <return> into the entry field or click on
	the machine icon when you want to mount a printer and it will
	respond with the list of available printers in the list below.
	Browsing of the workgroup or domain doesn't if you don't have
	a domain master so don't bother trying if that's the case.

	Simplify code by using utility routines like Strncpy and
	check_format.

	Found bug in conversion routine that caused times to be wrong.

	Bite bullet and implement subset of LANMAN2 commands. Huge code
	rearrangement to handle ANDX commands properly.

	Return a meaningful and unique fid (= tid) on open*file so
	that it can be checked at close*file so that only the opener
	thread closes the file. Otherwise an inquiry followed by a
	tree_disconnect causes the file to be prematurely closed.

	Use dispatch table for SMB commands instead of switch statement.
	Makes it easier to collect printfs mostly in one place.

	Link with latest version of wattcp library to get bug fixes.

	Still doesn't work with W95 even though the packet traces look
	identical to Samba's. Somehow W95 still doesn't like the reply
	from DosPrintQGetInfo ulevel 3. Not helped the fact that I don't
	actually use W95 at home and have to try it on the when I have
	spare time on an office machine. I'm shelving it. Maybe the
	answer will come to me in a dream.
