bump version to 0.82 and prepare for release
[catagits/fcgi2.git] / README
2016-03-06 Karen Etheridge rename this file so it is visible by metacpan et al
2004-01-31 robs [WIN32] Raise SIGTERM from the ShutdownRequestThread...
2003-06-22 robs Fix fcgi_streambuf::underflow() such that when there...
2003-06-22 robs add attach()/detach() support
2003-01-19 robs set version to 2.4.0
2002-03-05 robs shutdown() the send side and then read() from client...
2002-03-04 robs [WIN32] shutdown only the send side of a TCP socket...
2002-02-28 robs [WIN32] force an exit from the ShutdownRequestThread...
2002-02-24 robs use streamsize and char_type, export the C++ API via...
2002-02-23 robs [WIN32] Eliminate the (partial and broken) use of Overl...
2002-02-19 robs Fix a bug that caused an assert to pop when an async...
2002-02-01 robs Update the echo-cpp example to show the restoral of...
2001-12-12 robs Fix a bug a that caused the lib to crash under certain...
2001-12-07 robs test for iostreams that support a streambuf assignment...
2001-11-30 robs (WIN32) Fixed initialization of the accept mutex when...
2001-11-27 robs add some CHANGES history, update the build procedure.
1999-07-29 roberts *) Fixed an unintentional sign extension during promot...
1999-07-26 roberts Fix warnigs - mostly main() complaints.
1999-07-26 roberts Removed examples/tiny-cgi.c (it wasn't a FastCGI applic...
1999-07-26 roberts Remove some debugging code and clean up some gcc warnin...
1999-07-26 roberts *) Add multithread support to the fcgiapp lib and...
1999-06-10 roberts Remove the printf() and #include of stdio.h from exampl...
1999-06-07 roberts Remove the static initialization of _fcgi_sF[] because...
1999-06-07 roberts Flush FastCGI buffers at application exit. <eichin...
1997-09-16 stanleyg Initial revision