======================================================================
                    R E L N O T E S 
                    doc: Wed Jul 21 12:10:51 1993
                    dlm: Wed Jul 21 14:59:29 1993
                    (c) 1993 ant@bernina.ethz.ch
                    uE-Info: 48 27 T 0 0 72 3 2 8 ofnI
======================================================================

==============================
Release Notes of Inetray 2.0.0
==============================

Installation changes:

	The Makefile now contains a depend target. After every change to
	the Makefile (or other parts of the sources) a ``make depend''
	should be run. In case this doesn't run on your machine, there
	are the default dependencies in the Makefile.

	Machines running multiple workers can now also be installed
	using inetd (see INSTALL for details).
	
New Quirks:

	The NOSYSLOG_QUIRK has been added (see SUPPORT) and made default
	by adding it to the Makefile.

New Utilities:

	``irstart'' is a shellscript which grabs special lines from the
	.inetrayrc file and executes them (see .inetrayrc for examples).
	It can be used to start inetray.start servers on the remote
	machines. Already running inetray.start servers are handled
	correctly.

	``generr'' has been added to solve the problem of lost error
	messages. Once inetray has been compiled, generr should be run.
	It writes on screen where all the error messages are written to
	(what files/directories). After it has been run, you should
	check the Messages-file. If you find the message "Warning:
	stderr is lost!\n", then you should recompile everything using
	the NOASYNCIO_QUIRK (see SUPPORT for details).

New Scheduler:

	The scheduler has changed for version 2.0.0. For this, the 
	rescheduling after half the image has been replaced by a 2-pass
	scheduler, halfing the block size during the 2nd pass.

