0.01 - Dec 11 2007
	initial

0.02 - Dec 13 2007
	cleaned up the concept

0.03 - Dec 14 2007
	document everything

0.04 - Dec 15 2007
	add condvars and interfaces for additional event loops

0.06 - Dec 28 2007
	add some documentation

0.07 - Jan 09 2008
	improve http handler versatility

0.08 - Jan 25 2008
	add stream I/O
	rewrite insides of http protocol in lambda style

0.09 - 1 Feb 2008
	add Prima and AnyEvent event loops
	rewrite SNMP support to work with these

0.10 - 18 Feb 2008
	minor fixes to http

0.11 - 6 May 2008
	add asynchronous dns

0.12 - 7 May 2008
	add signal handling

0.13 - 9 May 2008
	add http authentication

0.14 - 13 May 2008
	minor changes

0.15 - 18 May 2008
	add watch_* override()

0.18 - 25 May 2008
	simplify yield()/wait(), facilitate override() with state()

0.21 - 31 Jul 2008
	smarter getline(), io() is alias to lambda()

0.22 - 5 Aug 2008
	add intercept()	

0.23 - 6 Aug 2008
	add IO::Lambda::Socket and webserver example

0.24 - 7 Aug 2008
	standartize predicate functions wrappers

0.25 - 11 Aug 2008
	any_tail() added 

0.26 - 14 Aug 2008
	fixed some bugs in documentation and code

0.27 - 15 Aug 2008
	add spawn() in Signal.pm