2004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.7 ========================
	* 

2004-02-18  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* ripemd128.tcl:  Added -- to end options if using Trf's hex in case
	* ripemd160.tcl:  the hash begins with a - character (possible).
	
	* ripemd160.tcl:  Inlined the algorithm functions. This makes the
	pure-Tcl code about 2x faster than the proc calling version.
	* ripemd128.tcl:  Streamlined the <<< implementation a bit.
	
	* ripemd160.man:  Initial implementation of RIPEMD-160 in
	* ripemd160.tcl:  pure-Tcl as per ripemd128.
	* ripemd160.test:
	* pkgIndex.tcl: 
	
2004-02-16  Pat Thoyts  <pat@zsplat.freeserve.co.uk>

	* ripemd128.test:  Add pure-Tcl HMAC tests.

2004-02-16  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* ripemd128.man:   Initial implementation of RIPEMD-128 in 
	* ripemd128.tcl:   pure-Tcl and deferring to Trf (except on Windows
	* ripemd128.test:  where that has Trf/Memchan bugs).
	* pkgIndex.tcl:    