# $Id: CHANGES,v 1.14 2003/01/21 08:04:02 hothorn Exp $

	0.5-8 (21.01.2003)

	fixed bugreport PR#2478: sigma for univariate probabilities

	0.5-7 (27.11.2002)

	use R's random number generator in the FORTRAN code:
	set.seed has now has the desired impact.

	0.5-6 (07.10.2002)

	rmvt added

	0.5-5 (03.07.2002)

	use .Fortran(..., PACKAGE="mvtnorm")

	0.5-4 (09.04.2002)

	correlation matrices for sigma with unequal variances incorrectly
	computed, added `sig2corr' for that propose, tol argument removed,
	fix by Alan to mvt.f

	0.5-2 (22.03.2002)

	Frank added `tol' argument to MVTDST, now in mvtnorm

	0.5-1 (24.01.2002)

	pmvt(0,1) works now

	0.5-0 (10.12.2001)

	release for R-1.4.0

	0.4-4 (06.12.2001)

	bugfix

	0.4-3 (05.12.2001)

	the length of lower, upper and mean (delta) is now recycled to the
	length of the largest, i.e. it is possible to say
	pmvnorm(lower=-Inf, upper=1, mean=rep(1,10), corr=diag(10))

	0.4-2 (04.12.2001)

	several typos, man-pages improved

	0.4-1 (04.12.2001)

	interface changed: sigma (covariance matrix) can be specified as
                           well
	{rd}mvnorm added from package e1071 (thanks to Fritz!)
