X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=81409684c14d10496cad74a21fafc4ddd6e3ccce;hb=af1b4cad97c093e021899eb02a1b4bb22a0c299d;hp=574dfd3391a13a129d0c937d99103e23408d8b45;hpb=746775a4801c1252878ba73ad666e70ba46bdc71;p=catagits%2Ffcgi2.git diff --git a/README b/README index 574dfd3..8140968 100755 --- a/README +++ b/README @@ -1,9 +1,9 @@ FastCGI Developer's Kit README ------------------------------ - $Id: README,v 1.18 2002/02/28 15:21:25 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 + See the file "LICENSE" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. Basic Directions @@ -28,10 +28,25 @@ 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 + prevent a TCP RST from trashing the reciept of data on the client (when + the client continues to send data to the application). + *) [WIN32] force an exit from the ShutdownRequestThread when a shutdown is signaled and NamedPipes are in use.