type changes, casts, and arg touching to prevent warnings.
[catagits/fcgi2.git] / perl / ChangeLog
index 23fab60..3f772aa 100644 (file)
@@ -1,3 +1,45 @@
+Version 0.60 --        8 July 2001   <skimo@kotnet.org> Sven Verdoolaege
+
+       o Allow specification of purity on command line
+           (suggested by Rob Brown <rbrown@about-inc.com>)
+       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   <skimo@kotnet.org> 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   <skimo@kotnet.org> Sven Verdoolaege
+
+       o fix bug introduced in 0.57
+
+Version 0.57 --        12 November 2000   <skimo@kotnet.org> Sven Verdoolaege
+
+       o don't flush unbound request
+
+Version 0.56 --        3 November 2000   <skimo@kotnet.org> Sven Verdoolaege
+
+       o add example remote.fpl
+       o provide access to the Request parameters
+       o add IsFastCGI method
+       o fix warn handler (Andrew Pimlott <pimlott@idiomtech.com>)
+
+Version 0.55 --        18 October 2000   <skimo@kotnet.org> 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   <skimo@kotnet.org> Sven Verdoolaege
+       
+       o library fixes  ("Rob Saccoccio" <robs@ipass.net>)
+       o compilation issues with newer gcc
+       o completely untested OPEN and READLINE methods
+
 Version 0.53 --        10 July 2000   <skimo@kotnet.org> Sven Verdoolaege
        
        o sfio version compiles again