X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FChangeLog;h=3f772aabed57be8032cb9733db9677ca12666ac5;hb=bf00339bb4a4582979bfe26e714b9f1f6e8a0870;hp=23fab60575e6b195c58f2a8dae32888fb986e83f;hpb=37a69de13c890a0a5d52ef8ce89c580288409e8c;p=catagits%2Ffcgi2.git diff --git a/perl/ChangeLog b/perl/ChangeLog index 23fab60..3f772aa 100644 --- a/perl/ChangeLog +++ b/perl/ChangeLog @@ -1,3 +1,45 @@ +Version 0.60 -- 8 July 2001 Sven Verdoolaege + + o Allow specification of purity on command line + (suggested by Rob Brown ) + o Fix bug in pure perl implementation + o Don't try to compile anything on pure perl build + o Add BINMODE method + o Add comment on socket permissions + +Version 0.59 -- 31 December 2000 Sven Verdoolaege + + o preliminary pure perl implementation + o copy win32 configuration file instead of moving it + o convert echo.fpl to new interface + +Version 0.58 -- 15 November 2000 Sven Verdoolaege + + o fix bug introduced in 0.57 + +Version 0.57 -- 12 November 2000 Sven Verdoolaege + + o don't flush unbound request + +Version 0.56 -- 3 November 2000 Sven Verdoolaege + + o add example remote.fpl + o provide access to the Request parameters + o add IsFastCGI method + o fix warn handler (Andrew Pimlott ) + +Version 0.55 -- 18 October 2000 Sven Verdoolaege + + o small documentation fix + o compilation issues with older perls fixed + o library initialization when using sockets fixed + +Version 0.54 -- 8 October 2000 Sven Verdoolaege + + o library fixes ("Rob Saccoccio" ) + o compilation issues with newer gcc + o completely untested OPEN and READLINE methods + Version 0.53 -- 10 July 2000 Sven Verdoolaege o sfio version compiles again