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
0.28 - 25 Sep 2008
style changes, optimize tailo()
0.29 - 10 Oct 2008
use Sub::Name's magick
0.30 - 17 Oct 2008
implement http proxy
0.31 - 25 Oct 2008
handle nasty win32 non-blocking connects gracefully
0.33 - 28 Oct 2008
fixes for solaris
0.34 - 31 Oct 2008
add "apologetics" section in pod
0.35 - 5 Nov 2008
add Thread,Fork,Message,DBI modules
0.36,0.37 - 6 Nov 2008
portability fixes
0.38 - 7 Nov 2008
fix bad race conditions in signal waiting routines
0.39 - 7 Nov 2008
finalize thread and fork API
0.40 - 14 Nov 2008
add Loop::Poll and Flock
0.41 - 17 Nov 2008
rename Loop::Poll to Poll, add generic poller(&)
0.42-4 - 23 Nov 2008
cosmetic changes
0.45 - 4 Dec 2008
added minor safeguards in tests here and there against bizarre perls and platforms
0.46 - 17 Dec 2008
documentation proof-reading
1.00 - 18 Dec 2008
add higher-order functions: seq, par, mapcar, filter, fold, curry
1.01 - 8 Jan 2008
rename read to readable, write to writable, readwrite to rwx, sleep to timeout.
1.02 - 11 Jan 2008
fix "invalid handle" exceptions caused by bugs in SNMP code
implement DBI::prepare and DBI call grouping
1.03 - 15 Jan 2008
add IO::Lambda::Mutex
1.04 - 16 Jan 2008
critical fixes in core (bugs in cancel_event, any_tail, and wait)
add mutex(&) condition