diff options
author | recht <recht@pkgsrc.org> | 2004-04-06 10:34:37 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-06 10:34:37 +0000 |
commit | 1fb9a15d5160f5b134b70c9a9c5d4c49a2d29f47 (patch) | |
tree | 6bb5547eb65ab669ac5edf7dd77e6b96106ee354 /databases | |
parent | 995db267234c5929fd11d33291b129fb82edf0d1 (diff) | |
download | pkgsrc-1fb9a15d5160f5b134b70c9a9c5d4c49a2d29f47.tar.gz |
update to 0.94
Patch provided by Dieter Roelants in PR pkg/25064.
changes
0.94 February 17, 2004
- Fix use of uninitialized value warnings when passed an
"undef" attribute (thanks to Trevor Schellhorn)
- Minor POD cleanups
0.93 January 10, 2004
- Always check $dbh->ping if the PingTimeOut is 0.
(thanks to Dennis Ingram <Dennis.Ingram@tab.co.nz>)
- Change $r->connection->user to $r->user to make AuthDBI work
with mod_perl 2.0 (thanks to Neil MacGregor <nmacgr@ca.ibm.com>
and Brian McCauley <nobull@cpan.org>)
- removes the requirement for IPC::SysV to be installed if you
don't actually use it. Remove support for mod_perls without
push_handler support (Thanks to Brian again)
- improve tests (based on patch from Geoffrey Young
<geoff@modperlcookbook.org>; thanks Geoff!)
0.92 August 11, 2003
- Avoid use of uninitialized value warning under mod_perl 2.
- Make the tests compatible with DBI >= 1.33 (thanks to Paul
MacAdam <paul.macadam@intransa.com>)
0.91 February 17, 2003
- Retagged and released the 0.90_02 beta as 0.91. No code
changes.
0.90_02 January 10, 2003
- Changes to make Apache::DBI load and function under mod_perl
2.0. A few important notes: connect_on_init does not work yet
and there's no automatic RollBack cleanup handler when
autocommit is turned off.
0.90_01 January 10, 2003
- Only call Apache::Status if Apache.pm is completely loaded
(so you can load Apache::DBI outside the mod_perl environment)
- Make Test::More a prerequisite so we can do real tests
- Make DBI.pm a prerequisite
- Add a simple, but real, test script. Requires DBD::mysql
and a test database
0.89 June 17, 2002
- fix bug that occasionally made Apache::DBI connect several
times to the database even when DSN and attributes were the
same.
- Updated links and such in the documentation
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Apache-DBI/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-Apache-DBI/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Apache-DBI/Makefile b/databases/p5-Apache-DBI/Makefile index 0a15674785e..ecf8da4af3b 100644 --- a/databases/p5-Apache-DBI/Makefile +++ b/databases/p5-Apache-DBI/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:28:29 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/06 10:34:37 recht Exp $ # -DISTNAME= ApacheDBI-0.88 -PKGNAME= p5-Apache-DBI-0.88 +DISTNAME= Apache-DBI-0.94 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5adb CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} diff --git a/databases/p5-Apache-DBI/distinfo b/databases/p5-Apache-DBI/distinfo index ef455842041..a32a5ce541b 100644 --- a/databases/p5-Apache-DBI/distinfo +++ b/databases/p5-Apache-DBI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/06/16 20:43:10 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/04/06 10:34:37 recht Exp $ -SHA1 (ApacheDBI-0.88.tar.gz) = 1a4486be05d346eacb75901e240947de346cb73c -Size (ApacheDBI-0.88.tar.gz) = 25336 bytes +SHA1 (Apache-DBI-0.94.tar.gz) = 28f98220652997374c6ad1e0b3e1f956c0ab3006 +Size (Apache-DBI-0.94.tar.gz) = 27548 bytes |