Subject: PR/30302 CVS commit: pkgsrc/www/p5-CGI
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-bugs
Date: 06/22/2005 20:40:03
The following reply was made to PR pkg/30302; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30302 CVS commit: pkgsrc/www/p5-CGI
Date: Wed, 22 Jun 2005 20:39:25 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	reed
 Date:		Wed Jun 22 20:39:25 UTC 2005
 
 Modified Files:
 	pkgsrc/www/p5-CGI: Makefile distinfo
 
 Log Message:
 Update to version 3.10 which is apparently needed
 for new apache2/modperl2.0. This will close PR #30302.
 
 Changes says:
   Version 3.10
     1. Added Apache2::RequestIO, which is necessary for mp2 interoperability.
 
   Version 3.09
     1. Fixed tabindex="0" when using CGI to create forms without a prior start_html
     2. Removed warning about non-numeric MOD_PERL_API_VERSION.
 
   Version 3.08
     1. update support for mod_perl 2.0.  versions prior to
        mod_perl 1.999_22 (2.0.0-RC5) are no longer supported.
 
   Version 3.07
     1. Fixed typo in mod_perl detection.
 
   Version 3.06
 
     1. Fixed bare call to script() in start_html
     2. Moved Fh::DESTROY out of autoloaded functions so as to avoid
        clobbering $@ when CGI functions are executed in an eval{}
        context.
     3. mod_perl 2.0 version detection patch in CGI::Cookie provided by
        Allen Day.
     4. autoEscape() flag is now respected when generating extra
        attributes.
     5. Tests for *tag start/end generation from Shlomi Fish.
     6. Support for can() method provided by Ron Savage.
     7. Fix for lang='' when outputting XHTML.
     8. Added support for chunked transfer encoding, as suggested by
 	Hakan Ardo
     9. Fixed clobbering of row and column headers in tableized radio
 	and checkbox groups, as reported by Nicolas Thierry-Mieg.
    10. <Label> tags are now associated with form elements, as suggested
 	by accessibility guidelines.
    11. The <?xml> directive produced by start_html is now turned off by
         default and the charset is specified in a <meta> directive.  Apparently
         IE6 (and maybe some versions of Opera) were getting confused by this.
    12. Support for tab indexes.
    13. Retired the HTML docs.  The POD docs are now primary documentation.
    14. CGI::Carp now correctly detects and handles Apache::Dispatch.
    15. CGI::Util::utf8_chr now correctly sets the UTF8 flag on 5.006 or
 	higher perls (fix courtesy Slaven Rezic).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.31 -r1.32 pkgsrc/www/p5-CGI/Makefile
 cvs rdiff -r1.10 -r1.11 pkgsrc/www/p5-CGI/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.