pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-postgresql Update to 2.15.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/95e9ee87f95c
branches: trunk
changeset: 397616:95e9ee87f95c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 16 16:04:38 2009 +0000
description:
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@localhost]
- Improve Win32 README notes [Curtis Jewell]
- Fix spelling error in type_info (CPAN bug #47786) [justin.d.hunter%gmail.com@localhost]
- Add functions to support MS VC++ 7.0 (CPAN bug #47858) [Taro Nishino]
diffstat:
databases/p5-DBD-postgresql/Makefile | 4 ++--
databases/p5-DBD-postgresql/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 6c1796410a0e -r 95e9ee87f95c databases/p5-DBD-postgresql/Makefile
--- a/databases/p5-DBD-postgresql/Makefile Sun Aug 16 16:03:35 2009 +0000
+++ b/databases/p5-DBD-postgresql/Makefile Sun Aug 16 16:04:38 2009 +0000
@@ -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 -r 6c1796410a0e -r 95e9ee87f95c databases/p5-DBD-postgresql/distinfo
--- a/databases/p5-DBD-postgresql/distinfo Sun Aug 16 16:03:35 2009 +0000
+++ b/databases/p5-DBD-postgresql/distinfo Sun Aug 16 16:04:38 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index