Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 02/02/2001 19:52:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Feb  2 17:52:26 UTC 2001

Modified Files:
	pkgsrc/www/p5-CGI: Makefile
	pkgsrc/www/p5-CGI/files: md5
	pkgsrc/www/p5-CGI/pkg: DESCR

Log Message:
Update p5-CGI to 2.75.  Changes from version 2.74:

    1. Fixed bug in server push boundary strings (CGI.pm and CGI::Push).
    2. Fixed bug that occurs when uploading files with funny characters in
       the name
    3. Fixed non-XHTML-compliant attributes produced by textfield()
    4. Added EPOC support.
    5. Fixed minor XHTML bugs.
    6. Made escape() and unescape() symmetric with respect to EBCDIC.
    7. Removed uninitialized variable warning from CGI::Cookie.
    8. Fixed bug in CGI::Pretty that causes it to print partial end tags when
       the $INDENT global is changed.
    9. Single quotes are changed to character entity ' for compatibility with
       URLs.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/www/p5-CGI/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/p5-CGI/files/md5
cvs rdiff -r1.1 -r1.2 pkgsrc/www/p5-CGI/pkg/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.