X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=ca3d5f6a36a558051d3f0eb0ba66921698b6118f;hb=0a90482ae79f8189955d5af964183973b310d35a;hp=b3bfdf62fb06aa418d692437c51b8f0b0a69834a;hpb=1447563ed05465c9d06cf63b662633de2852059d;p=catagits%2Ffcgi2.git diff --git a/README b/README index b3bfdf6..ca3d5f6 100755 --- a/README +++ b/README @@ -1,7 +1,7 @@ FastCGI Developer's Kit README ------------------------------ - $Id: README,v 1.20 2002/03/05 18:15:17 robs Exp $ + $Id: README,v 1.24 2004/01/31 17:47:06 robs Exp $ Copyright (c) 1996 Open Market, Inc. See the file "LICENSE.TERMS" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. @@ -28,8 +28,19 @@ CHANGES For more detail regarding changes, please consult the cvs log available on http://fastcgi.com/. +2.4.1 +----- + + *) [WIN32] Raise SIGTERM from the ShutdownRequestThread to emulate + the Unix behaviour. Dan [mail@daniel-albert.de] + + *) Fix fcgi_streambuf::underflow() such that when there is no buffer + the character isn't removed. AIDA Shinra + + *) Add attach() and detach() support. + -2.2.3 +2.4.0 ----- *) When closing connections, shutdown() the send side of TCP sockets to