2002-06-14 Ville Hautamki <villeh@cs.joensuu.fi>

	*One more API change, added codebook size parameter for 
	matching. Try it out! 
	
2002-06-13 Ville Hautamki <villeh@cs.joensuu.fi>

	*Small bug fix in speakerid.c check_params()
	
2002-06-10 Ville Hautamki <villeh@cs.joensuu.fi>

        *Small change to print_nbest() in speakerid.c

	*Major API changes, see docs!
	
2002-06-09 Ville Hautamki <villeh@cs.joensuu.fi>

	*Moved DCT function from mel-functions.c to dct.c

	*New feature: silence detection. Implemented in dct.c. 
	Call: remove_silent_frames()

	*New option: double sil_thr, in  Featextract struct. This tells how 
	much of total energy of the frame is detected as silence. See docs.

	*New binary: featextract 
	Used mainly for testing purposes, just outputs generated 
	feature vectors. Use commandline option: --featurefile or -o 

	*New option: featurefile file Parameters struct, used by featextract.c
	Set this to NULL if unsure.

	*New API function: 
	void print_features(Parameters *paraptr);
	Prints all feature vectors to paraptr->featurefile. 
	Useful in debugging. 
	
2002-06-07 Ville Hautamki <villeh@cs.joensuu.fi>

	*Fixed two Solaris related bugs pointed out by:
	Eeva Polonen.

2002-06-06 Ville Hautamki <villeh@cs.joensuu.fi>

	*Added new feature: feature_extarction.c 
	Complex Abs can also compute power spectrum. Set with 
	absolute_magnitude off
	
2002-06-06  Evgeniy Karpov <ekarpov@cs.joensuu.fi>

	*Fixed a bug in csv.c when FIELDLEN was too small
	
2002-05-31 Ville Hautamki <villeh@cs.joensuu.fi>

	*New release

	*Ton's of minor bug fixes, memory leaks etc.

	*All paramters are settable in commanline now (new UI)

	*If model path is not set, then CWD will be used, last / is added if 
	not set.

	*Intermediate codebook can now be created in matching, this make's 
	matching much faster! Also number of iterations can be now set.