r19071 - in /trunk/libdbd-pg-perl: Changes META.yml Makefile.PL Pg.pm README README.dev SIGNATURE TODO dbdimp.c debian/changelog lib/Bundle/DBD/Pg.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 23 15:31:14 UTC 2008


Author: gregoa
Date: Wed Apr 23 15:31:14 2008
New Revision: 19071

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19071
Log:
New upstream release.

Modified:
    trunk/libdbd-pg-perl/Changes
    trunk/libdbd-pg-perl/META.yml
    trunk/libdbd-pg-perl/Makefile.PL
    trunk/libdbd-pg-perl/Pg.pm
    trunk/libdbd-pg-perl/README
    trunk/libdbd-pg-perl/README.dev
    trunk/libdbd-pg-perl/SIGNATURE
    trunk/libdbd-pg-perl/TODO
    trunk/libdbd-pg-perl/dbdimp.c
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm

Modified: trunk/libdbd-pg-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/Changes?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/Changes (original)
+++ trunk/libdbd-pg-perl/Changes Wed Apr 23 15:31:14 2008
@@ -1,6 +1,12 @@
 ('GSM' is Greg Sabino Mullane, greg at turnstep.com)
 
-2.6.0 Released April 16, 2008
+2.6.1 Released April 22, 2008
+
+	- Don't free placeholder section, fixes problem when using 
+		more than one named placeholder with the same name.
+		(CPAN bug #35303) [GSM]
+
+2.6.0 Released April 16, 2008 (subversion r11095)
 
 	- Make pg_notifies a true function, so that you can now
 		use $dbh->pg_notifies instead of $dbh->func('pg_notifies') [GSM]

Modified: trunk/libdbd-pg-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/META.yml?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/META.yml (original)
+++ trunk/libdbd-pg-perl/META.yml Wed Apr 23 15:31:14 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                  : DBD-Pg
-version               : 2.6.0
+version               : 2.6.1
 abstract              : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <greg at turnstep.com>
@@ -34,10 +34,10 @@
 provides:
   DBD::Pg:
     file              : Pg.pm
-    version           : 2.6.0
+    version           : 2.6.1
   Bundle::DBD::Pg:
     file              : lib/Bundle/DBD/Pg.pm
-    version           : 2.6.0
+    version           : 2.6.1
 
 keywords:
   - Postgres

Modified: trunk/libdbd-pg-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/Makefile.PL?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/Makefile.PL (original)
+++ trunk/libdbd-pg-perl/Makefile.PL Wed Apr 23 15:31:14 2008
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL 11094 2008-04-16 18:13:30Z turnstep $
+# $Id: Makefile.PL 11132 2008-04-22 17:58:30Z turnstep $
 
 use ExtUtils::MakeMaker;
 use Config;
@@ -7,7 +7,7 @@
 use 5.006001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.6.0';
+my $VERSION = '2.6.1';
 
 my $lib;
 BEGIN {

Modified: trunk/libdbd-pg-perl/Pg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/Pg.pm?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/Pg.pm (original)
+++ trunk/libdbd-pg-perl/Pg.pm Wed Apr 23 15:31:14 2008
@@ -1,5 +1,5 @@
 # -*-cperl-*-
-#  $Id: Pg.pm 11094 2008-04-16 18:13:30Z turnstep $
+#  $Id: Pg.pm 11132 2008-04-22 17:58:30Z turnstep $
 #
 #  Copyright (c) 2002-2008 Greg Sabino Mullane and others: see the Changes file
 #  Portions Copyright (c) 2002 Jeffrey W. Baker
@@ -17,7 +17,7 @@
 {
 	package DBD::Pg;
 
-	use version; our $VERSION = qv('2.6.0');
+	use version; our $VERSION = qv('2.6.1');
 
 	use DBI ();
 	use DynaLoader ();
@@ -1657,7 +1657,7 @@
 
 =head1 VERSION
 
-This documents version 2.6.0 of the DBD::Pg module
+This documents version 2.6.1 of the DBD::Pg module
 
 =head1 SYNOPSIS
 

Modified: trunk/libdbd-pg-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/README?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/README (original)
+++ trunk/libdbd-pg-perl/README Wed Apr 23 15:31:14 2008
@@ -1,12 +1,12 @@
 
 DBD::Pg  --  the DBI PostgreSQL interface for Perl
 
-# $Id: README 11094 2008-04-16 18:13:30Z turnstep $
+# $Id: README 11132 2008-04-22 17:58:30Z turnstep $
 
 DESCRIPTION:
 ------------
 
-This is version 2.6.0 of DBD-Pg.  The web site for this interface, and 
+This is version 2.6.1 of DBD-Pg.  The web site for this interface, and 
 the latst vesion, can be found at:
 
 	http://search.cpan.org/dist/DBD-Pg/
@@ -125,6 +125,10 @@
 attempt to connect as the user 'postgres' to the database 'postgres'. 
 See the t/dbdpg_test_setup.pl for the exact process.
 
+Please consdier installing CPAN::Reporter so that your tests are 
+automatically gathered and reported, which helps the development 
+of DBD::Pg.
+
 TROUBLESHOOTING:
 ----------------
 

Modified: trunk/libdbd-pg-perl/README.dev
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/README.dev?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/README.dev (original)
+++ trunk/libdbd-pg-perl/README.dev Wed Apr 23 15:31:14 2008
@@ -1,5 +1,5 @@
 
-## $Id: README.dev 11083 2008-04-14 15:38:51Z turnstep $
+## $Id: README.dev 11105 2008-04-17 16:26:55Z turnstep $
 
 This file is for those interested in developing DBD::Pg. It is hoped that it 
 will be a good introduction as well as a continual reference. Suggestions 
@@ -713,6 +713,9 @@
 The canonical URL:
 http://search.cpan.org/dist/DBD-Pg/
 
+* CPAN::Reporter test results:
+http://cpantesters.perl.org/show/DBD-Pg.html
+
 * DBI
 
 The DBI developers list:

Modified: trunk/libdbd-pg-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/SIGNATURE?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/SIGNATURE (original)
+++ trunk/libdbd-pg-perl/SIGNATURE Wed Apr 23 15:31:14 2008
@@ -15,22 +15,22 @@
 Hash: RIPEMD160
 
 SHA1 7978ba2f16b8dd95eb95eec81b3360f928c749e7 .perlcriticrc
-SHA1 39038e12fb7d076729c4820282559a019846ac63 Changes
+SHA1 d92f2f352d07059f2aa67ff93217827ffa44a1f1 Changes
 SHA1 269c7ef4f136eac56f811380947f78fef3e5852f MANIFEST
 SHA1 d7c42da45397de439a6096058d01fa29575c8b52 MANIFEST.SKIP
-SHA1 da9ef50598178e2b56a685cd09bfa75f0654f75e META.yml
-SHA1 78b9442c33cb138e6e2ec83f7b403941de60b984 Makefile.PL
+SHA1 e424a81ddfa58890dc8c3f6ae1905fd5a12def22 META.yml
+SHA1 6c56e550fd02118a0ca65807f32b5da67ee41df0 Makefile.PL
 SHA1 05aa41f326c2e4045c77fb1f002cbbb08b704e70 Pg.h
-SHA1 6644ae257e6e1f1378d279d1e3dda9c647a6d58a Pg.pm
+SHA1 9c066364397916218a49889c06a28728a8d272ad Pg.pm
 SHA1 74deedcf6c03c4d2be067bc32291f1a738db8648 Pg.xs
-SHA1 51b952ef647fd937f7778e4bddd7be3523d2805a README
-SHA1 0af8b8a2d38665b42a356716fed9e9cb8087a7a8 README.dev
+SHA1 96be6ea6a01220d04c76919c6d5415b35cb486e8 README
+SHA1 54ad05f8137034ddcf7448aeb224bac37f077e00 README.dev
 SHA1 968d5fad61bce160b31a9cb1a21dd240b9df930f README.win32
-SHA1 063d5e09e3593a8ea4b8149ab7ff1a41aba30d7f TODO
-SHA1 31b37b513aed78a7c5a663c82bc7eac254122b78 dbdimp.c
+SHA1 54924783e51926577398aee83b86e887eba6f252 TODO
+SHA1 f1e93f89edbd3b9917bbf1698a7773eb5f5ec176 dbdimp.c
 SHA1 68847b3aa964ae598e6e4dd680943973f13c5715 dbdimp.h
 SHA1 6c33bcf138e577722283bef02fceb8cbce4d100d dbivport.h
-SHA1 c44f45d6300c49ae3b09730dbe28a2a55f027a32 lib/Bundle/DBD/Pg.pm
+SHA1 bea6d995bb59e6d7023925de7902b33e963ee387 lib/Bundle/DBD/Pg.pm
 SHA1 88c44732cb614e916ae8aeff2c2f2faedbfd8e9a quote.c
 SHA1 2d49573ccc984da374ff77cd893bf65505c0b382 quote.h
 SHA1 4da4f8074e8f46d4e787906fa6de3ebbadef29ed t/00-signature.t
@@ -64,7 +64,7 @@
 SHA1 f07cd5ecaeb854c81ceb9206364979cf607e6546 win32.mak
 -----BEGIN PGP SIGNATURE-----
 
-iEYEAREDAAYFAkgGQdEACgkQvJuQZxSWSshozQCeMemzgIK3yWulUu+ztyZj2ALJ
-r6AAoKNGhnQrD1EKorSmZuVYgC5Hrjx0
-=FMbL
+iEYEAREDAAYFAkgOKKgACgkQvJuQZxSWSsjoEwCg4yfWOmdDNtFpeKkpqi0vcbGj
+EBoAnA5akH/xvObO0e6mBf42m81Ed6Rh
+=DPqs
 -----END PGP SIGNATURE-----

Modified: trunk/libdbd-pg-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/TODO?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/TODO (original)
+++ trunk/libdbd-pg-perl/TODO Wed Apr 23 15:31:14 2008
@@ -14,3 +14,5 @@
 - Remove libpq dependency
 - Handle and/or better tests for different encoding, especially those not 
    supported as a server encoding (e.g. BIG5)
+- Be more aggressive and finding or creating a database for 
+   complete testing.

Modified: trunk/libdbd-pg-perl/dbdimp.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/dbdimp.c?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/dbdimp.c (original)
+++ trunk/libdbd-pg-perl/dbdimp.c Wed Apr 23 15:31:14 2008
@@ -1,6 +1,6 @@
 /*
 
-  $Id: dbdimp.c 11089 2008-04-16 03:18:48Z turnstep $
+  $Id: dbdimp.c 11131 2008-04-22 17:56:31Z turnstep $
 
   Copyright (c) 2002-2008 Greg Sabino Mullane and others: see the Changes file
   Portions Copyright (c) 2002 Jeffrey W. Baker
@@ -1796,7 +1796,6 @@
 				if (0==strncmp(thisph->fooname, statement-sectionsize, sectionsize)) {
 					newseg->placeholder = xint;
 					newseg->ph = thisph;
-					Safefree(thisph);
 					break;
 				}
 			}

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/changelog?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Wed Apr 23 15:31:14 2008
@@ -1,3 +1,9 @@
+libdbd-pg-perl (2.6.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 23 Apr 2008 17:29:35 +0200
+
 libdbd-pg-perl (2.6.0-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm?rev=19071&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm (original)
+++ trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm Wed Apr 23 15:31:14 2008
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-$VERSION = '2.6.0';
+$VERSION = '2.6.1';
 
 1;
 




More information about the Pkg-perl-cvs-commits mailing list