
Version 1.3
  o change flag for uname call in config file, line 5, again. The change for v1.2 didn't work for 
debian linux 32bit user/64 bit kernel combo.  
	from: if uname -m|grep -q x86_64; then 
	to: if gcc -dumpmachine|grep -q x86_64; then 


Version 1.2
  o change flag for uname call in config file, line 5, so the check will work on debian linux 
	from: if uname -i|grep -q x86_64; then 
	to: if uname -m|grep -q x86_64; then 


Version 1.1
  o add Ian McKeague and Yanqing Sun as co-authors
 

Version 1.0
  o first CRAN release of the cmprskContin package

