Wed Sep 3 2000  Mathias Froehlich

	* Fixed missing factor h in the residual computation.

Release V 1.1, September 23, 1997

	* Fixed some bugs.
	
	  These led to the misbehavior of exp4 presented at the SciCade 
	  Conference in Grado by B. Schmitt from Marburg

	* Added the parameter K in the laser examples.

	* Added Lanzcos and transpose-free Lanczos methods 
	
        	  -------- EXPERIMENTAL ------------
	
          Release 2.0 will include full support, so if you see 
	  some strange results with the current release, please
	  do not report these somewhere else but let us know 
	  about such examples. 

	* Removed the files exp4in.h stat.[ch]

	* Removed support for numerical differentiation.
	
	  We had some problems with numerical differentiation
	  with exp4 in one example, which disappeared when
	  we provided a subroutine for the exact Jacobian.
	  WE DO NOT RECOMMEND TO USE EXP4 WITH NUMERICAL
	  DIFFERENTIATION, SO PLEASE STATE THIS WHENEVER YOU
	  REPORT NUMERICAL EXAMPLES WITH IT.
	
	* Changed the calling convention of Exp4GetDenseSolution to
          Exp4GetDenseSolution (WorkPrecision *output,finteger incout,
              TimePrecision tout)

	* Removed the -DUSE1_KRYLOV_SPACE flag form the Makefile,
	  This is done by an 'Exp4Set ...' call in the future.

	* Added support for Lanczos type Krylov space and a runtime switch
          for USE1_KRYLOV_SPACE (see Exp4SetKrylovStrategy)

	* Removed support for user given minimal stepsize

	* Renamed [CDSZ]Exp4SetAllowReuse(Exp4Boolean) to
          [CDSZ]Exp4EnableReuse(Exp4Boolean)

	* Decreased memory requirements in some cases.
	
Thu Mar 13 1997  Mathias Froehlich

	* Released V 1.0
