X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=e44f0873d9c3eed0f2461392ae1e934205ce2ad9;hb=94ffd23b72d3eebda28ebe46b34586db0215704d;hp=b565def883d95c828d743f7b5daa43a54189601d;hpb=fbf75401ad5806ca35180d4509d92f2efde620ea;p=catagits%2Ffcgi2.git diff --git a/README b/README index b565def..e44f087 100755 --- a/README +++ b/README @@ -2,7 +2,7 @@ FastCGI Developer's Kit README ------------------------------ Version 2.0b2, 04 April 1997 - $Id: README,v 1.4 1999/06/10 21:20:33 roberts Exp $ + $Id: README,v 1.9 1999/07/29 13:37:06 roberts 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. @@ -38,6 +38,19 @@ release of the FDK. Changes with devkit 2.1.1 ------------------------- + *) Fixed an unintentional sign extension during promotion in Java's + FCGIInputStream.read(). Takayuki Tachikawa + + *) Cleaned up warnings in examples (mostly main() complaints). + + *) Removed examples/tiny-cgi.c (it wasn't a FastCGI application?!). + + *) Remove some debugging code and clean up some gcc warnings in cgi-fcgi.c. + + *) Add multithread support to the fcgiapp lib and an example multithreaded + application, threaded.c. Based on work by Dennis Payne + and Gene Sokolov . + *) Remove the printf() and #include of stdio.h from examples/echo2.c. *) Remove the static initialization of _fcgi_sF[] because on glibc 2.x based