- use event_loopexit() to break on exception, introduced in
libevent-1.4.1-beta, from Luciano Bello <lucianodebian.org>
- don't restrict MacOS X to select() (issue 17)
- fix exception handling in loop(), from Denis Bilenko
- add default WSGI handler, from Phoenix Sol <phoenixburninglabs.com>
- fix handling of the Global Interpreter Lock; events now work with threads!
(event base support is next)
- fix Leopard build (issue 8)
- support basic bufferevent API (issue 10)
- support basic evdns API
- update loop() and dispatch() to return status, as requested by
edfaulknergmail.com