randyk 2003/07/05 10:55:39
Modified: . Changes Log: Record change to Request/Request.xs to open uploaded files in binary mode. Revision Changes Path 1.56 +9 -1 httpd-apreq/Changes Index: Changes =================================================================== RCS file: /home/cvs/httpd-apreq/Changes,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- Changes 25 Jun 2003 08:02:55 -0000 1.55 +++ Changes 5 Jul 2003 17:55:39 -0000 1.56 @@ -2,8 +2,16 @@ =over 4 +=item 1.22 - July 5, 2003 + +Open uploaded files with binary mode (relevant for Perl > 5.7), +so as to be able to get the correct sizes on systems where such +a mode makes a difference. Thanks to Steve Hay for first pointing +out this problem. [randyk] + =item 1.21 - June 25, 2003 -Fix memory access problem with TEMP_DIR- see + +Fix memory access problem with TEMP_DIR - see http://marc.theaimsgroup.com/?l=apreq-dev&m=105647058517842&w=2 Thanks to Jay Buffington for the spot. [joes]
