Subject: CVS commit: pkgsrc/databases/p5-Apache-DBI
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/19/2006 22:28:57
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 19 22:28:57 UTC 2006
Modified Files:
pkgsrc/databases/p5-Apache-DBI: Makefile distinfo
Log Message:
Update to 1.01:
1.01 06/04/2006
- Re-release as non developer release.
No changes from 1.00_01.
1.00_01 05/29/2006
- As DBI has supported only perl 5.6.0 since 2003
v1.38 Apache::DBI now requires perl 5.6.0 as well.
- Fix a plethora of uninitialized variable warnings,
general code cleanup, don't import unneeded symbols
from Carp, Digest::SHA1, and Digest::MD5
- http://rt.cpan.org/Ticket/Display.html?id=17073
$sth->rows is inconsistent across DBD::* drivers
and sometimes always returns 0. We were using
this to distinguish between a blank password and
no passwd. Now we don't call this function.
- http://rt.cpan.org/Ticket/Display.html?id=17422
a fatal error involving mp1, mp2 constants co-existance
was fixed in AuthDBI.
- http://rt.cpan.org/Ticket/Display.html?id=17446
under mod_perl 2, the check to skip caching connections
at server startup was broken; thus, causing children
to incorrectly share dbh handles with the parent.
- http://rt.cpan.org/Ticket/Display.html?id=19491
a critical return was missing connect() under mod_perl2
- Moved module's repository to its new home in SVN from CVS
http://svn.perl.org/modules/Apache-DBI
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/databases/p5-Apache-DBI/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/p5-Apache-DBI/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.