v0.8.0.6: getting in sync with latest releases of samba (2.0.5 and 2.0.6)
	letting the version number mirror the version number of samba/10+0.6
	added more custom forms, maybe should've cleaned those up a bit

v0.7.4: parameter for 2.0.4b added

v0.7.3:	An experimental inetd setup
	Please use with care, since there is no user/password
	access control yet

v0.72:	I'm trying to use GNU autoconf
	Hopefully this will help more than not

v0.71:	web page fix, more archive types available
	read parameters in correct order so flags shown on the
	'share list' view is correct; even writeable/read only

v0.7:	new main view: share list makes it easier to locate and
	edit the share you want
	code to read share settings; first default, then [global],
	then options from [share] section
	---> Added option to include special include files with
	'#include' directive in 'smb.conf'; Example:
		#include /usr/local/samba/lib/smb.conf.pc1
		#include /usr/local/samba/lib/smb.conf.pc2
		#include /usr/local/samba/lib/smb.conf.pc3
		#include /usr/local/samba/lib/smb.conf.pc4
		#include /usr/local/samba/lib/smb.conf.pc5
	This should be used when wildcards are used to include
	files; there is no way for sambaconfig to guess which
	pcs are on your network ;)

v0.6:	added a new form for smbd process control

v0.5:	added another special section: [netlogon]
	added text field to enter option value when adding an option
	added $INSTALLDIR to the cgi scripts, so they don't have to
	be edited by hand. they are now created by the Makefile
	cgi scripts will warn if they don't find the file smbread

v0.4.1:	fix linking problem

v0.4:	better handling of multiple [global] sections in
	different config files
	added info on which file different sections reside
	new form 'security options'
	reduced html document size by not adding so many
	delete options in dropdown list
	moved main() to smb2html.C
	renamed directory from samba-config to sambaconfig

v0.3:	smb.conf trashing bug fixes (add/delete option)
	better option handling
	correct option default when adding a new option
	use 'config/forms.txt' and 'scripts/formxxx' to
	 define your own forms to edit part of the config file

v0.2: 	sorted sharenames in copy / delete share
      	fix read of config file, if line ends with '\'
	options checked (smb2html.C -> options.C) - only affects
	 generated HTML page, ugly for now, better later

1999-02-10: First release.
