
	SATOOLS, System Administrator Tools.
	Copyright (C) 1995-1997  Lars Berntzon, Cecilia Data AB

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 1, or (at your option)
	any later version. In addition to this GNU General Public License
	some extra requirements have been added, see the file COPYING.EXTRA.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.
	
	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
	
-------------------------------------------------------------------------------

	HISTORY OF CHANGES
	------------------
Version 1.5:
	- The configure script will now ask for explicit paths to tclsh and wish
	  if configure can not find it.
	- Added some Y2 fixes, see http://www.pi.se/~cecilia/products .
	- Added the -kill option to mkmachines to specify machines not to
	  examine.
        - The host examination is now more robust when strange error messages
          appear when running hostinfo remote. Each line is tagged in a
          special way so error messages will just be dropped.
        - The FAQ describes how to create a new database.

Version 1.4:
	- Fixed problem with sahostinfo/memory for SunOS.
	- Fixed problem with sahostinfo/SunOS/model.
	- Added column currentconsolelogin, this show is currently logged in on 
	  the console. The other column, currentlogin, is users currently logged 
	  in from anywhere.
        - sadbcmd (machines) now handles regular expressions for matching:
        	machines -~osvers "^4.1"
	  matches all OS versions beginning with 4.1.
        - sadist now uses a machines dns_domain during the remote shell. This was
          causing problems whena machine existed in the machines database but not in
          the local hosts-map.
        - rcsbackup can now also backup files ending with ,v.
        - Added column disksize.

Version 1.3:

	- Added command diffdir.
	- Added some examples to the samenu/xsamenu command.
	- Added new format of output from machines: -export.
	- Added the column currentlogin.
	- Added the contrib-directory.

Version 1.2.1:

	- Works with tcl-7.5 and dynamic libraries. For slackware-96 users it seems
	  as there is a symbolic link missing from /lib/libdl.so -> /lib/libdl.so.1, 
	  at least as i can understand. If you make this link satools should compile
	  fine.

	- Corrected the device-column examination, also added auspex support
	  for that column.

	- Corrected PATH error i mkmachines which caused it to fail on SunOS,
	  complaint about remsh not found.

Version 1.2:

	- Mkmachines can be run completely from crontab. The SAHOME variable
	  need not to be set - it can be set as arguments to mkmachines -
	  neither does the PATH environment - it is calculated.

	- Added the -x option to mkmachine (and sadbmk). This will keep the
	  machines database in sync with what ever is used as input list of
	  hosts.

  	- Now gdbm is the default database if available. It is important to
	  realize that the old database is incompatible with the gdbm database.  
	  The gdbm database is better in many ways, for instance the size of
	  the columns is not 1024 any more.
	  If you do not want the gdbm library, use the -without-gdbm option for
	  the configure script.

	- Mkmachines now has timeout in ping, there has been problem with hanging pings
	  in SunOS.

        - Mkmachines has new options: -rnis, -rnisplus and -rhosts. This makes
          mkmachines simple to completely run from crontab. Just specify which
          name servers to get list of hosts to operate on.

        - Xsadb can remove multiple entries by listing entries and the pressing
          the remove button in the list dialog.

        - Changed the name of the sahostinfo/bin directory to sahostinfo/std.
          This is more logical. It is easier then to understand that it is
          possible to make own database columns.

	- Added the command pargs which works a bit like xargs(1) but runs 
	  commands in parallel processes.

Version 1.1:

	- Added icon for xsadb.

	- Various bug fixes.

Version 1.0:

	- First official release.    
