
---- Release 0.7.1 ----
13/9	Some warnings corrected
	ex/synchperf.cc uses getrusage for measuring used resource

9/9	QpMutex::TryLock fixed

8/7	removed the -DSUNWSPRO42 -DEGCS111 -DDECCXX60, they do not have
	to be present for compilation any more. The headers recognizes
	compilator automatically.
	
6/7	New arch/alpha/spinlock.s

---- Release 0.7 ----
13/6	
	Please update your bookmark to ftp://ftp.gncz.cz/pub/qpthread/
	and http://www.gncz.cz/kra/index.html
	
	Documentation update
	
	qpthr directory with *.h links instaed of qpthr link
	
9/6	
	QpTimer::INFINITE_SHOTS (currently -1) replaces the 0 as infinite
	number of shots in timer (QpTimer::Register). 0 is 0 shots.
	
6/6	updated QpAsynchSafeSem::TryLock()
	
	updated ex/synchperf.cc
	
	update documentation to include QpAsyncSafeSem, QpTSDT,
	QpUnsupportedException
	
1/6	example for QpTSDT - ex/tsdt.cc

	QpTSDT pattern (as presented in Douglas C. Schmidth, Tim Harrison
	and Nat Pryce - Thread Specific Storage for C/C++)
	
	README, TODO files
	
	Race condition in QpCondUni fixed, more tests in ex/synchperf.cc 

30/5	Port to Solaris/Sparc/SUNWspro and Linux/Alpha/EGCS
	by Vivek Venugopalan <vivek@mcs.net>
	
	STL-3.12.3 for Solaris
	
	QpAsyncSafeSem
	
	signal support now uses QpAsyncSafeSem when the QpSpinLock
	is not available, this should really simplify porting to
	other platforms and/or compilers
	
	QpUnsupportedException
	
---- Release 0.6 ----

7/4    QpException inherites from exception
       QpOnce and QpTSD examples

3/4    QpOnce and QpTSD addition


---- Release 0.5 ----
