diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-16 16:04:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-16 16:04:38 +0000 |
commit | 822f17524c6590e8539e23c589b104e87682250d (patch) | |
tree | 3b8aa7b5c9e01bbb2691421e433b9e408059d72d /databases/p5-DBD-postgresql | |
parent | 37add07e5c08cda5fc8768e47b8085d6b2725c49 (diff) | |
download | pkgsrc-822f17524c6590e8539e23c589b104e87682250d.tar.gz |
Update to 2.15.1:
2.15.1 Released August 7, 2009
- Release to fix the SIGNATURE file. [GSM]
2.15.0 Released August 4, 2009 (subversion r13164)
- Use PQexecPrepared even when no placeholders (CPAN bug #48155) [GSM]
- Allow execute_array and bind_param_array to take oddly numbered items,
such that DBI will make missing entries undef/null (CPAN bug #39829) [GSM]
- Put single quotes around array literals when quoting arrays via
the quote() method. Per report from David Garamond (CPAN bug #48420) [GSM]
2.14.1 Released July 28, 2009 (subversion r13140)
- Remove invalid bigint assignment [Tim Bunce]
2.14.0 Released July 27, 2009 (subversion r13130)
- Make quoting of int, floats, and names much safer. (CPAN bug #41565) [GSM]
- Make quoting of geometric types respect all valid chars (CPAN bug #41565) [GSM]
- Fix quoting of booleans to respect more Perlish variants (CPAN bug #41565) [GSM]
- Return ints and bools-cast-to-number from the db as true Perlish numbers.
(CPAN bug #47619) [GSM]
- Fix backslash quoting of arrays (CPAN bug #46732) [GSM]
- Fix error when destringifying array starting with '[x:y]='. Per report from
Jeff Trout [GSM]
- Fix problem with foreign_key_info() and NAME_uc (CPAN bug #46109) [GSM]
- Make foreign_key_info() respect FetchHashKeyName (CPAN bug #46103) [GSM]
- Fix Makefile.PL to apply POSTGRES_INCLUDE in a saner way.
(CPAN bug #45769) [GAURAV@cpan.org]
- Improve Win32 README notes [Curtis Jewell]
- Fix spelling error in type_info (CPAN bug #47786) [justin.d.hunter@gmail.com]
- Add functions to support MS VC++ 7.0 (CPAN bug #47858) [Taro Nishino]
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 2db1f224728..9db8fd9fffb 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2009/04/24 07:26:40 sno Exp $ +# $NetBSD: Makefile,v 1.53 2009/08/16 16:04:38 wiz Exp $ # -VER= 2.13.1 +VER= 2.15.1 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} SVR4_PKGNAME= p5dpo diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index d36a79919b6..890de3e64a8 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2009/04/24 07:26:40 sno Exp $ +$NetBSD: distinfo,v 1.25 2009/08/16 16:04:38 wiz Exp $ -SHA1 (DBD-Pg-2.13.1.tar.gz) = ef115d2e20153803f2c3abe4671dbbb43e2f9762 -RMD160 (DBD-Pg-2.13.1.tar.gz) = c10c9e9b7f84a28baf9079001498be25615994e6 -Size (DBD-Pg-2.13.1.tar.gz) = 221131 bytes +SHA1 (DBD-Pg-2.15.1.tar.gz) = 2e9dd36eb88168848dd1086904f99369138ec04b +RMD160 (DBD-Pg-2.15.1.tar.gz) = e3dd54e78c9205e8a7c6e30587c59ef85e7c0e42 +Size (DBD-Pg-2.15.1.tar.gz) = 220802 bytes |