== 0.4.2 2008-05-17 * Prefetch from response Queue to reduce locking overhead * Improve tests to auto run a daemonized test server == 0.4.1 2008-05-04 * Avoid deleting request before it finishes enabling * Protect config.h with HAVE_CONFIG_H macro * Add a load test == 0.4.0 2008-05-04 * Improve build system to use libev embedding, instead of autoconf/autotools == 0.3.1 2008-04-23 * Add support to set arbitrary HTTP headers == 0.3.0 2008-04-22 * Add type checking * Add support to stream responses directly to Ruby main thread over a pipe == 0.2.6 2008-04-21 * Fix an issue with sending an HTTP POST, had to set CURLOPT_POSTFIELDS == 0.2.4 2008-04-16 * Fix a crash caused by CURLM_CALL_MULTI_PERFORM being misinterrupted as an error == 0.2.3 2008-04-14 * Add support to make POST requests * Fix a deadlock bug caused by not breaking out of the pop loop * Improve timeout handling == 0.2.2 2008-04-14 * Make options optional in request method * Improve timeouts * Add flush method, to flush out any buffered responses == 0.2 2008-04-13 * Add HTTP headers to response * Expose some basic libcurl options (useragent, cookie, followlocation, etc.. see libdispatch Changelog for details == 0.1.5 2008-04-11 * Fix a regression on linux caused from a fix to ppc == 0.1.4 2008-04-11 * Fix another issue with building this time on ppc it needs ranlib executed == 0.1.2 2008-04-11 * Fix issues with building dependent library on darwin == 0.1.1 2008-04-11 * Fix issues with building dependent library on linux == 0.0.1 2008-04-10 * Initial release