X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=ca3d5f6a36a558051d3f0eb0ba66921698b6118f;hb=643b2e4549a46c6caed8f960b342895052d55f56;hp=9164a1b73618390d8640fd1e2d78836fd53a4efa;hpb=1856131ab058ec02e90d980475b36a9d647052e7;p=catagits%2Ffcgi2.git diff --git a/README b/README index 9164a1b..ca3d5f6 100755 --- a/README +++ b/README @@ -1,7 +1,7 @@ FastCGI Developer's Kit README ------------------------------ - $Id: README,v 1.10 2001/11/27 12:58:34 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. @@ -25,7 +25,49 @@ Win32: CHANGES ------- -Unfortunately documentation of many of the changes have been lost. +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.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. + + *) Use streamsize and char_type in the C++ API. + + *) [WIN32] Eliminate the (partial and broken) use of OverlappedIO - this + was causing a loose spin in acceptNamedPipe(). + + *) Fix a bug that caused an assert to pop when an async file descriptor was + numbered greater than 16. Kevin Eye [eye@buffalo.edu] + + *) Update the echo-cpp example to show the restoral of the original + streambufs. Trub, Vladimir [vtrub@purolator.com] + + *) Fix a bug a that caused the lib to crash under certain circumstances + when an error occured on a read + + *) Test for iostreams that support a streambuf assigment operator + + *) (WIN32) Fixed initialization of the accept mutex when OpenSocket() was used. + Niklas Bergh [niklas.bergh@tific.com] 2.2.2