X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=b6d5f51077c8e3c34773d29ac30e63739eae59d3;hb=8b4c497b9e4f0865ec156bac9665754f7c83ef7e;hp=f3b629952ffa145b30e6b7615f580444c20abc5a;hpb=48f63bdfaa4ba292365205a0c355bcb038cb7db0;p=catagits%2Ffcgi2.git diff --git a/README b/README index f3b6299..b6d5f51 100755 --- a/README +++ b/README @@ -1,7 +1,7 @@ FastCGI Developer's Kit README ------------------------------ - $Id: README,v 1.11 2001/11/30 17:48:58 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,21 @@ 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. Niklas Bergh [niklas.bergh@tific.com]