pport 0.1
	-Initial announcement.
pport 0.2
	-Cut the cr@p with C++. I hate C++...
	-Cleaned up the code.
	-Better help. Comes with a handler now.
	-Eliminated individual port, can acheive the same with '-p'.
	-Added feature to turn several pins on, on the fly.
	-Added long options (-help, -all).
	-Got ready for web-interface 8-)
pport 0.3
	-Added '-t' flag. Stands for toggle.
	-Added feature to make pport remember pins state.
	-Added sort algorithm to organise pins.
	-Added 'day' delay.
	-Changed pin handling.
	-Changed new file for helper functions.
	-Changed all constants into defines in header.
	-Changed to no output from the main program.
pport 0.5a
	-Entered final beta versions till 0.5
	-Added man page.
	-Changed memory access mode.
	-Cleaned up the code.
pport 0.5b
	-Added gdesklet thanks to Martin Grimme (martin@pycage.de).
		For more information:
		http://gdesklets.gnomedesktop.org/
	-Fixed the version report.
	-Fixed the damn segmentation fault.
pport 0.5c
	-Bugfix release.
	-Fixed bug on toggling pin 2.
	-Eliminated unused code.
	-Simplified shm handling.
pport 0.5d
	-Fixed the README.
	-Fixed bizzare (and that's the right word) time behaviour.
	-Changed delay parsing so that one can use '-s' as postfix.
	-Modified spurify() accordingly.
	-A new ideea for the howto.
	-Small documentation cleanups.
pport 0.5e
	-Changed pin checker function into conditional statement.
	-Eliminated some numeric constants.
	-Changed 's' switch into 'd' for delay.
	-Mofified command line help.
	-Added autoconf/automake compile system :)
	-Fixed double entries in the data file.
	-Removed redundant "toggle" and "saved" from help.h
	-Added status report by running the program with no arguments.
pport 0.5f
	-Inversed stray getmem() call with send() in the program.
	-Merged set all, set none  and individual set into one function, now
	 availible with the 's' flag followed by pin number or all or none.
	-Added '-t all' option to toggle all pins.
	-Added long options to manpage.
	-Added FAQ.
	-Fixed version output.
pport 0.5g
	-Added even/odd pin setting and toggling.
	-Added random pin toggling.
	-Added example section to manpage.
	-Fixed version output again.
pport 0.5h
	-Added strobe function (pin sweep).
	-Changed spins to set.
	-Fixed the status output.
	-Changed status report to a more concludent output.	
	-Now availible as rpm too.
