2010-02-10  Tatsuki Sugiura <sugi@nemui.org>
	* fcgi.c: fix for ruby 1.9.1 compatibility
	* Release 0.8.8
	* Add gemspec, Rakefile

2008-03-01  MoonWolf  <moonwolf@moonwolf.com>
	* CVS to Subversion
	* Replaced install.rb with setup.rb

2007-09-01  Tatsuki Sugiura  <sugi@nemui.org>

	* fcgi.c: fix RSTRING macros to compat with ruby1.9.

2006-01-04  Tatsuki Sugiura  <sugi at nemui.org>

	* fcgi.c: unset non-blocking flag on FCGI socket.
	  Thanks for Sean Treadway <SEANT at SUPERCHANNEL.ORG>.
	  see http://sean.treadway.info/articles/2005/12/24/open-season-for-eagain
	  for details.

2005-04-04 Tatsuki Sugiura  <sugi at nemui.org>

	* Release 0.8.6

Fri Apr  1 10:20:14 JST 2005  <sugi at nemui.org>
	* Include errno.h

Fri Apr  1 08:09:13 JST 2005  <aredridel at nbtsc.org>
	* Report actual errors
	  Adds reporting of errors fcgi experiences.
	  Credit to David Heinemier Hansson for discovery.

Fri Apr  1 08:08:07 JST 2005  <aredridel at nbtsc.org>
	* FHS Include Paths

Wed Mar 30 21:45:11 JST 2005  <sugi at nemui.org>
	* 16k+request-memleak
	  fix memory leak when 16k+/reqest.
	  from http://enigo.com/projects/iowa/fcgipatch.html

Wed Mar 30 21:43:02 JST 2005  <sugi at nemui.org>
	* fix-check_stream_error
	  Simple fix in CHECK_STREAM_ERROR for Potential DoS
	  see http://groups-beta.google.com/group/comp.lang.ruby/browse_thread/thread/f51e79974a454b70/54fe207411e9eb05
	  for details.

Wed Mar 30 21:40:22 JST 2005  <sugi at nemui.org>
	* init-from-0.8.5
	  Initalize DARCS repository from MoonWolf's 0.8.5 release.
