11.23  - 18 Mar 2012
2	small http fixes
3
41.22  - 13 Jan 2012
5	small http fixes
6
71.21  - 7 Jul 2011
8	fixes for perl 5.14
9
101.20  - 6 Apr 2010
11	bug fixes
12
131.19  - 27 Mar 2010
14	polish POE backend some more
15
161.18  - 24 Mar 2010
17	add POE loop backend
18
191.17  - 12 Mar 2010
20	add Throttle module (rate-limiter)
21
221.16  - 7 Feb 2010
23	bugfix in HTTP redirect code (Szymon Swierkosz)
24
251.15  - 6 Dec 2009
26	implement spawn() and new_process() using threads on win32
27
281.14  - 2 Dec 2009
29	extend catch/throw API
30
311.13  - 18 Sep 2009
32	bugfixes in SNMP
33
341.12  - 3 Aug 2009
35	bugfixes in http stack
36
371.11  - 2 Jul 2009
38	rewrite HTTPS stack to be fully non-blocking
39	adapt tests for AnyEvent
40
411.10  - 21 Apr 2009
42	make catch() survive restartable calls; remove finally() as
43        it gets too complex if it needs to be restartable
44	minor SNMP fixes
45
461.09  - 14 Feb 2009
47	implement finally() for exceptions
48
491.08  - 31 Jan 2009
50	implement exceptions with throw/catch
51	enhance backtracing and move it out to IO::Lambda::Backtrace
52
531.07  - 30 Jan 2009
54	add backtrace() and enhance execution tracing with debug flag "caller"
55
561.06  - 29 Jan 2009
57	add catch(), the predicate-level exception handler
58	rewrite Mutex so that cancelling waiter() works as expected
59
601.05  - 21 Jan 2009
61	fix minor problems with http/1.1 redirects
62
631.04  - 16 Jan 2009
64	critical fixes in core (bugs in cancel_event, any_tail, and wait)
65	add mutex(&) condition
66
671.03  - 15 Jan 2009
68	add IO::Lambda::Mutex
69
701.02  - 11 Jan 2009
71	fix "invalid handle" exceptions caused by bugs in SNMP code
72	implement DBI::prepare and DBI call grouping
73
741.01  - 8 Jan 2009
75	rename read to readable, write to writable, readwrite to rwx, sleep to timeout.
76
771.00  - 18 Dec 2008
78	add higher-order functions: seq, par, mapcar, filter, fold, curry
79
800.46  - 17 Dec 2008
81	documentation proof-reading
82
830.45  - 4 Dec 2008
84	added minor safeguards in tests here and there against bizarre perls and platforms
85
860.42-4 - 23 Nov 2008
87	cosmetic changes
88
890.41 - 17 Nov 2008
90	rename Loop::Poll to Poll, add generic poller(&)
91
920.40 - 14 Nov 2008
93	add Loop::Poll and Flock
94
950.39 - 7 Nov 2008
96	finalize thread and fork API
97
980.38 - 7 Nov 2008
99	fix bad race conditions in signal waiting routines
100
1010.36,0.37 - 6 Nov 2008
102	portability fixes
103
1040.35 - 5 Nov 2008
105	add Thread,Fork,Message,DBI modules
106
1070.34 - 31 Oct 2008
108	add "apologetics" section in pod
109
1100.33 - 28 Oct 2008
111	fixes for solaris
112
1130.31 - 25 Oct 2008
114	handle nasty win32 non-blocking connects gracefully
115
1160.30 - 17 Oct 2008
117	implement http proxy
118
1190.29 - 10 Oct 2008
120	use Sub::Name's magick
121
1220.28 - 25 Sep 2008
123	style changes, optimize tailo()
124
1250.27 - 15 Aug 2008
126	add spawn() in Signal.pm
127
1280.26 - 14 Aug 2008
129	fixed some bugs in documentation and code
130
1310.25 - 11 Aug 2008
132	any_tail() added
133
1340.24 - 7 Aug 2008
135	standartize predicate functions wrappers
136
1370.23 - 6 Aug 2008
138	add IO::Lambda::Socket and webserver example
139
1400.22 - 5 Aug 2008
141	add intercept()
142
1430.21 - 31 Jul 2008
144	smarter getline(), io() is alias to lambda()
145
1460.18 - 25 May 2008
147	simplify yield()/wait(), facilitate override() with state()
148
1490.15 - 18 May 2008
150	add watch_* override()
151
1520.14 - 13 May 2008
153	minor changes
154
1550.13 - 9 May 2008
156	add http authentication
157
1580.12 - 7 May 2008
159	add signal handling
160
1610.11 - 6 May 2008
162	add asynchronous dns
163
1640.10 - 18 Feb 2008
165	minor fixes to http
166
1670.09 - 1 Feb 2008
168	rewrite SNMP support to work with these
169	add Prima and AnyEvent event loops
170
1710.08 - Jan 25 2008
172	add stream I/O
173	rewrite insides of http protocol in lambda style
174
1750.07 - Jan 09 2008
176	improve http handler versatility
177
1780.06 - Dec 28 2007
179	add some documentation
180
1810.04 - Dec 15 2007
182	add condvars and interfaces for additional event loops
183
1840.03 - Dec 14 2007
185	document everything
186
1870.02 - Dec 13 2007
188	cleaned up the concept
189
1900.01 - Dec 11 2007
191	initial
192
193