		CHANGES in trackObjs version 0.8-6 (2009-11-03)
ENHANCEMENTS
    o   Fix documentation links so that they pass the stricter
        tests in R CMD check.

		CHANGES in trackObjs version 0.8-3 (2009-02-20)
BUG FIXES
    o	Make each test use a unique tracking database so that
    	tests don't interfere with each other when run in parallel.

		CHANGES in trackObjs version 0.8-0
BUG FIXES
    o   Fixed faulty detection of conflicting existing objects
        when starting to track to an existing directory.

    o   Replaced environment on function that is in the active
        binding for a tracked object.  Previously, that function
        could, if constructed via track(obj <- value), have a
        copy of the tracked object in its environment, which would
        stay present taking up memory even if the object was
        flushed out of the tracking environment.

    o   Fixed bug that stopped track.stop(all=TRUE) from working
