This is the changelog for Camp2ascii, a converter for Campbell Scientific binary data formats tob2 and tob3

v0.97:
	*data types handled using simple function calls because the fonction pointers were way too slow.
	*the very low level data reading function are now in the same file as the data types reading functions, in order to allow for inlining
	*some code clean up

v0.95:
	*data types are now handled using a table of function pointers. Reading a data line is now just a matter of looping over a table and calling the contained functions.
	*some reorganization on the way the functions are called in order to cope with the major change previously mentionned

v0.9:
	*added support for padding in data lines
	*added more data types: BOOL4, INT4, NSec

v0.85:
	*initial release