X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=b6d5f51077c8e3c34773d29ac30e63739eae59d3;hb=8b4c497b9e4f0865ec156bac9665754f7c83ef7e;hp=8ac940e3ac4ba74e063b955965d705b1aa4fc2f4;hpb=fae4909ba563e183760b7a796446f57c9cdc9b7a;p=catagits%2Ffcgi2.git diff --git a/README b/README index 8ac940e..b6d5f51 100755 --- a/README +++ b/README @@ -1,7 +1,7 @@ FastCGI Developer's Kit README ------------------------------ - $Id: README,v 1.12 2001/12/07 02:28:14 robs Exp $ + $Id: README,v 1.14 2002/02/01 19:43:28 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,11 +25,19 @@ 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.2.3 ----- + *) 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.